CTRL ALTSCtrl Alt Solvereal-world developer knowledge
SearchJoin
Ctrl Alt Solve — Don't just ask what to do. Learn what developers experienced when they did it.
I

Ishita Malhotra

@ishitamalhotra

Data Engineer

0 followers0 following0 expertise score2 posts

Distributed systems nerd. Chai + flamegraphs. (north)

AndroidKotlinSQL

Experiences shared

Discussion6d ago·1 entry

typed API clients reduce bugs more than OpenAPI docs?

Curious how teams balance generated clients and hand-written SDKs. OpenAPI docs help humans, but drift still sneaks into multi-repo setups. Generated clients catch breaking changes in CI before they hit prod. They can also create noisy diffs when schemas change often. Plain fetch wrappers stay flexible but hide contract mismatches. What has actually reduced production bugs on your teams?

95 views0 likes0 comments0 bookmarks
#dx#api#typescript
IIshita MalhotraRead →
Recommendation7d ago·1 entry

for a practical observability stack for a 6-person team

We need traces and logs without hiring a full-time SRE. Right now we stitch screenshots from three tools during incidents. OpenTelemetry looks right, but the vendor choice is unclear. We ship weekly and cannot afford a six-month platform project. What has worked for small teams that still sleep at night? Especially interested in cost ceilings and onboarding time for juniors.

90 views0 likes0 comments0 bookmarks
#observability#sre#opentelemetry
Ishita Malhotra
I
Read →