How to Choose The Right Database for Your Application
Important points to consider, Relational vs Non-relational Database, CAP theorem, and more!
May 15, 20228 min read1.5K

Search for a command to run...
Articles tagged with #databases
Important points to consider, Relational vs Non-relational Database, CAP theorem, and more!

Introduction In this article, you will learn how to use Spring Boot and HarperDB to create a microservice. Later on, you will also look at how to deploy the complete application on AWS Elastic Beanstalk. You will be building an Employee Leave Managem...

Learn how to create unique IDs for a distributed system at a large scale using the Twitter snowflake
