Skip to content

Archives

All the articles I've archived.

2025 1
September 1
  • Building a Simple Virtual Machine

    Explore building a simple VM in Go using stack-based architecture. Learn the fundamentals of virtual machines through hands-on implementation.

2024 1
January 1
2023 2
August 1
  • Bringing Pattern Matching to Go

    Explore pattern matching in Go through declarative branching techniques to write cleaner, more maintainable conditional logic

March 1
2021 9
November 1
October 3
August 2
June 2
April 1
  • Understanding how Babel Works

    Learn how Babel transforms modern JavaScript code by breaking down its core components and understanding the transformation pipeline