You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I build software across the whole spectrum — from enterprise Oracle systems that quietly run a business, to real-time audio plugins where every microsecond counts, to self-hosted web apps I actually use every day.
By day: software engineer and Oracle database specialist. By night the same keyboard controls synthesizers — I write DSP in C++, produce EDM as L0wFl0w, and build the tools I wish existed.
What I build it with.
Things I build.
At work — my day job is internal, closed source software, so this stays general. These two are only a small part of it, but they're my favorites:
Orchestrator — Architect and lead developer of an in-house automation platform: a scheduler that keeps recurring data jobs running around the clock, runs them in parallel, handles failures with retries and back-off, and reports centrally on what ran and what did not.
API — Part of the team behind our central internal and public API — building it out and integrating the surrounding systems against it.
Crypto tracing across eight chains from free data sources — taint analysis (Haircut/FIFO/Poison), wallet clustering, sanctions and abuse lists, checksummed evidence log. Web app and a dependency-free native Windows client. Next.js · React · C++17 · Win32
Four-deck DJ system: club-style mixer, beatgrid sync, phase-vocoder keylock, Automix and a click-free custom playback engine. C++ · JUCE · DSP
Beyond Voice
Vocal channel strip: scale-aware pitch correction, harmonizer, formant shifting and a note editor for after-the-fact correction. C++ · JUCE · DSP
Beyond Drums
TR-808-style rhythm composer — eleven fully synthesized instruments, no samples, with a channel strip each and a step sequencer. C++ · JUCE · Synthesis
Beyond Guitar
Amp and effects simulation: tube-stage modelling with oversampling, cabinet IRs with mic positioning, drag-and-drop effect chain. C++ · JUCE · Amp Modelling
Beyond Loops
Ten-track loop station with overdub, shared undo and phase-locked sync — memory fully pre-allocated so the audio thread never allocates. C++ · JUCE
Beyond Password
Zero-knowledge vault across web, desktop & mobile — Argon2id, per-entry AES-256-GCM, passkeys (WebAuthn); the server only ever sees ciphertext. Next.js · Node.js · Electron · Capacitor
NetFett
Network monitor and protocol analyzer in pure Python — raw sockets, no Npcap, and a dissector stack with zero third-party dependencies. Python · PySide6
Buck-O-Mo
Budget app that reads receipts and invoices — OCR runs on-device, only the extracted figures ever reach the database. Next.js · React · MongoDB
Beyond Finance
Accounting that books itself — a self-hosted business suite for small firms. Real double-entry on SKR03/SKR04 (or cash-basis EÜR), quotes through dunning, EN 16931 e-invoicing, FinTS bank sync, time tracking, and a DATEV batch the tax advisor imports directly. Next.js · React · MongoDB
Beyond Boards
Multi-tenant Kanban platform — a database per tenant, encrypted storage, white-labeling and a customizable board UI. Self-hosted and running in production. Next.js · Express · MongoDB
Beyond Forums
Sister product to Beyond Boards: multi-tenant forum hosting with encryption at rest, spam detection, audit logs and automated moderation tooling. Next.js · Express · MongoDB
Beyond Shopping
Multi-tenant e-commerce SaaS, deployed per customer — trilingual storefront, product variants, coupons, reviews, Stripe/Mollie/PayPal checkout, and a fully theme-able design panel with no code required. Next.js · React · MongoDB