Browsing Tag
microservices
31 posts
Transactions in Microservices: Part 1 – SAGA Patterns overview.
Distributed systems are powerful yet challenging, especially when it comes to ensuring consistency across multiple services. In a…
How can you secure microservices architecture using AWS services?
Introduction Security in Public Cloud is utmost important. Losing access to your website or attackers deleting your database…
Top Principles of API Design: Build Robust, Scalable, and Efficient APIs
Top Principles of API Design: Build Robust, Scalable, and Efficient APIs When you are first hacking together a…
Microsserviços, uma abordagem prática – Implantação contínua
Implantação Contínua, ou Continuous Deployment, é uma prática de desenvolvimento de software onde o código é automaticamente testado…
What is Serverless Computing?
Serverless computing has emerged as a revolutionary paradigm in cloud computing, offering a new way to build and…
Mastering Software Architecture: The Indispensable Role of Diagrams
Software architecture diagrams provide immense value throughout the software lifecycle. When leveraged effectively, these visualization techniques become instrumental…
AWS Services for Microservice Architectures: A Beginner’s Overview (Part 1 – Computing)
In today’s rapidly evolving tech landscape, microservices have become a cornerstone for building scalable and maintainable software solutions.…
Navigating the Clouds: A Comprehensive Guide to Modern Cloud Infrastructures
Introduction: As a full-stack developer, understanding cloud architecture is crucial in today’s digital age, where cloud computing…
Will ESB gradually die…….in era of microservices
Traditional integration aimed to solve the problem of data exchange between isolated applications. An Enterprise Service Bus (ESB)…
Containerize your multi-services app with docker compose
This article was posted first on my personal blog mariusniemet.me In this previous article, we learned what a…