Gonçalo Amaral

Gonçalo Amaral @goamaral

Joined:
Oct 31, 2021

Gonçalo Amaral
articles - 11 total

Treasure Hunt - Engineering | Sep 2024

https://github.com/JuanCrg90/Clean-Code-Notes I don’t fully subscribe to clean code but I found...

Learn More 0 0Sep 21 '24

Job Adventures - PDF generation | Jun 2024

Well, here we are with a new series. This one is called Job Adventures where I will talk about some...

Learn More 1 0Jun 23 '24

Treasure Hunt - DevOps | Feb 2024

https://unixism.net/loti/async_intro.html This article is related to the io_ring article, basically...

Learn More 1 0Feb 10 '24

What is an RTOS?

RTOS (Real-Time Operating System) is an OS for critical systems that need to process data and events...

Learn More 0 0Nov 5 '23

What is a FUSE filesystem? | Sep 2023

This is a follow-up to a previous article exploring/implementing a FUSE filesystem. There is still a...

Learn More 1 1Sep 23 '23

Treasure Hunt - Engineering | Jul 2023

This will be the first post of a series of posts I will call Treasure Hunts. In each post, I will...

Learn More 0 0Jul 18 '23

What is io_uring?

io_uring is a new asynchronous I/O API for Linux created by Jens Axboe from Facebook. It aims to...

Learn More 0 0Apr 7 '23

What is a FUSE filesystem? | Jan 2023

Filesystem in USErspace (FUSE) is a software interface for Unix and Unix-like computer operating...

Learn More 5 0Jan 5 '23

What are linux inodes?

An inode is an index node for every file and directory in the filesystem. Inodes do not store actual...

Learn More 4 0Dec 6 '22

What is an ELF file?

(The information in this article might be incomplete, I only include information I understood or...

Learn More 10 0Nov 20 '22

Static vs dynamic linking

What is static linking? Static linking links libraries at compile time, copying them to...

Learn More 3 0Nov 18 '22