Perspective / Developer Experience

Good tools get out of the way.

I have always been interested in how people work: developers, product managers, business stakeholders. DevEx, for me, starts with observing pain points and ends with systems that make the right path obvious.

Friction I look for

Long onboarding, fragmented commands, local setup issues, hidden dependencies, scattered documentation, repeated support questions and unclear ownership.

What I build

Self-service workflows, platform CLIs, container-first execution, diagnostics, conventions and documentation that is embedded in the workflow rather than living beside it.

01 / PRINCIPLES

Documentation is not enough.

Simple interface

Expose a small set of commands. Hide the unnecessary details.

Fast feedback

Detect environment issues before they turn into lost hours.

Conventions

A good platform makes the expected workflow easier than the workaround.

02 / EVIDENCE

Believe, read as DevEx.

QAAS

A testing ecosystem turned into a self-service developer platform.

Platform CLI

make doctor, make py-run, make cy-run, make k6-run, make all-run.

Container-first

No local configuration burden for teams.

Onboarding

From weeks of setup knowledge to a short, guided path.