Scaling smallcase managers’ microsite with Next.js
Engineering Archives - smallcase
Scaling smallcase managers’ microsite with Next.js
See how smallcase uses Next.js Framework to run more than 250+ website on its domain using a single Next.js instance.
Field-level encryption in MongoDB community server, using Node JS and Mongoose
FLE is very easy to implement in MongoDB enterprise version but not so much in community version. Not using mongoDB native driver makes it more tricky.In this blog, we will walk through how we can achieve this using comunity server and mongoose, keeping in mind the caveats and performance hit.
Failover & Recovery with Repmgr in PostgreSQL 11
Configuring replication for databases is the best strategy towards achieving…