React

React projects and posts: from large-scale enterprise apps to side projects, games, and portfolio work. Component architecture, hooks, and real-world patterns.

  1. Face-controlled Tetris game where a player moves pieces by raising eyebrows and opening their mouth using webcam face detection.

    Eyebrow Tetris: A Face-Controlled Browser Tetris Game

    Mar 2026

    The classic Tetris formula has been implemented countless times, but almost always with a keyboard or controller. For this project I wanted to explore a different question: What if a game could be c...

  2. 3D Toilet Paper Roll Simulator

    3D Toilet Paper Roll Simulator with Real Thermal Printing

    Feb 2026

    This project started while I was experimenting with a label generator for small bars. Thermal printers allow you to control the exact length of paper and where it cuts, which made me wonder what else ...

  3. Sudoku Ultimato, Sudoku & Killer Sudoku Without Intrusive Ads

    Sudoku Ultimato

    Jan 2026

    Sudoku Ultimato started for a simple reason. My dad wanted to play Sudoku without subscriptions, pop-ups, or constant interruptions. At the same time, I was getting tired of ads, locked features, and ...

  4. Screenshot of project page showing portfolio

    Portfolio

    Apr 2025

    I built this portfolio from the ground up to showcase my projects, experiments, and professional work. My goal was to create something fast, easy to update, and enjoyable to browse—both on desktop and...

  5. Open GeoWeb

    Open GeoWeb

    Jan 2020

    OpenGeoWeb is a powerful system for real-time weather monitoring, geo-referenced data analysis, and the generation of forecasts and alerts. What sets it apart is its ability to support both operations...

  6. Game of Life in react/redux

    John Conway's game of life in react/redux

    Nov 2018

    John Conway's Game of Life, built with React and Redux. The Game of Life is a classic cellular automaton and zero-player game invented by mathematician John Conway in 1970. Once set in motion, the sim...

  1. Building a Developer Portfolio with Next.js and Sanity (Headless CMS Setup)

    Building a Developer Portfolio with Next.js and Sanity (Headless CMS Setup)

    Apr 2025

    How to set up a developer portfolio using Next.js App Router and Sanity as a headless CMS, including schemas, deployment on Vercel, and SEO setup.