Inside a Process: Memory Layout, Registers, and the Art of ExecutionIntroduction As Software Engineers, we run programs all the time. Click a button, hit Enter, and boom! your code is alive. But have you ever asked:What actually happens behind the scenes when a program runs?How does your simple ./app command become a...Jul 3, 2025·13 min read
Difference between programming & programming language (The Syntactic Sugar of Programming)Programming is a concept of communicating with your machine. Programming is the bridge between a programmer and a machine to communicate with each other to solve a problem. In order to solve a problem we need to make our thinking and solutions unders...Nov 24, 2022·3 min read