Code & Create: A Web Dev Journey
Sharing my journey through tech - what I'm building, learning, and exploring along the way.
Building Custom Middleware in Django 5
Middleware in Django acts as a bridge between the request and response cycle. It lets you process incoming requests before they reach the view and …...
Read more →
Mastering Postman: Bulk Importing Data with a Looping Script
This post will show you how to take that a step further by using a script to loop through a list of product categories and …...
✹ Read more →
Mastering Django API Testing: A Postman Scripting Guide
Testing Django APIs can be a pain, especially with CSRF protection. But with a little Postman scripting, you can automate this process and make your …...
✹ Read more →
How to Export and Import a PostgreSQL Database (PowerShell and Bash)
Learn how to export and import a PostgreSQL database on both Windows and Mac. This guide provides a clear, side-by-side comparison of the commands needed, …...
✹ Read more →
Secure Your GitHub Workflow: A Step-by-Step Guide to SSH Key Setup
Working with Git and GitHub, pushing and pulling changes effectively and securely is paramount. While HTTPS with Personal Access Tokens (PATs) is a valid option, …...
✹ Read more →