Full-Stack Engineer with a technical foundation from TalTech and 2.5 years of experience delivering high-impact, end-to-end production applications. I am an adaptable learner who picks up new technologies quickly and cares deeply about building the secure, reliable systems. I excel at translating complex requirements into modular features and thrive in collaborative environments where I contribute to code quality through rigorous peer reviews and architectural planning. In my free time I explore new technologies and try to implement them in my personal projects and practice AI implementation from local LLM infrastructure to orchestrating autonomous agents that solve real-world technical bottlenecks.
PROJECTS
BookHub
I engineered this 18-project .NET 8 Clean Architecture ecosystem to push the boundaries of data integrity and real-time performance.
It features a PostGIS-powered geospatial engine for warehouse tracking and a high-performance search fallback chain
utilizing PostgreSQL Full-Text Search (FTS) and Trigram fuzzy matching. I implemented a hybrid security layer
using Identity and JWT with refresh token rotation, alongside SignalR for real-time forum broadcasting.
The entire system is fortified with a Zero-Trust CI/CD pipeline that performs Trivy vulnerability scans,
generates SBOMs, and signs images with Cosign before deploying to a hardened, read-only Docker production environment.
↗bookhub.null-land.org
Crypto Tracker
I engineered this multi-chain financial surveillance engine using a Laravel 12 / React 18 monolith bridged via Inertia.js.
It features a high-precision data architecture supporting 18-decimal precision and a
Service Locator-based history registry that dynamically resolves providers (Moralis, Alchemy, Helius, TronGrid)
across 25+ networks with prioritized failover. I implemented a real-time observation layer utilizing
TradingView lightweight-charts and authenticated WebSockets, backed by a
Redis-queued webhook system that enforces Keccak-256 and HMAC-SHA256 signature verification for total data integrity.
The platform is rounded out with a custom Nutgram-powered Telegram bot for threshold-based alerting
and a hardened multi-stage Docker orchestration for production-grade reliability.