Jan 23 · 3 min read · For a long time, I believed that learning more meant watching more tutorials. New course.New playlist.New “ultimate roadmap.” I felt productive, but something was missing. I could explain concepts, but when it came to building something from scratch,...
Join discussionJan 21 · 3 min read · Introduction We are living in a strange era of AI where a model can write a convincing Shakespearean sonnet in seconds but might confidently tell you that 42 multiplied by 8 is 350. This "paradox of competence" happens because Large Language Models (...
Join discussion
Jan 3 · 3 min read · In 2026, technology is wide and confusing. There are many programming languages, frameworks, tools, and skills to learn. At first, seeing such a long list feels overwhelming. But the truth is simple — you do not need to learn everything at once. You ...
Join discussion
Jan 3 · 3 min read · College gives us a syllabus, subjects, and exams. But during my learning journey, I slowly realized that real growth as a developer happens beyond the syllabus. This blog is about what college does not directly teach, how I try to stay consistent whi...
Join discussion
Dec 30, 2025 · 4 min read · I recently completed a Google course on Generative AI, and it helped me clearly understand how different AI concepts connect—from basic machine learning to modern generative models.This article is a simple breakdown of what I learned, written from a ...
Join discussion
Nov 24, 2025 · 5 min read · Growing up, I never imagined I would end up in Computer Science.Honestly, during school, I wasn’t even aware what “CSE” or “IT” meant.But I was always that kid who felt strangely connected to technology — even when I didn’t have access to it. My Fir...
Join discussion
Nov 3, 2025 · 2 min read · In earlier articles, I mentioned that I’ve been working with Laravel and CodeIgniter for API development for quite a while. But for my current solo project, I wanted to take a new route — build my backend using Node.js. Why Node.js? I’d been curious ...
Join discussion
Nov 2, 2025 · 2 min read · You are given an array of integers arr[]. You have to reverse the given array. Note: Modify the array in place. Examples: Input: arr = [1, 4, 3, 2, 6, 5] Output: [5, 6, 2, 3, 4, 1] Explanation: The elements of the array are [1, 4, 3, 2, 6, 5]. After ...
Join discussion
Oct 31, 2025 · 3 min read · Learning React.js has been a really exciting and rewarding journey so far. This week, I had the opportunity to dive deeper into some of React’s core concepts — the ones that truly shape how modern web applications are built today. From managing state...
Join discussion