Veltronyx Blog

Notes on building software that ships.

Engineering write-ups, product breakdowns and lessons from the cloud, AI and security projects we run for our clients.

Building an internal developer platform teams actually useFeatured
EngineeringJun 20, 20264 min read

Building an internal developer platform teams actually use

We built an IDP that cut our deploy time from 40 minutes to 4. Here's the architecture, the golden paths, and the mistakes we made first.

Read article
How we cut a client's cloud bill by 40% in six weeks
EngineeringJun 5, 2026· 4 min read

How we cut a client's cloud bill by 40% in six weeks

No migration, no rewrite — just disciplined measurement. The five changes that delivered the biggest savings on AWS.

Read more
Building a RAG system that doesn't hallucinate
AIMay 22, 2026· 4 min read

Building a RAG system that doesn't hallucinate

Retrieval-augmented generation is easy to demo and hard to ship. The retrieval, grounding and evaluation choices that separate a toy from production.

Read more
Going passwordless: a practical guide to passkeys
SecurityMay 8, 2026· 4 min read

Going passwordless: a practical guide to passkeys

Passwords are the weakest link in most breaches. Here's how we rolled out passkeys for a fintech client without locking anyone out.

Read more
Design systems that survive the handoff to engineering
DesignApr 18, 2026· 4 min read

Design systems that survive the handoff to engineering

A beautiful Figma library is worthless if it drifts from the code. How we keep design and implementation in lockstep with tokens.

Read more
Event-driven microservices without the regret
EngineeringMar 30, 2026· 4 min read

Event-driven microservices without the regret

Events decouple services beautifully — until you're debugging a distributed mystery at 2am. The patterns that keep async systems sane.

Read more
LLM evals: the test suite your AI feature is missing
AIMar 12, 2026· 4 min read

LLM evals: the test suite your AI feature is missing

You wouldn't ship code without tests. Most teams ship LLM features without evals. Here's how we measure quality before users do.

Read more
Securing your CI/CD supply chain before it bites you
SecurityFeb 20, 2026· 4 min read

Securing your CI/CD supply chain before it bites you

Your build pipeline has god-mode access to production. Here's how attackers exploit it and the controls that shut the door.

Read more
Offline-first mobile apps that feel instant
EngineeringJan 28, 2026· 4 min read

Offline-first mobile apps that feel instant

Users expect apps to work on the subway. Building offline-first changes how you think about data, sync and conflict resolution.

Read more
Postgres performance tuning for real workloads
EngineeringDec 15, 2025· 4 min read

Postgres performance tuning for real workloads

Before you reach for a new database, exhaust Postgres. The indexing, query and configuration changes that bought us 10x headroom.

Read more