CodingBowl

Code & Create: A Web Dev Journey

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

Setting Host Name in Windows for Django: Local and LAN Testing

23 Jul 2025 Development
This guide explains how to configure a custom hostname for Django development on Windows and enable LAN testing across devices....
Read more →
image

Supercharge Your Coding: GitHub Copilot's Ask and Agent Modes

11 Jul 2025 AI
GitHub Copilot in VS Code does more than suggest code. Its "Ask" and "Agent" modes change how we write programs....
Read more →
image

How to Get Your OpenAI API Key

6 Jul 2025 AI
Getting an OpenAI API key is a straightforward process that allows you to access OpenAI's powerful AI models like GPT-4, DALL-E, and more....
Read more →
image

What Is a Use Case Specification?

A Use Case Specification is a detailed textual description of a single use case in a system. While a Use Case Diagram shows a high-level …...
Read more →
image

Understanding Use Case Diagrams in a Food Ordering System

A Use Case Diagram is a useful way to describe how users interact with a system. In this example, we’ll use a food ordering platform …...
Read more →