1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-21 16:41:24 +02:00

Fix resource links (#5660)

This commit is contained in:
Andrii
2024-05-13 19:08:57 +03:00
committed by GitHub
parent 38cb3d2df6
commit 67fbba4708

View File

@@ -5,5 +5,5 @@ The N+1 query problem happens when your code executes N additional query stateme
Visit the following resources to learn more:
- [In Detail Explanation of N+1 Problem](https://medium.com/doctolib/understanding-and-fixing-n-1-query-30623109fe89)
- [What is the N+1 Problem]("https://planetscale.com/blog/what-is-n-1-query-problem-and-how-to-solve-it")
- [Solving N+1 Problem: For Java Backend Developers]("https://dev.to/jackynote/solving-the-notorious-n1-problem-optimizing-database-queries-for-java-backend-developers-2o0p")
- [What is the N+1 Problem](https://planetscale.com/blog/what-is-n-1-query-problem-and-how-to-solve-it)
- [Solving N+1 Problem: For Java Backend Developers](https://dev.to/jackynote/solving-the-notorious-n1-problem-optimizing-database-queries-for-java-backend-developers-2o0p)