mongodb

A collection of 4 posts

Denormalizing the core of Playtomic cover image
mongodb,  optimization

Denormalizing the core of Playtomic

Yes, 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…

How to peer two VPCs and access it using a VPN cover image
mongodb,  vpc,  vpn

How to peer two VPCs and access it using a VPN

Although 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…

Performance and MongoDB cover image
mongodb

Performance and MongoDB

If you, a backend developer, had to describe your job, what would you say? We usually talk a lot about servers, clusters, layers, algorithms…

How to mix Spring Data queries and MongoDB syntax cover image
spring,  mongodb,  tech,  pills

How to mix Spring Data queries and MongoDB syntax

I love writing queries using Spring Data’s Criteria. Writing queries directly in SQL (@NativeQuery, @Query) feels a bit dirty. And I also…