How this site is built
by Tuan Nguyenpost09-07-2024Frontend tech stack has been evolving rapidly, and it is quite pleasant and quick to make a personal website. In this post I'll describe the technologies used in building this website.
Building a distributed service in Go
by Tuan Nguyenseries09-06-2024I've always been interested in distributed services. In this series I'll discuss what a distributed service is, and how to build one using the programming language Go.
The concepts and technologies we'll be covering include files and memory mapping, Protobuf, service discovery and orchestration (Serf), and consensus (Raft).