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.
S

Sai Kiran

@saikiran

SDE-2

0 followers0 following0 expertise score5 posts

Cloud-native by day, side projects by night. (telugu)

AngularNestJSRedis

Experiences shared

Recommendation21d 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.

113 views0 likes0 comments0 bookmarks
#observability#sre#opentelemetry
SSai KiranRead →
Showcase22d ago·1 entry

our internal changelog bot

We built a Slack bot that turns merged PRs into weekly release notes. It groups changes by label and pings owners when summaries are missing. The first version was a cron job; now it reacts to GitHub webhooks. Sharing the architecture and the parts that still need polish. Biggest win: PMs stopped chasing engineers for release copy. Feedback welcome if you have run changelog automation at scale.

290 views0 likes0 comments0 bookmarks
#opensource#slack#devtools
Sai Kiran
Career23d ago·1 entry

from my first year as a staff engineer

Influence without owning every PR took longer than I expected. Saying no clearly protected the roadmap more than heroic overtime. Writing the docs nobody wants to write still changes team speed. I spent more time unblocking others than shipping my own features. Staff work is often invisible until the org feels the absence of it. Still learning how to measure impact without vanity metrics.

101 views0 likes0 comments0 bookmarks
#leadership#career
SSai Kiran
Question24d ago·1 entry

do you test webhook retries without drowning in fixtures?

Our provider retries aggressively and out of order under failure. Naive fixtures make CI slow and still miss race conditions. Looking for patterns that keep suites fast and realistic. Do you fake the provider clock, or replay recorded payloads? How do you assert idempotency without flaky sleeps? Share a setup that survived production incident recreations.

42 views0 likes0 comments0 bookmarks
#ci#webhooks#testing
SSai Kiran
Experience25d ago·1 entry

broke when we moved auth to the edge

We moved session checks to the edge to cut latency on every page load. It worked in staging, then failed on preview deploys when cookies crossed domains. Clock skew between edge and origin made short-lived tokens look expired. We fixed cookie domains per environment and added skew-tolerant expiry. Median auth path dropped about 120ms, with fewer cold-start surprises. Lesson: test cookies across every environment before calling a migration done.

283 views0 likes0 comments0 bookmarks
#edge#nextjs#auth
Sai Kiran
S
Read →
Read →
Read →
S
Read →