Public projects

  • GitHub Action for authenticating with Buddy CI/CD platform.

    • TypeScript, built with pnpm
    • Supports API key and GitHub OIDC authentication
    • Multi-region support (EU, AP, US) and on-premise installations
    • Built from scratch as an assigned task at Buddy, used in production
  • Universal test results collector for JavaScript testing frameworks.

    • TypeScript, supports Jest, Mocha, Cypress, Playwright, Vitest
    • Real-time reporting to Buddy unit testing dashboard
    • Zero-config setup with automatic CI/CD environment detection
    • Built from scratch as an assigned task at Buddy, used in production
  • Desktop application for forensic trace comparison and analysis.

    • Tauri v2 (Rust) + React/TypeScript frontend
    • Windows desktop app with Next.js and Tailwind CSS
    • Bachelor's degree project
  • Automated VPS provisioning tool that deploys a production-ready setup in one command.

    • Shell scripts for Debian/Ubuntu with Docker containerization
    • Astro frontend + Caddy reverse proxy with automatic HTTPS
    • Security hardening: fail2ban, SSH lockdown, 50+ honeypot patterns
    • Used to deploy this website
  • Interactive map tool for generating random geographical points within a selected area.

    • Next.js with TypeScript, fully client-side
    • Draw circles, ellipses, rectangles, or polygons on the map
    • Shareable URLs via geohash-encoded coordinates
  • Tmux-style pane manager in a single HTML file.

    • React via CDN, no build step required
    • Split, resize, and delete panes with mouse support
    • Recursive tree structure with draggable separators