Product engineering for demanding applications
15+ years shipping in React and TypeScript across regulated, data-heavy, and high-stakes products. Deep front-end ownership, cross-stack awareness, and a direct line to the end user.
// Typed API contract shared across client and server
export interface ComplianceAssessment {
id: string;
siteId: string;
status: 'pending' | 'in_progress' | 'complete';
completedAt: Date | null;
auditLog: AuditEntry[];
}
// RTK Query endpoint — typed, cacheable, testable
const assessmentsApi = createApi({
endpoints: builder => ({
getAssessment: builder.query<ComplianceAssessment, string>({
query: id => /assessments/id,
providesTags: result =>
[{ type: 'Assessment', id: result.id }],
}),
})
}) What I deliver
Measurable outcomes, not just shipped features — in regulated domains where quality is non-negotiable.
Regulated domain experience
8× reduction in assessment turnaround time. Six years shipping in IoT compliance — a domain where correctness, audit-readiness, and reliability are non-negotiable.
Outcome-focused delivery
Architecture decisions made with the product in mind, not just the codebase. Direct feedback loops with end users. A track record of measurable business impact.
Quality you can build on
E2E testing with Playwright across regulated environments, performance as a first-class concern, and a codebase future teams can confidently extend.
"Sumeet is one of the most dedicated persons I've ever worked with… one of the few developers I met that really takes the time to understand the project and make it better."
Victor Petrescu
Senior Software Engineer
Client testimonials
Feedback from engineers and managers I've worked with.
"Sumeet is one of the most dedicated persons I've ever worked with. On top of that, he was always ready to share the information and knowledge he had with anyone in-team that needed it. It was truly a pleasure to work with him and he is one of the few developers I met that really takes the time to understand the project and make it better. I recommend him not only for his skills, but also for the kind of person he is."
Victor Petrescu
Senior Software Engineer
"I worked with Sumeet for over six years at Remote Tech, where he led the front-end engineering on the L8log web platform. Sumeet combines strong technical expertise with a consistently positive, can-do attitude, always willing to get stuck in, delivering results quickly and thoroughly tested. This made him a real pleasure to work with across the many products and features we shipped during this time. He is a huge asset to any organisation looking for a dedicated, professional, and highly capable team member, and I would happily work with him again."
Barend Botha
Product Manager
"I've had the pleasure of working closely with Sumeet, and I can confidently say he is an exceptional engineer. Sumeet consistently demonstrated deep technical expertise, strong ownership, and a genuine commitment to delivering high-quality, user-focused solutions. He has an excellent track record of delivering customer requests in a timely manner, often under tight deadlines, while maintaining a high standard of quality. As a result, customer feedback has been consistently positive, and his work has played a key role in improving overall user satisfaction. Beyond his technical skill, Sumeet is a fantastic colleague to work with. He is fun, clever, dependable, and always willing to support others, whether that's mentoring team members, contributing thoughtful ideas in discussions, or calmly solving problems under pressure. Any team would be incredibly lucky to have him. I wouldn't hesitate to recommend him and would gladly work with him again in the future."
Nino Nolan
Account Manager