My Projects
IoT Device Management Platform
Built a full-stack IoT management platform for monitoring and controlling devices like ESP32 and Raspberry Pi through a web dashboard. The platform supports MQTT communication, real-time telemetry, live updates with WebSockets, camera streaming, remote actuator control, PID tuning, and historical sensor data. My role was focused entirely on the software side, including the frontend, backend, APIs, and real-time infrastructure, not the embedded hardware or firmware.
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).