Archives
All the articles I've archived.
2025 4
October 2
-
Recommended Reads
A list of reads I recommend, in no particular order.
-
Cap'n Proto in Wasm
Why and how one should run Cap'n Proto in WebAssembly, based on our experience.
June 1
-
Introduction to Performance, Benchmarking, and Profiling
Talk given at 0xDecode Deusto Summer School 2025.
February 1
-
Defer in Python
Implementing Go's defer through ExitStack.
2023 1
October 1
-
Design and implementation of a WASM-based process execution service for a distributed-systems middleware
Master's thesis presentation.
2020 2
July 2
-
Application acceleration using a heterogeneous MPSoC architecture with MPU and FPGA processors
Industrial Electronics and Automation Engineering final project presentation.
-
Design and implementation of a distributed network of autonomous and heterogeneous services
Computer Engineering final project presentation.
2019 1
April 1
-
Building a configurable lexer from a deterministic finite automaton
Inefficient and unintuitive, as all software should be.