Adarsh Srivastava
@AdarshSrii
Followers
76
Following
113
Media
84
Statuses
530
CEO and Founder of @SynchSoftHQ. Building fast, scalable apps. React Native • Node.js • PHP • MySQL • AWS I tweet engineering shortcuts, server fasting tricks
Lucknow, India
Joined September 2014
DB-scaling ≠ solution. Pattern fix: 1) serve stale (stale-while-revalidate) 2) singleflight on misses 3) async write-behind + idempotent retries singleflight (Go): res, _ := https://t.co/wKZsq2h3yG(key, func() (interface{}, error) { return fetchAndCache(key) }) #SRE #infra
0
0
0
In 2025: ship 3x faster — cut dev loop 6m→90s with 3 infra moves across React Native/Flutter/iOS/Android. 1) Remote cache: Gradle/CocoaPods/Bazel 2) Prebuild native binaries (Hermes AOT, SPM) 3) Fast reload: inlineRequires + delta bundles #MobileDev 🚀
0
0
0
Latency killing upgrades? 3 fixes: 1) Move heavy IO off hot path -> async workers + idempotent queue. 2) Protect p95: circuit + exp backoff + request coalescing. 3) Cache auth: signed short-lived tokens; no DB on request path. Result: 3-10x fewer timeouts. #SRE 🚀
0
0
0