Browsing Tag
python
420 posts
Why I Stopped Applying to FAANG Companies (And What I Learned Instead)
For years, landing a job at one of the Big Tech companies—Facebook, Apple, Amazon, Netflix, Google—was the goal.…
My First Week with Python: A Summer of Curiosity and Code
Hello, world! I’m a first-year engineering student from Madhav Institute of Technology & Science (Deemed University), currently on…
Execute Python with Shebang – Make Your Scripts Executable
When you write a Python script, you probably run it with a command like python script.py. But what…
Building “Yuh Hear Dem”: A Parliamentary AI with Google’s ADK and a Lesson in Agentic Design
Democracy thrives on transparency, but the raw data of governance—hours of parliamentary video, dense transcripts, and complex legislation—is…
Essential uv Usage for Daily Development
Article Overview This article describes how to use uv, a Python project management tool. I use uv for…
The Pros and Cons of Flutter App Development and When to Choose It in 2025
Flutter has been one of the most popular platforms for cross-platform mobile app development for several years now…
Build an LLM Web App in Python from Scratch: Part 3 (FastAPI & WebSockets)
Ever watched ChatGPT type back to you word by word, like it’s actually thinking out loud? That’s streaming…
Build Your Own Food Tracker with OpenAI Platform
The Benefits of Food Tracking Whether your goal is to lose weight, gain muscle, or simply maintain a…
Building Solo: Errors
Introduction In Part 2, I wrote about how I implemented authentication, next, I want to discuss errors, a…
Database Connection in Python, Go, and JavaScript
Databases are an essential part of almost any project today. Database interactions are especially familiar to system and…