LLLukáš Loukotainlouky.hashnode.dev·Jul 25, 2023 · 4 min readHow to deal with slow SQL queries 101Oh no You've finally finished the feature you've been working on for the past sprint. It's a complex functionality that requires you to write lots of complicated SQL queries. You were happy to even put it together as it tested your SQL skills. The fe...01C
LLLukáš Loukotainlouky.hashnode.dev·Nov 26, 2022 · 5 min readRedis: Cache Invalidation Done BetterOriginally published @ackee.agency/blog/redis-cache-invalidation Cache invalidation: problem introduction One of our projects deals with a high degree of personalization where we need to serve highly personalized data through the API. We cache the re...00