Engineering Blog
Field notes on backend, AI & modernization
Practical, founder-written guides from the work we actually ship — no fluff, no listicles.
How to Schedule Meetings Across Time Zones (Without the 5 AM Calls)
We run a distributed team out of Surat and work with clients from California to Sydney, so "what time is this for everyone?" is a question we answer every single day. Get it wrong and someone takes a call at 5 AM, resents it, and quietly stops showing up. Get it right and a global team feels like it's in one room.
Legacy Java Modernization Without the Big-Bang Rewrite
The most expensive sentence in software is "let's just rewrite it." We've watched teams say it about a ten-year-old Java app, budget six months, and surface eighteen months later with a half-finished replacement, a frozen backlog, and users who are furious and still on the old system. The old system, by the way, is still running. It always is.
RAG Implementation: What the Demo Never Shows You
A RAG demo takes an afternoon. You load a PDF, split it every 1,000 characters, drop the chunks into a vector store, wire up an LLM, and ask it a question. It answers. Everyone in the room nods. Ship it, right?