In this article, we'll learn the basics of Domain-Driven Design and how to apply it to microservices. Microservices are the most scalable way of developing software.
A lot of things are hard in computer science. This post aims to describe some of them, including cache invalidation, naming things, estimates, and more!
Building an API that is HIPAA compliant requires safeguards implemented within your company and your app. Learn more about building a secure proxy for your API.
This piece addresses the pros and cons of various data management approaches across several attributes including consistency, storage requirements, and performance.
Open source Cadence is an advantageous new tool for any application developer. Learn how to use the project for polling with these step-by-step instructions.
Does it mean that microservices are better than the monolith architectural style? In this article, we discuss both Monolith and Microservice architecture.
As more and more infrastructure becomes code, it is essential to have unit and integration tests for your IaC. What is IaC and testing your Infrastructure code mean?