Want to learn how to code but don't know where to start? We've got you covered. We'll be teaching you the basics all week, and here's your first lesson. Each lesson will be video-based (as you can see ...
In this tip, I'd like to show a simple technique that allows switching between multiple versions of the code at runtime. Often, when I'm testing a new solution, I'd like to run an old version and make ...
It has been said that there are only two difficult tasks in modern software development: distributed cache invalidation and how to name stuff. The following variable naming conventions won't assist ...
Some people think that programs for microcontrollers like the 8051 that have limited program memory must be written in assembly language rather than a high-level language like C. The executable code ...