https://github.com/JuanCrg90/Clean-Code-Notes I don’t fully subscribe to clean code but I found...
Well, here we are with a new series. This one is called Job Adventures where I will talk about some...
https://unixism.net/loti/async_intro.html This article is related to the io_ring article, basically...
RTOS (Real-Time Operating System) is an OS for critical systems that need to process data and events...
This is a follow-up to a previous article exploring/implementing a FUSE filesystem. There is still a...
This will be the first post of a series of posts I will call Treasure Hunts. In each post, I will...
io_uring is a new asynchronous I/O API for Linux created by Jens Axboe from Facebook. It aims to...
Filesystem in USErspace (FUSE) is a software interface for Unix and Unix-like computer operating...
An inode is an index node for every file and directory in the filesystem. Inodes do not store actual...
(The information in this article might be incomplete, I only include information I understood or...
What is static linking? Static linking links libraries at compile time, copying them to...