{% extends 'base.html' %} {% block title %}Peza - Programming Tutorials & Developer Resources{% endblock %} {% block meta_description %}Peza - Programming tutorials, developer tools, and resources for modern web developers{% endblock %} {% block content %}

Master Modern Web Development

Explore AI Innovations

Discover Malawi Tech Scene

Follow Africa Tech Revolution

Discover free tutorials, tools, and resources to build cutting-edge web applications.

{% if featured_article %}
{% if featured_article.banner_image %} {{ featured_article.title }} {% endif %}
{{ featured_article.category.name }} {{ featured_article.read_time }} min

{{ featured_article.title }}

{{ featured_article.content|truncatewords:30 }}

IN-CONTENT AD
{{ featured_article.content|safe }}
BOTTOM AD
{% endif %}

Latest Tutorials

{% for article in articles %}
{% if article.banner_image %} {{ article.title }} {% endif %}
{{ article.category.name }}

{{ article.title }}

{{ article.content|truncatewords:15 }}

Read More →
{% empty %}

No tutorials available.

{% endfor %}
{% endblock %}