nicholas amorim.
Collection of notes on whatever I’m learning about 🪀
~
About
Blog 📝
Book Reviews 📚
Posts
15
Jan 2022
Demystifying Container Runtimes
Understanding low-level and high-level container runtimes.
13
Jan 2022
Unix Sockets to Communicate Over a Network Using TCP
TCP client-server programming low-level Unix primitives.
03
Jun 2021
Exploring Kubernetes Controllers
Understanding the Kubernetes primitive that reconciles the cluster's current state to the desired state.
22
Apr 2021
Redis Replication Deep-Dive
Exploring how Redis replication works under the hood in order to provide high-availability and load distribution.
16
Feb 2021
Asynchronous Networking Patterns in Go
Writing a minimal TCP server in Go through leveraging low-level networking primitives.