My Projects

IoT Device Management Platform

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.

PHP Laravel PostgreSQL Laravel Reverb WebSockets MQTT (Mosquitto)
Steganov - Steganography engine

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).

C Assembly
API Development & Backend Engineering

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).

PHP Laravel Mysql