C Programming.
Into the Kernel — Writing, Debugging & Cross-Compiling My First Character Driver.
I share how I built, debugged, and cross-compiled my first Linux character driver for the Raspberry Pi — and what kernel programming taught me.
Hello Kernel – My First Steps into Embedded Linux.
Season 2 kicks off with a deep dive into Embedded Linux and Kernel Driver Development — setting up a Linux environment, understanding kernel space, and writing a first "Hello Kernel" module.
Arduino Uno Bare Metal Programming.
Learn how to program an Arduino Uno microcontroller in pure C without the Arduino IDE. From memory management to register control – a hands-on introduction to bare-metal programming.