Most developers write code. I solve business problems.
The difference is that code is a tool. And the client’s task is not “build a website”. It’s
testing a hypothesis, launching an MVP, automating a process that’s eating the team’s time.
My name is Alexander. I’m a fullstack developer, Tech Director, and co-owner of
poweb web studio. But instead of listing technologies, I’ll show you how I
think about problems.
Currently Working On
● Production Projects
Fern.co.thReal estate aggregator in Thailand (Next.js 15, 12+ months)
afkpay.ruPayment service (60,000 MAU)
NDA: AI-as-a-ServiceAI Telegram bot (60,000+ MAU)
● Open Source
AltoTooling ecosystem for Directus
Alto-CLITypeScript + Bun
Clockify-Yougile IntegrationPreparing for publication
ai-commitAI Conventional Commits generator
● Own Product
WorkloaderSaaS for time management (in development)
Desktop app for voice monitoring with professional-grade 4.2ms latency on regular hardware. Problem: GarageBand and Audacity have 30-200ms delay, making singing impossible. Pro audio interfaces cost $60+. Solution: Direct CoreAudio access via Rust, auto-calibration, and latency measurement using cross-correlation chirp signals.
Writing meaningful commit messages is tedious. Most devs write "fix" or "update". Solution: Two-phase pipeline: semantic git diff analysis for change classification, then LLM-generated message with strict constraints (banned vocabulary).
Yougile has no API. Clockify does. Client needed to connect them. Official support response: "Impossible." Solved overnight: reverse engineering via DevTools, bypassing browser sandbox restrictions, and direct data injection.