Feb 23 · 4 min read · Welcome back to Day 17 of my #100DaysOfCode journey! If you spend enough time writing CSS, you stop feeling like a developer and start feeling a bit like a magician. Today was one of those days. I dov
Join discussion
Feb 21 · 4 min read · Welcome back to Day 16 of my #100DaysOfCode journey! If you’re diving into full-stack development like I am, you quickly realize that HTML is just the skeleton. CSS is the magic that gives your webpag
Join discussion
Feb 1 · 4 min read · Hello World! It feels nice to come back after a week, open Hashnode, and write about my experience. This past week was not quite as productive as Week 1 was, but it's fine—who cares? Progress is progress. This week, I dove into Linear Regression (LR)...
Join discussion
Jan 30 · 7 min read · TL;DR Tools: Flask + SQLite with SQLAlchemy, Marshmallow, JWT, Pytest. Goals: Learn auth, schema validation, and ORM basics. User stories: Partners place orders & report sales; admins confirm and track everything. Design choices: Merge orders & s...
Join discussion
Jan 29 · 7 min read · Introduction So, have you ever wondered how are the websites working? How are our messages getting across to others, even when they are sitting hundreds and thousands of kilometers away? Well, that’s internet that is doing all the heavy loading and g...
Join discussion
Jan 29 · 6 min read · "A man, a plan, a canal: Panama" - Is this a palindrome? Most beginners say NO because of spaces and punctuation. But here's the thing: it is a palindrome when you know how to check properly. Let me show you why this simple problem teaches you string...
Join discussion
Jan 26 · 4 min read · The "Undefined" Nightmare: Why I Built a Training Ground to Master Async JS We have all been there. You write a function to fetch user data. You log the variable to the console. And JavaScript spits back the one word every developer fears: undefined...
Join discussion
Jan 25 · 5 min read · This document covers the design and implementation of a production-grade Amazon EKS (Elastic Kubernetes Service) platform using Terraform. It explains the architecture, IAM design, node groups, networking integration, and real-world troubleshooting e...
Join discussion