
🎓 CSE @ VIT Bhopal | Romantic at heart, dev at war 💻 Learning C++, Web Dev & AI — one bug at a time ✍️ Writing the raw truth of a Tier-3 coder building toward Stanford & self-made success 💖 16 novels in 2 months. 💀 0 cardio sessions by choice. Soft energy. Hard code. Sharp mind.
🧩 Day 5 — One Loop, One Tag, One String at a Time
Today was calm but productive. I didn’t go overboard, but I covered a lot of the basics that’ll make everything else easier from here.
✅ What I Learned
💻 C++ – Loops
Practiced all 3 loop types:
for,while, anddo-while
Tried simple programs like:
Printing patterns
Sum of numbers
Factorials
Also tried a few nested loops just to test how it feels
🐍 Python – Strings
Learned:
String declaration, indexing, and slicing
Built-in methods like
.upper(),.lower(),.replace()String concatenation and f-strings
Practiced a few beginner string problems
🌐 Web Development – Structure with Tags
Explored:
<table>to create structured layouts<ul>and<ol>for unordered and ordered lists<img>tag and attributes likealt,width,height
Created a small demo HTML file combining them all
🔗 GitHub Pushes
cpp-practice/loops/day5.cpppython-vault/strings/day5.pyweb-dev-start/html-structure/day5.html
Another green square logged ✅
🧠 Reflections
These are the days where nothing feels revolutionary — but the foundation gets stronger.
No rush. Just learning block by block, quietly. That’s how it’s supposed to be.
📌 Tomorrow’s Plan
C++: Move to functions
Python: Dive into conditional logic
Web Dev: Try building a simple layout using tables and lists
Monetization: Let’s see — even 20 minutes is a win
That’s it for Day 5.
Steady. Simple. Logged and done.
