CodingBowl

Code & Create: A Web Dev Journey

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

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

25 Jul 2025 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 DevOps
Git is an indispensable version control system for developers, enabling seamless collaboration and robust tracking of project changes....
Read more →
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 →