projects
tank (2024)
Arduino, C++, electronics, React.js, Bluetooth
This tank is built on Arduino MEGA 2560 and is equipped with several sensors and a bluetooth module, so it can be controlled remotely via a web app.
novus (2024)
Go, Nginx, DNSMasq, CLI
Novus streamlines managing of numerous localhost services by providing a simple way to define regular domain names instead. It comes with built-in HTTPS support so all domains are secure by default.
Laundry Alert (2024)
Node.js, Nginx, Linux, Arduino, Web notifications
A small IoT project that monitors your washing machine and sends a push notification when the washing cycle ends.
parallel-worker (2020)
Node.js
Coming from a real world scenario this tiny library allows you to process lots of data much faster by introducing parallelism. It spawns multiple workers which access an assigned portion of data in database simultaneously, so you can process much more data at the same time without worrying about synchronization or duplicate processing.
My bus stop (2017)
PHP, Laravel, React Native, iOS
An iOS app and an API for locating bus stops near you and showing nearest departures (before Google added support for Slovakia).