Tag: Microservices
-
Simplifying Microservices on Kubernetes with Microsoft's Dapr (Distributed Application Runtime)
Posted on November 11, 2019, Level intermediate Resource Length long
Gokul Chandra put together this tutorial on hot topic of microservices. Majority of the issues that developers often run into while developing microservices for edge or cloud, revolve around event-driven needs.
Tags microservices docker kubernetes software-architecture
-
A mini-guide: Build a REST API as a Go microservice together with MySQL
Posted on November 10, 2019, Level intermediate Resource Length short
In this mini-tutorial, author creates a simple REST-API with a MySQL database. Author have recently found himself coding and deploying a lot of Go microservices and this is his experience and advice. By Johan Lejdung.
Tags golang apis mysql containers docker microservices
-
Quick guide to microservices with Quarkus on Openshift
Posted on September 29, 2019, Level intermediate Resource Length medium
Piotr Mińkowski wrote this article about one very interesting framework dedicated for microservices architecture, which is becoming increasing popular –- Quarkus.
Tags programming java devops microservices
-
Mono repo vs one per service
Posted on September 12, 2019, Level beginner Resource Length long
An article by Yan Cui about his take on using code repository when working with microservices and serverless. With AWS Lambda, we can deploy and scale individual functions. However, we engineers still like to think in terms of services and maintain a mapping between business capabilities and service boundaries.
Tags devops microservices programming agile aws software-architecture teams
-
Building stateful apps with serverless functions and Postgres
Posted on April 2, 2019, Level intermediate Resource Length medium
Tirumarai Selvan, Product Lead at Hasura, published this guide which explores the different ways to deal with application state when writing business logic in serverless functions. Author uses Postgres as the database when talking about these different approaches, and often use Hasura as one of the glue solutions between your serverless functions and your Postgres database.
Tags database microservices nosql servers distributed apis
-
Understanding microservices with tracing
Posted on March 27, 2019, Level intermediate Resource Length long
An interesting article on codacy blog from rtfpessoa. A typical system now is microservices-oriented, distributed and event-driven, and following its flow of information is a complicated endeavor. Moreover, instrumenting such a system to trace the flow of information has, at least historically, been an intricate task.
Tags docker microservices devops distributed messaging
-
Litmus: Journey of storage e2e and chaos framework for Kubernetes
Posted on March 26, 2019, Level intermediate Resource Length long
Karthik Satchitanand is the author of this article documenting journey of the Litmus project. Project helps evaluate stateless workloads on Kubernetes. It was which was announced & open-sourced during the KubeCon Europe 2018.
Tags docker microservices devops containers kubernetes
-
Building a reverse proxy in .NET Core
Posted on January 24, 2019, Level intermediate Resource Length medium
Andrea Chiarelli published this interesting guide focusing on building a reverse proxy in .NET Core. .NET Core is a free and open-source web framework, offering higher performance than .NET. It is developed by Microsoft and the community.You will learn how to use .NET Core to implement a reverse proxy to overcome specific needs.
Tags web-development programming open-source microservices
-
Microservice architecture at Medium
Posted on December 16, 2018, Level intermediate Resource Length medium
Xiao Ma wrote an article about their experience with microservices at Medium. They have built a couple of satellite services, but haven't created a strategy to adopt the microservice architecture systematically.
Tags microservices ux software web-development devops programming
-
UI in microservices world -- micro frontends pattern and web components
Posted on December 7, 2018, Level intermediate Resource Length medium
Interesting article by Altkom software & consulting on topic of microservices. The topic of microservices in IT world is still alive. Like every novelty -- it makes lots of noise and causes lots of controversies.
Tags microservices ux software web-development devops
-
Microservices for Java developers: Implementing microservices (synchronous, asynchronous, reactive, non-blocking)
Posted on November 2, 2018, Level advanced Resource Length short
Andrey Redko published this guide how to implement microservices for Java developers. There is a variety of paradigms you may encounter while implementing the internals of your microservices.
Tags java serverless programming microservices
-
Service mesh: promise or peril?
Posted on October 28, 2018, Level intermediate Resource Length medium
An article by Richard Li about service meshes such as Istio, Linkerd, and Cilium which are gaining increased visibility as companies adopt microservice architectures. Richard Li is the CEO/co-founder of Datawire, which builds open source tools for developers on Kubernetes.
Tags serverless cloud microservices