My Projects
IoT Device Management Platform
A full-stack IoT management platform for real-time monitoring and remote control of embedded devices. The system enables secure device communication over MQTT, live telemetry visualization, WebSocket-based updates, camera streaming, remote actuator control, PID parameter tuning, and historical sensor monitoring through an intuitive web dashboard.
Steganov - Steganography engine
I wrote Steganov in C. It's a steganography tool that works with BMP, WAV, and PNG – no third-party libs, not even zlib. The embedding is LSB, nothing fancy, but it does the job. The real pain was PNG: I had to implement the entire DEFLATE algorithm from scratch – CRC32, Adler-32, LZ77, Huffman, the whole bitstream – by reading RFC 1951 and banging my head against it. Honestly, it was confusing as hell at times, but when stuff finally worked, it felt great. I genuinely enjoyed it - (2026).
API Development & Backend Engineering
During my first internship at a startup, I contributed to the backend development of a travel platform named Hobilar (which was later rebranded to Wingswift). My tasks included understanding the database schema, working on the reservation system, and building geolocation queries for maps. With guidance from my CTO, I helped develop the Story, Heatmap, and Reservation modules (2022).