AMADITYA MOREinjarvis-logbook.hashnode.dev·4d ago · 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
AMADITYA MOREinjarvis-logbook.hashnode.dev·Jun 19 · 4 min readHow Jarvis Learned to Remember, Communicate, and Access MemoryIn my previous articles, I learned about functions, arrays, strings, and loops by imagining how they could help build an intelligent assistant like Jarvis. This week, I continued that journey by learn10