Code & Create: A Web Dev Journey
Sharing my journey through tech - what I'm building, learning, and exploring along the way.
Python Socket Programming in 10 Simple Steps
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 →
Setting Up a Basic Django Project Using Pipenv in VS Code
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 →
Setting Up Development Environment Using VS Code
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 →
3 commonly used IDEs for Python Dev on Raspberry Pi
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 →
Slack & GitHub Integration: Get Commit Notifications for Specific Branches
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 →
SASS Integration with Django and Bootstrap
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 →
What is Responsible AI?
Responsible AI means developing and using artificial intelligence ethically, ensuring fairness, transparency, safety, privacy, accountability, human oversight, and societal benefit.
✹ Read more →
What are Large Language Models (LLMs)
Large Language Models are AI systems trained on vast amounts of text to understand and generate human-like language for various tasks.
✹ Read more →
What is Generative 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 →
Deploying Your Static Blog with Render.com and GitHub
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