CodingBowl

Code & Create: A Web Dev Journey

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

Python Socket Programming in 10 Simple Steps

13 Jun 2025 Tech Python
Socket programming allows communication between computers or programs over a network. With Python’s built-in socket module, you can build your own basic client-server system — …
✹ Read more →
image

Setting Up a Basic Django Project Using Pipenv in VS Code

10 Jun 2025 Tech Development
After setting up your development environment with Python, Git, Pipenv, and Visual Studio Code, the next step is to create a Django project. This post …
✹ Read more →
image

Setting Up Development Environment Using VS Code

9 Jun 2025 Tech Development
Setting up a proper development environment is the first step towards building robust Python and Django applications. This guide will walk you through the essentials …
✹ Read more →
image

3 commonly used IDEs for Python Dev on Raspberry Pi

8 Jun 2025 Tech Development
VS Code is a lightweight, versatile IDE good for Python and web development on Raspberry Pi. PyCharm offers powerful tools for Django but needs a …
✹ Read more →
image

Slack & GitHub Integration: Get Commit Notifications for Specific Branches

3 Jun 2025 Tech DevOps
This guide provides a straightforward process to install the GitHub app on your Slack workspace and configure it to receive real-time commit notifications for a …
✹ Read more →
image

SASS Integration with Django and Bootstrap

1 Jun 2025 Tech Web Design
Using SCSS (Sassy CSS) with Django and Bootstrap provides full control over Bootstrap’s design system. It enables you to customize, override, and optimize styles tailored …
✹ Read more →
image

What is Responsible AI?

1 May 2025 Tech AI
Responsible AI means developing and using artificial intelligence ethically, ensuring fairness, transparency, safety, privacy, accountability, human oversight, and societal benefit.
✹ Read more →
image

What are Large Language Models (LLMs)

30 Apr 2025 Tech AI
Large Language Models are AI systems trained on vast amounts of text to understand and generate human-like language for various tasks.
✹ Read more →
image

What is Generative AI

28 Apr 2025 Tech AI
Generative AI is a type of artificial intelligence that can produce new content like text, images, and audio, by learning from lots of examples.
✹ Read more →
image

Deploying Your Static Blog with Render.com and GitHub

18 Apr 2025 Tech Networking
Render.com is a cloud platform for hosting web applications and static sites with ease, offering a free tier for static sites. It excels at automatic …
✹ Read more →

Showing 61 - 70 out of 75 records