Selected
Projects
Highlights match my LaTeX CV: Flatpack (structures, archive, kernel protocol), Assembler, train-stations (Kotlin / compiler-style dataflow), and the EIK Race platform. Below is the full archive — Octopullo, load balancer, security research, and older coursework.
Standalone networking experiment: kernel module for a custom Ethernet EtherType, 10-byte header parsing, per-CPU debugfs statistics — not tied to the C++ libraries above.
Standalone high-performance data structures library: Robin Hood hash map, 64-bit packed keys, fingerprinted probes, SIMD (AVX2 / SSE2 / NEON); header-only, cache-friendly design.
Standalone archival tool: custom .flatpack file format (header, file table, payloads), optional zlib/LZ4/Zstd/Brotli and AES-256, CLI to pack and restore directory trees.
End-to-end EIK Race Management product (private codebase): Laravel powers the backend (registration, timing, event ops); C# services for RFID provisioning, reads, and timing with raw byte-level framing; hardware–embedded integration for timing lanes.
Compiler-style assessment: dataflow analysis on a rail network using a worklist fixpoint and bitset cargo sets — fixpoint propagation and compiler-inspired reasoning.
Hard-coded assembler → machine code tool for a custom CPU architecture (fixed ISA): maps mnemonics to encoded bit patterns — educational, low-level compilation focus.