Posts

Explore by Topic


Featured image for Disassembly your first program like a pro!

Disassembly your first program like a pro!

It is easy to go from human readable code to machine code, but how could we do it the other way around? Let’s explore it with a simple example!

Featured image for Building TUIs in a few lines of code with ncurses

Building TUIs in a few lines of code with ncurses

From a simple ‘Hello World’ to a colorful bouncing ball, you will understand the raw potential of your terminal.

Featured image for C++ Lambda Functions

C++ Lambda Functions

Explore C++ lambda functions, from basic syntax to all its power. Functional programming time!

Featured image for Linux Drivers: A Simple Character Device

Linux Drivers: A Simple Character Device

A character device driver is a nice project to work on. Let’s play a bit in the kernel space!