Learn (More) In-Demand Microservices Skills
Enjoy this new collection of microservices tutorials to help you learn in-demand skills like monitoring, testing, and service discovery.
Join the DZone community and get the full member experience.
Join For FreeDZone conducted a survey of our readers to find out why they do or don't use microservices, and what aspects of microservices are important to them. Over 87% of respondents say their company is either using microservices in their applications or is actively considering it, and 80% of those who use them say that microservices have made their jobs easier! This article is a follow-up to our first tutorial collection of its kind, aiming to give developers access to the tutorials they want the most. Let's not waste any more time; here are your tutorials:
Testing
Testing is a huge topic for any type of applications, and for microservices, it can be complicated, meaning lots of our readers are concerned about it. These tutorials will answer a lot of your questions.
Microservice Testing: Coupling and Cohesion (All the Way Down), by Daniel Bryant. This article will walk you through the important points of coupling and cohesion in microservices testing, from the architectural level down.
Java Microservices Testing — A Minimalist Approach, by Grzegorz Skorupa. In this tutorial, we'll learn about using HttpClient for REST API microservices testing with Java.
Testing Microservices With JMeter, by Artyom Avetisyan. Learn all about testing microservices using JMeter in this thorough tutorial.
Monitoring
Monitoring microservices was seen as the biggest challenge in our survey, with 46% of respondents choosing this options. These tutorials will help you get a strong start.
Monitoring Microservices With Health Checks, by Peter Arijs. Learn about the importance of health checks for your microservices, what cases and metrics to check, and how to document them.
Monitoring Lambda: A Discussion of Serverless Computing and APM, by Steve Waterworth. Learn about monitoring serverless computing with an open-source solution for monitoring and APM of AWS Lambda hybrid environments.
Istio Tracing and Monitoring: Where Are You and How Fast Are You Going? by on Schenck. See how simple it is to set up stunning monitoring in Red Hat OpenShift with Istio Tracing and Monitoring.
- Go Microservices, Part 6: Health Checks, by Erik Lupander. Learn to provide a health check endpoint for Docker Swarm to monitor a microservice's health.
Service Discovery and Service Mesh
Our survey showed that many developers are not as familiar with these are two concepts. The following articles should get you off to a good start.
Service Mesh
What Is a Service Mesh? by Floyd Smith. Learn about the components of a service mesh, a configurable infrastructure layer for microservices, and features it supports.
Introduction to Istio: It Makes a Mesh of Things, by Don Schenck. Learn about the Istio service mesh and its features for creating and managing microservices and a tutorial to help you get started.
An Overview of the Service Mesh and Its Tooling Options, by Twain Taylor. Learn about the role of service mesh and how it affects load balancing, service discovery, and monitoring for optimal performance.
The Road Ahead for Service Mesh, by Zach Jory. Learn what might be in the future for microservices technologies as they develop, such as better security and scaling with the help of service mesh.
Service Discovery
Microservices - Part 3: Spring Cloud Service Registry and Discovery, by Siva Prasad Reddy Katamreddy. Learn about setting up service registry and discovery for Spring Cloud/Spring Boot microservices development.
Service Discovery With Eureka and Zuul, by Jarrett Lear. Learn how to use Spring Boot with Zuul and Eureka to create a simple discovery service, routing .NET applications through a Zuul gateway.
Microservices: Service Registration and Discovery, by Alejandro Duarte. See an example of a microservices application developed with Vaadin and Spring Boot to learn about implementing service registration and discovery.
I hope this mini-series has helped you find the resources to learn or brush up on the microservices skills you need to excel! Keep in mind that you can find more solutions in our Microservices Zone, so don't hesitate to go take a look.
Stay tuned to this zone for a DZone Research article analyzing our full survey results!
Opinions expressed by DZone contributors are their own.
Trending
-
A Complete Guide to AWS File Handling and How It Is Revolutionizing Cloud Storage
-
Build a Simple Chat Server With gRPC in .Net Core
-
Playwright JavaScript Tutorial: A Complete Guide
-
Working on an Unfamiliar Codebase
Comments