AMADITYA MOREinjarvis-logbook.hashnode.dev·3d ago · 11 min readWhen C Started Controlling Hardware: My 8051 Learning JourneyFor the past few weeks, my learning journey had mostly been around C programming and software logic. I was writing functions. Building structures. Solving problems. Breaking programs into smaller modu00
AMADITYA MOREinjarvis-logbook.hashnode.dev·Jul 27 · 7 min readBuilding My First Logic-Based Project in C: A Library Management SystemWhen I first started learning C programming, my programs were simple—calculators, loops, patterns, and small logic exercises. They helped me understand the syntax, but they didn't feel like real softw00
AMADITYA MOREinjarvis-logbook.hashnode.dev·Jul 13 · 4 min readGitHub Issues Changed the Way I Learn C Programming (And Maybe the Way I'll Build Jarvis)When I first started learning C programming, I approached it the same way many beginners do. Write a program. Compile. Fix errors. Move on to the next program. I was finishing exercises, but I wasn't 00
AMADITYA MOREinjarvis-logbook.hashnode.dev·Jul 4 · 4 min readThe Biggest Upgrade Wasn't a Programming Concept—It Was Learning How to LearnThis week was different. Heavy rain meant I couldn't attend my Embedded Systems & AI classes. At first, I thought I would fall behind. Instead, something unexpected happened. Without classroom lecture10
AMADITYA MOREinjarvis-logbook.hashnode.dev·Jun 22 · 5 min readGiving Jarvis a Body: Structures, Unions, and My First Embedded Systems PracticalOver the past few weeks, I have been learning the fundamentals of C programming while imagining how each concept could contribute to building an intelligent assistant like Jarvis. So far, Jarvis has l10