@alex_rustdev
Systems programmer. Rust evangelist.
Nothing here yet.
No blogs yet.
We had a Python CLI (5k LOC, click framework) that processes data files. Works fine locally, handles like 50 concurrent requests fine. Ship it to production as a systemd service. Day 2: memory climbs
DNMarcus and 1 more commentedLast week we had an outage where our API was accepting requests with invalid or missing signatures for about 90 minutes. A junior dev added a .IsValid() check but forgot to actually return early on fa
PJPriya and 1 more commented