Blog articles
I write articles about programming for fun, you can check them out here!
5 August 2024
Language detection using JAX
We will build MLP, RNN and LSTM networks, from scratch, with JAX read more
21 December 2023
Memory management in modern C++
How to better manage memory using specific programming techniques read more
14 September 2023
CCNA theory and notes
Why have a notebook when you have a personal website? read more
28 June 2023
Exploring file formats #0: pkpass
How I used my coding skills to get back my flying ticket. read more
24 January 2023
Fast vector operations with SIMD
What if we can work with 8+ elements at a time? read more
31 December 2022
Parallelism in C++
Let's discuss about threads, mutexes, async/await and much more read more
28 December 2022
An introduction to C++ templates
Templates are one of the core features of C++ read more
10 December 2022
Ranges and views in C++20
C++20 introduced ranges, a major new feature regarding vector processing. read more
20 July 2022
Tricks used in the original Doom
Seeing the various ways the id Software engineers used in the 90's. read more
26 December 2021
My thoughts on The Matrix Resurrections
My interpretation on the movie, some notable details and my overall thoughts. read more
16 December 2021
Web3 and Ethereum
Technical details about the upcoming Web3 and its changes. read more