AWS RDS to Self-Hosted PostgreSQL Migration: A 15-Minute RealityHow I reduced backup time from 2 hours to 1.5 minutes by choosing the right infrastructure and parallel processing strategyJan 9, 2026·9 min read
🔐 Day 7: Django Authentication – Beginner’s Web Dev SeriesWelcome to Day 7 of the Django for Beginners journey!Today, we dive deep into user authentication in Django — the core of most web applications involving users. We'll learn: How login/logout works How to create a user registration system How to pr...May 31, 2025·3 min read
🛠️ Day 6: Django Forms – Beginner’s Web Dev SeriesYesterday, we learned how to create models and display them using views and templates. Today, you’ll learn how to let users input data into your project — using Django Forms. Forms may look like regular HTML input fields on the surface, but Django gi...May 30, 2025·2 min read
🛠️ Day 4, 5: Django Admin & Model Relationships – Beginner’s Web Dev SeriesWelcome to Day 5 of the Django for Beginners series! Yesterday, we created a website with basic template inheritance and fetched static data through views. Today, we’ll explore how to manage data visually using the Django Admin Panel, how to connect ...May 28, 2025·4 min read
🧩 Day 3: Templates – Beginner's Web Dev SeriesWelcome to Day 3 of the Django for Beginners series!Yesterday, we learned how to display data using templates and serve static files. Today, we’ll take your UI structure to the next level with template inheritance, filters, tags, and a clean layout. ...May 27, 2025·4 min read
🔗 Day 2: URLs, Views & Templates – Beginner's Web Dev SeriesWelcome back to Day 2 of our Django for Beginners Series! In Day 1, we set up our first Django project and app. Now it’s time to dive deeper into how Django connects URLs to views, serves HTML templates, and loads CSS and images using the static file...May 26, 2025·3 min read
🚀 Day 1: Getting Started with Django – Beginner's Web Dev SeriesWelcome to Day 1 of our 10-day Django Workshop! 🎉If you’re new to Django and looking for a fast-track way to build secure, scalable web applications using Python, you’re in the right place. In this post, we’ll cover the basics and help you create yo...May 25, 2025·3 min read