myCTalkthroughs is dedicated to educating you about the C programming language in short and easy to digest bites.

Code available on Github.

The c programming language was developed more than five decades ago and remains very widely used and influential. By design, C’s features cleanly reflect the capabilities of the targeted CPUs. It has found lasting use in operating systems, device drivers, protocol stacks, and for application software. C is commonly used on computer architectures that range from the largest supercomputers to the smallest microcontrollers and embedded systems. C is an imperative procedural language supporting structured programming, lexical variable scope, and recursion, with a static type system. It was designed to be compiled to provide low-level access to memory and language constructs that map efficiently to machine instructions. The language was designed to encourage cross-platform programming.

And if you’re interested in learning programming with Google’s programming language Go from scratch you can enroll to my course “Learn Programming in Go (golang): A Rich Guide for Beginners” on Udemy.