VSVishal Sharmainblackwind.hashnode.devDay 16: Leveling Up My CSS—Hover Effects, Scaling, & Building a Pokémon Grid! 🚀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 webpag1d ago·4 min read
AZAyomide Zaccheausinpapizee.hashnode.devWeek 18: My Model Got 100% Again — And This Time I Didn't CelebrateLast week, I got my first real taste of classification algorithms. I worked through K-Nearest Neighbours (KNN), Support Vector Machines (SVM), and Naive Bayes — three very different approaches to the same core problem: teaching a computer to sort thi...4d ago·15 min read
VSVishal Sharmainblackwind.hashnode.devCSS Is Super Effective! Creating Dynamic Pokemon Cards (Day 15)How I used clip-path and Transforms to level up my UI skills. A Wild Idea Appeared! Welcome back to Day 15 of my #100DaysOfCode journey! Today, I didn't just want to build a layout; I wanted to build an experience. I challenged myself to create a uni...6d ago·2 min read
LLin.Schmitzinlinschmitz.hashnode.devI stopped following endless courses and built my first small JavaScript game instead 👽Here’s what I learned about DOM, state, and responsive design 👇 I Built a Small Browser Game in Vanilla JS, Here’s What Actually Went Wrong Build in public. Learn in public. Fail in public. For a long time, I was stuck in the trap of endless cours...Feb 10·4 min read
LLin.Schmitzinlinschmitz.hashnode.devI stopped following endless courses and built my first small JavaScript game instead 👽I Built a Small Browser Game in Vanilla JS, Here’s What Actually Went Wrong Build in public. Learn in public. Fail in public. For a long time, I was stuck in the trap of endless courses. I was watching lessons, following along, and feeling producti...Feb 10·4 min read
ANAvinash Negiin100-days-of-code.hashnode.dev100 Days of Code: My First 34 Days Learning Python (An Honest Progress Update)From C++ amnesia to Python passion: How 34 days changed my relationship with programming I still remember the moment I discovered Python. After learning C++ in high school (and promptly forgetting most of it) and picking up some basic C, I stumbled ...Feb 4·6 min read
MGMalcolm Githukainmalcolmgithuka.hashnode.dev31 Days In: My Code Challenge Journey with Brandify's Progress and InsightsWe all start a new year with different resolutions, whether personal, professional, spiritual etc. This year I decided to try out 100 days of code. But I did not want to just code for the sake of it. I know most use the challenge as a way to learn a ...Feb 2·7 min read
RWRushikesh Waghinlearnwithrushikesh.hashnode.devNetworking DevicesUnderstanding Networks Before Networking Devices Before diving into networking devices, it’s essential to build a strong foundation by understanding two core concepts: Network and Internet. These basics make it much easier to grasp how different netw...Jan 30·4 min read
RWRushikesh Waghinlearnwithrushikesh.hashnode.devHTML Tags and ElementsWhat is HTML and Why Do We Use It? HTML stands for HyperText Markup Language.It is used to build and organize content on websites.HTML is not a programming language because it does not perform logic or calculations. HTML’s main job is to describe con...Jan 30·3 min read
RWRushikesh Waghinlearnwithrushikesh.hashnode.devGetting Started with cURLWhat is cURL cURL is a tool that lets you talk to servers from the terminal. Think of it like: Browser talks to server using clicks cURL talks to server using commands —cURL sends requests—Server sends responses That’s it. Why programmers need cU...Jan 29·2 min read