Make changes with the wider system in view.
Features can cross components, contracts, and teams. Implementation requires considering how changes affect the other parts of the system.
Enterprise distributed systems
Contributing to an enterprise platform for managing and optimizing Zebra device fleets, working across distributed backend services, frontend applications, and cloud-native delivery.
/ 01 — Role & context
I work as a Senior Software Engineer at Softvil Technologies, assigned to Zebra Technologies as part of a client engineering engagement contributing to Zebra Nucleus.
Zebra Nucleus is an enterprise platform for managing and optimizing Zebra device fleets. My work spans enterprise full-stack development, distributed backend systems, cloud-native infrastructure, and production delivery within a large-scale engineering environment.
I contribute across technical design, implementation, testing, code review, troubleshooting, and collaboration across engineering teams.
/ 02 — Engineering context
Simplified conceptual view — not a representation of proprietary production architecture.
/ 03 — Distributed backend
I design and develop distributed backend services using Java, Spring Boot, NestJS, and TypeScript. The work involves implementing features within a larger microservices environment and understanding how a change fits into existing service boundaries.
Features can cross components, contracts, and teams. Implementation requires considering how changes affect the other parts of the system.
Distributed work means following a problem beyond the first component where it becomes visible.
/ 04 — Communication
gRPC and Protocol Buffers provide strongly defined, typed contracts that are useful for service-to-service communication. REST provides familiar HTTP-oriented interfaces at appropriate API and application boundaries.
The important decision is not that one approach is universally better. It is choosing the communication style that fits the boundary being designed.
Related writing: gRPC vs REST: What I Learned Using Both in Distributed Systems/ 05 — Full-stack engineering
Working with React and TypeScript frontend applications means following a feature across multiple interconnected components and services.
A change can require understanding the frontend behavior, API contract, backend implementation, service communication, and delivery path together.
/ 06 — Troubleshooting
I troubleshoot complex issues across backend, frontend, and infrastructure layers. The approach is to identify where a failure first becomes observable, determine which boundary is involved, and trace behavior across the components that interact with it.
Separate application issues from communication and deployment issues.
Reason about contracts between services and the layers around them.
Validate fixes across the affected frontend, backend, and delivery paths.
/ 07 — Cloud-native delivery
Engineering work extends beyond application code into containerized services, deployment configuration, CI/CD, and cloud environments on GCP. Helm is part of that delivery context.
This is work across the delivery system rather than a claim of ownership over the entire infrastructure.
/ 08 — Engineering principles
The communication mechanism should follow the requirements of the boundary rather than dictate the architecture.
In distributed systems, changes frequently cross service boundaries, making clear contracts important.
The visible symptom may occur far from the component where the problem originated.
Backend changes can affect frontend behavior, downstream services, deployment, and production operation.
Production software includes how services are packaged, configured, deployed, tested, and operated — not only application code.
/ 09 — What this work demonstrates
/ 10 — Takeaway
Distributed systems are rarely difficult because of a single service. The complexity lives in the boundaries between services, applications, infrastructure, and the teams responsible for them.
Working on Nucleus has required operating across those boundaries — from backend services and API contracts to frontend behavior and cloud-native delivery.
More selected work