OpenFaaS releases full support for stateless microservices in OpenFaaS 0.9.0
OpenFaaS announced on the 5th of September 2018 that they have released support for stateless microservices in OpenFaaS 0.9.0. They assert that managing FaaS...
6 Ways to blow up your Microservices!
Microservices are great! They’ve solved several problems created by large monoliths, like scalability, fault tolerance, and testability, among others. However, let me assure you...
Should software be more boring? The “Boring Software” manifesto thinks so
Innovation is a word that seems to have emanated from the tech world and entered mainstream discourse. It's a term that has stuck to...
Have Microservices killed the monolithic architecture? Maybe not!
Microservices have been growing in popularity since the past few years, 2014 to be precise. Honestly speaking they weren’t that popular until around 2016...
Netflix open sources Zuul 2 cloud gateway
Netflix in their tech blog announced that their popular cloud gateway Zuul 2 is now open-source. Zuul 2 was announced back in 2016 is...
What are lightweight Architecture Decision Records?
Architecture Decision Records (ADRs) document all the decisions made about software. Every change is recorded in a plain text file sitting inside a version...
What is domain driven design?
Domain driven design exists because all software exists for a purpose. It does something. For example, you can't provide a software solution for a financial...
API Gateway and its Need
In this article by Umesh R Sharma, author of the book Practical Microservices, we will cover API Gateway and its need with simple and...
How to build secure microservices
A few years back, everybody was looking for an architecture that would make web and mobile application development more flexible, reliable, efficient, and scalable....
Understanding Microservices
This article by Tarek Ziadé, author of the book Python Microservices Development explains the benefits and implementation of microservices with Python.
While the microservices architecture looks...