PHP / Full-Stack Developer · Latvia

I build web systems
that do the work.

Full-stack PHP developer with 10+ years across e-commerce, high-load data systems, REST integrations, production servers, and AI-assisted delivery.

~/platformPRODUCTION READY
01$ docker compose up --build -d
02✓ Network platform_default created
03✓ Container api healthy
04✓ Container web started
05$
Selected work

Built for the real world.

Practical systems, measurable improvements, and clean handoffs.

/01
>_

M79 e-commerce platform

Built the M79 Store from the ground up: product flows, wholesaler feeds, payments, REST APIs, and optimized relational data.

PHP / PhalconMySQLPostgreSQL
View live surface ↗
/02
>_

Biļešu Paradīze

Shipped Laravel features for a high-traffic ticketing experience, including city discovery pages, registration flows, and country-code phone dropdowns.

LaravelVue / NuxtMS SQL
View live surface ↗
/03
>_

AI-assisted delivery

Use Junie and structured AI workflows to move from requirements to production faster while keeping architecture, quality, and outcomes in my hands.

JunieMake.comREST APIs
Core toolkit

From API to AI workflow.

01Backend

PHP · Laravel · Phalcon · Yii2 · REST APIs · JSON

02Frontend

JavaScript · Vue.js · Nuxt · HTML5 · CSS3

03Data

PostgreSQL · MySQL · Microsoft SQL Server · analytics

04Infrastructure

Linux · Apache · Nginx · Docker · Git · production maintenance

05AI & automation

Junie · Make.com scenarios · AI-assisted development · systems integration

Quick start

Docker, installed cleanly.

Copy the script for your system, run it in an elevated terminal, and verify the engine with a real container.

i

Before you begin
Windows uses Docker Desktop with WSL 2. Linux installs Docker Engine from the official convenience script.

curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh
sudo usermod -aG docker $USER
docker run --rm hello-world
Tested workflowUbuntu / Debian