Skip to main content

Labs

Table of Contents

This section contains small-scale experiments and prototypes built while exploring systems programming, WebAssembly, distributed systems, and cybersecurity topics.

The goal of these labs is not polished product delivery, but controlled experimentation: validating ideas, testing technologies, and exploring implementation details in practice.

Each entry is self-contained and typically focuses on a specific concept, such as runtime behavior, performance characteristics, or system design trade-offs.

Some labs may evolve into full projects. Others remain as isolated proofs of concept.

What you will find here

  • WebAssembly experiments (mostly Go, but maybe i will try other toolchains)
  • Interactive browser-based systems demos
  • Algorithmic prototypes
  • Networking or distributed systems simulations
  • Security and CTF-related tooling experiments

Structure

Each lab is documented with a short technical overview and, when applicable, a live interactive demo.

Source code and implementation details are linked within each entry.