Blog
Loading writings...
Loading writings...
Browse all 2 posts.
Monorepos are a popular way to manage multiple projects in a single repository. However, they can also create a lot of problems if not used carefully. In this blog post, I will share my experience with monorepos and why I think they are not always the best choice.
Implementing a strategic Redis caching layer reduced my database queries by 90% and improved response times significantly. Here's the architectural approach.