CodingBowl

Code & Create: A Web Dev Journey

Sharing my journey through tech - what I'm building, learning, and exploring along the way.
image

Fly.io Pre-Deployment Checklist: Install and Configure flyctl

11 Dec 2025 Tech DevOps
This checklist provides the essential preparatory steps—account creation, payment setup, and flyctl installation/authentication—that must be completed before you can begin deploying your Django application to …
✹ Read more →
image

Big Four Developer-Focused PaaS

11 Dec 2025 Tech DevOps
The "Big Four Developer-Focused PaaS" are Heroku (the expensive, classic simplicity leader), Render (the modern, fully-managed, easy-to-use alternative), Fly.io (the global, permanently-free champion best for …
✹ Read more →
image

Set Up Windows Remote Desktop Connection on a Local Network

22 Nov 2025 Tech Networking
Windows Remote Desktop Connection (RDC) allows you to control a computer remotely within the same local network (like an office or home network).
✹ Read more →
image

How to Configure Django for Local Hostname (Windows)

2 Nov 2025 Tech Development
This guide explains how to configure a Django application on Windows for flexible local testing. It covers two primary methods: setting up a custom hostname …
✹ Read more →
image

Building Custom Middleware in Django 5

1 Nov 2025 Tech Development
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 →
image

Mastering Postman: Bulk Importing Data with a Looping Script

28 Sep 2025 Tech Development
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 →
image

Mastering Django API Testing: A Postman Scripting Guide

23 Sep 2025 Tech Development
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 →
image

How to Export and Import a PostgreSQL Database (PowerShell and Bash)

19 Sep 2025 Tech DevOps
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 →
image

Secure Your GitHub Workflow: A Step-by-Step Guide to SSH Key Setup

25 Jul 2025 Tech DevOps
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 →
image

Mastering Git: Your Essential Guide to Pull, Commit, Merge, Push, Branch, and Switch

25 Jul 2025 Tech DevOps
Git is an indispensable version control system for developers, enabling seamless collaboration and robust tracking of project changes.
✹ Read more →

Showing 51 - 60 out of 86 records