mongodb, optimizationDenormalizing the core of PlaytomicYes, another post about optimization and MongoDB. I started this post in July, and I couldn’t find the time to finish this. I was optimizing…
mongodb, vpc, vpnHow to peer two VPCs and access it using a VPNAlthough I have some experience, I am not a sysadmin. So this might be obvious for a sysadmin or someone with an AWS certification but not…
mongodbPerformance and MongoDBIf you, a backend developer, had to describe your job, what would you say? We usually talk a lot about servers, clusters, layers, algorithms…
spring, mongodb, tech, pillsHow to mix Spring Data queries and MongoDB syntaxI love writing queries using Spring Data’s Criteria. Writing queries directly in SQL (@NativeQuery, @Query) feels a bit dirty. And I also…