Week 30 of 2024
What happened this week? My most fun work task this week has been to debug a service written in Kotlin. I got notified because one endpoint is throwing 500 with the sidenote that one never performed well. Turns out the data was fetched too many times and someone tried to make it more performant by making it run in parallel, like 30 times. That reminded me of Bill Kennedy’s workshop in Berlin this year I attended....