🧠 Day 21 & 22 — When It Gets Harder, I Still Show Up These past two days haven’t been about big breakthroughs.They’ve been about just staying in motion — even when I feel the pull to stop. The truth is, juggling C++, Python, and Web Dev is starting ...
🚀 Introduction Welcome to Day 28 of my Web Development Journey!After building a solid foundation with HTML, CSS, and JavaScript, I’ve been diving deep into ReactJS — one of the most powerful libraries for creating dynamic user interfaces. Recently, ...
🚀 Introduction Welcome to Day 28 of my DSA Journey!After spending the last few weeks mastering one of the core problem-solving techniques — Recursion — I’ve now transitioned into learning a new fundamental data structure: the Linked List. This shift...
Hey everyone! 👋 Today at Cudose Creative Agency, we dove into the world of CSS Grid, and it was nothing short of exciting. With Flexbox fresh in our minds, CSS Grid felt like the missing puzzle piece for 2-dimensional layouts. ---What is CSS Grid? C...
🛌 Day 20 — Pain, Strings, and Fonts Okay yeah, badminton after forever = pain 😅My body’s been sore all day — legs, arms, back — name it.So I didn’t do much, but I did something. Because… streak. ✅ What I Did 💻 C++ – Character Arrays & Strings Le...
Python OOP Fundamentals — Building Code Like a Pro “Functions are good. Objects are better when things get complex.” 🟡 Why OOP in DSA? Most DSA problems can be solved with functions and loops. But when problems involve custom data structures (like ...
💤 Day 19 — Life Day, But The Streak Lives Today wasn’t about productivity — it was about balance.I hung out with my roommate (movie date 🍿), played some badminton 🏸, and honestly just needed the downtime. Still, I didn’t skip.I opened up my web de...
📦 Day 18 — Arrays, Environments, and a Box Around Everything Today felt sharp — focused and filled with stuff that really matters. From sorting arrays in C++ to building Python environments the proper way, and finally understanding the CSS box model...
Initializing & Setting Up Repositories 1. git init Initialize a new Git repository in your current directory. git init Creates a .git folder to track your project. 2. git clone Clone a remote repository to your local machine. git clone https://githu...
🚀 Introduction Welcome to Day 25 of my Web Development Journey!Building on the fundamentals of HTML, CSS, and JavaScript, I’ve been diving deep into ReactJS — one of the most popular libraries for building dynamic user interfaces. Recently, I’ve exp...