About Me

Hello World! I'm Sahil. 👋

Welcome to SahilLog.

I am a First Year B.E. IT student at TCET Mumbai, currently based in Thane.

This blog is my Daily Coding Journal. Instead of just writing code, I am documenting the reality of learning it—the struggles, the errors, and the "Aha!" moments.

💻 Current Focus: The Grind

Right now, I am deep into the world of C++ and Data Structures & Algorithms (DSA).

My goal is to master problem-solving and build a solid foundation in computer science. I treat this blog as my console.log() for life—printing my daily progress to the world.

📝 What to expect?

I upload daily updates regarding:

  • DSA Progress: LeetCode problems I solved (or failed at).

  • C++ Concepts: From Pointers to OOPs, whatever I learn that day.

  • The Journey: Honest thoughts on the life of an engineering student.

I am not an expert yet, but I am showing up every day to become one.

Connect with me: Check out the Contact Me page to find my socials and GitHub.

No comments:

Post a Comment

Day 2: Anatomy of Data | Variables & Data Types in C++

📅 Date: Jan 2, 2026 🔥 Topic: Variables, Primitives & Data Types 📦 What are Variables? Yesterda...