Blog

Thoughts, tutorials, and insights on web development and design

Emails in Django
Emails in Django

This tutorial explains everything you need to know to send emails in Django, from basic setup to ad…

Dec 18, 2025 20 min read
Django Cheatsheet
Django Cheatsheet

This cheatsheet covers commonly used Django commands, core concepts, and practical snippets for day…

Dec 17, 2025 20 min read
Django-specific OWASP guidelines
Django-specific OWASP guidelines

These Django-specific OWASP security guidelines provide a practical framework for building secure w…

Dec 17, 2025 25 min read
Custom Decoraators
Custom Decoraators

A decorator is a function that modifies the behavior of another function or method without changing…

Dec 14, 2025 30 min read
Django Signals
Django Signals

Django Signals are a dispatch mechanism that allows decoupled applications to get notified when cer…

Dec 14, 2025 30 min read
Django Authentication Tutorial
Django Authentication Tutorial

Mastering user authentication is a fundamental skill for any Django developer. In this beginner-fri…

Dec 06, 2025 30 min read