From the data model
to production: the whole product.
Mobile apps, SaaS platforms and the integrations that hold them together. I do my best work when I come in before the architecture is settled.
- Last role
- Full Stack Developer
- Kymbo Devs · 2025
- Experience
- 3+ years
- SaaS, Mobile & AI products
- Core stack
- TypeScript · Python
- NestJS · React · Postgres
I think first. Then I write code.
Before the first line, I sit down to understand what has to be solved. It sounds like lost time and it is the opposite: what gets decided in that hour saves the weeks it takes to pull apart something built blind.
I started programming in 2022. What has kept me going since is fairly unglamorous — good habits, reading, and a beach half an hour away when I need to switch off. I am looking for a company or projects where what I build actually gets used.
The real requirement
I push on a request until it makes sense. What someone asks for and what they need are rarely the same thing, and finding that out late means building the same screen twice.
A short plan
What gets built, in what order, and what stays out. I would rather argue about it in a document than in a pull request.
Consistency over intensity
A project does not get finished in bursts of energy, it gets finished with rhythm. Moving a little every day beats rescuing something on the last weekend.
Featured Projects
Engineering end-to-end applications that bridge complex backend architectures with fluid user experiences.
Trayko

Comprehensive mobile ride-sharing platform: React Native/Expo mobile app, NestJS backend API, React/Vite admin panel, and Astro web platform. Features real-time tracking, trip reservations, role-based auth, push notifications, and payment gateway integration.
account_treeArchitecture Challenge
Orchestrating real-time state synchronization, WebSocket connections, and geospatial queries for driver-rider matching with minimal latency.
async function matchDriver(riderId, location) {
const drivers = await geoRedis.radius('drivers', location, 5, 'km');
return dispatchQueue.add({ riderId, candidates: drivers });
}trending_upImpact & Architecture
Streaming CRM
Private B2B SaaS platform enabling streaming media resellers to manage inventory, customer subscriptions, recurring billing cycles, and interactive revenue analytics dashboards.

speedResult
hubTechnical Focus
Designed robust Express APIs and optimized relational PostgreSQL queries for real-time dashboard rendering, authentication, and inventory management.
Professional Trajectory
Building software products from zero to production with a focus on code quality, scalability, and user impact.
Full Stack Developer
Scalable REST APIs in NestJS and FastAPI over PostgreSQL, AI agents built with LangChain, LangGraph and OpenAI, and Shopify modules maintained in Remix — in Agile teams.
APIs & data modeling
Scalable REST APIs in NestJS and FastAPI, with the PostgreSQL schemas behind them designed and tuned in the same pass.
AI agents & Shopify
AI agents wired with LangChain, LangGraph and OpenAI to automate processes, plus Shopify modules built and maintained in Remix.
Freelance Full Stack Developer
Custom web solutions for a range of clients, owning every stage of the project.
- checkTook each project end to end: requirements gathering, architecture, build and production deployment.
- checkBuilt React interfaces and REST APIs, and shipped performance, SEO and third-party integration work as each client needed it.
Web Developer
Corporate web maintenance and WordPress builds, working straight off stakeholder requests.
- checkMaintained corporate websites and implemented new functionality requested by stakeholders.
- checkBuilt WordPress sites and e-commerce stores, tuning performance and user experience.
Technical Arsenal
A modern stack optimized for speed, scalability, and maintainability across the full application stack.
Frontend & Mobile
devicesBackend & APIs
dnsData
databaseCloud & DevOps
cloudAI & Emerging Tech
psychologyIntegrating LLM workflows into production software with the OpenAI API, LangChain and LangGraph — AI agents that automate real processes, not demos.
Core Work
Philosophy
The principles that guide my software development decisions.
“Good code isn't just functional. It's maintainable and clear.”
“Simplicity and modularity are key to scalable architecture.”