Logo
Login
Tech Posts 31182
100daysofcode 100daysofdevops 100pay 10mistakes 10yearworkanniversary 11 11labs 11tly 11ty 127001

Dev Blog A constructive and inclusive blog for software developers. With you every step of your journey.

Built with modern PHP and MySQL. Open source software that powers developer blogs and other inclusive communities.

Made with love and PHP. Dev Blog © 2024.

From Rails to Django: Bringing Rails Magic into Django Development (Part 1)

I’ve been working with Ruby on Rails for a long time, and honestly, it always felt like pure magic.Rails' elegance, its conventions, the way things just worked with minimal setup. It made developmen...
27.04.2025 0 Read More

basic django authentication flow using mongodb backend

basic django authentication flow using mongodb backend
day 2 of my 20 days of django: exploring mongodb as the backendsome time back, i explored using mongodb with django: Trying Out MongoDB database Backend for Django...
29.04.2025 0 Read More

Building a Secure JWT Authentication System with Django

Building a Secure JWT Authentication System with Django
I recently implemented a custom authentication system for my Django project, Shopease-API, using JSON Web Tokens (JWT).The system includes: Email verification at signup to ensure that email addresses ...
30.04.2025 0 Read More

Accelerating Python with Rust: A Practical Guide

Accelerating Python with Rust: A Practical Guide
Leapcell: The Best of Serverless Web Hosting Optimizing Python Computational Performance with Rust Introduction Python, as a widely used programming language, plays a crucial role in ...
01.05.2025 0 Read More

Build Your First Blog with Django: Part 1 - Setting Up Your Development Environment

Build Your First Blog with Django: Part 1 - Setting Up Your Development Environment
Ever dreamed of creating your website but felt overwhelmed by the techy details? Say hello to Django, the Python-powered web framework that makes building web apps, like a fully functional blog, surpr...
01.05.2025 0 Read More

Trees in Django: From Old Solutions to the New Wave

Why Trees Are Important? The world is structured hierarchically. Online store catalogs, organizational charts, access control systems, website menus, and comment threads—all involve parent-...
01.05.2025 0 Read More

Django Rest framework Now EP01: Poetry

Audience People who already know Django but don't know Django Rest framework. Though, you can still proceed if you know zero Django. Introduction I'm planning on writing a series on...
01.05.2025 0 Read More

Elegant Abstractions: Mastering Abstract Base Classes in Advanced Python

Elegant Abstractions: Mastering Abstract Base Classes in Advanced Python
Leapcell: The Best of Serverless Web Hosting In-depth Understanding of Abstract Base Classes in Python Today, we are going to explore Abstract Base Classes (ABCs) in Python. Although this conc...
01.05.2025 0 Read More

🚀 Speeding Up Django Projects in 2025: Prefetches, Selects, and Advanced Managers

Tired of slow Django queries and N+1 headaches? ✅ Learn how to use select_related for ForeignKey and OneToOne ✅ Use prefetch_related for reverse and many-to-many lookups ✅ Create custom QuerySet...
02.05.2025 0 Read More

✅ Django Signals 2025 — Master Event-Driven Apps

🎯 Why signals matter: clean logic, modularity, safe extensions 🔔 Built-ins: post_save, pre_delete, custom Signal 💡 Practical uses: welcome emails, stock updates, rating recalculation, delete ...
02.05.2025 0 Read More
Loading...
#reading
Security news weekly round-up - 14th March 2025
0
Mastering Java Collections: A Comprehensive Guide (Part 1)
0
🚀 The Power of AI in IT Helpdesk Automation
0
Resolving CORS Issues
0
Be Water, Ride the Wave: What Time Taught Me About Building Infra
0
#popular
Mastering OpenAI’s new Agents SDK & Responses API [Part 1]
0
What is Model Context Protocol (MCP): Explained in detail
0
Beginner's Guide to the Model Context Protocol (MCP)
0
A Step-by-Step Guide to Install DeepSeek-V3-0324 Locally
0
How to Run DeepSeek Locally Using Ollama
0