Building DispatchAI: First Hackathon Project with OpenAI GPT-5.6
DispatchAI is the AI Operations Agent I built during my first hackathon, OpenAI Build Week. It transforms WhatsApp-style chauffeur booking requests into structured booking drafts using OpenAI GPT-5.6.
- React
How to Create a Django 6 App with PostgreSQL and Bootstrap for Fly.io
A comprehensive guide to setting up Django 6 using a PostgreSQL database, environment variables, and Bootstrap, specifically optimized for deployment on Fly.io.
Read moreHow to Upgrade from Django 5.1 to Django 5.2 (LTS)
A step-by-step guide to upgrading your Django project from version 5.1 to the 5.2 Long Term Support release, including pre-upgrade checks, installation commands, and key …
Read morePreparing PostgreSQL for Django on Fly.io
This article details the necessary steps within your Django project and using the flyctl CLI to correctly provision, connect, and configure a production-ready PostgreSQL database …
Read more10 Steps to Deploy a New Django App on Fly.io
This article provides a quick and structured guide to setting up and deploying a fresh Django project onto the Fly.io platform, utilizing its automated configuration …
Read moreFly.io Pre-Deployment Checklist: Install and Configure flyctl
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 moreBig Four Developer-Focused PaaS
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 moreSet Up Windows Remote Desktop Connection on a Local Network
Windows Remote Desktop Connection (RDC) allows you to control a computer remotely within the same local network (like an office or home network).
✹ Read moreHow to Configure Django for Local Hostname (Windows)
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 moreBuilding 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 moreMastering 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 moreShowing 51 - 60 out of 90 records