article thumbnail

Effective Communication Strategies Between Microservices: Techniques and Real-World Examples

DZone

This step-by-step guide outlines the process of creating a microservices-based system, complete with detailed examples. Microservices allow teams to deploy and scale parts of their application independently, improving agility and reducing the complexity of updates and scaling.

Strategy 279
article thumbnail

Observability Architecture: Financial Calculations Example

DZone

Cloud-native technology has been changing the way payment services are architected. In 2020, I presented a series with insights from real implementations adopting open-source and cloud-native technology to modernize payment services.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Observability Architecture: Financial Payments Example

DZone

Cloud-native technology has been changing the way payment services are architected. In 2020, I presented a series of insights from real implementations adopting open-source and cloud-native technology to modernize payment services.

article thumbnail

Install Prometheus on Kubernetes: Tutorial and Examples

DZone

As one of the most popular open-source Kubernetes monitoring solutions, Prometheus leverages a multidimensional data model of time-stamped metric data and labels. The platform uses a pull-based architecture to collect metrics from various targets.

article thumbnail

Examples of Generative AI In SRE

DZone

Nowadays, Site Reliability Engineering (SRE) has emerged as one of the main actors in modern and fast-paced industries. It is usually the point where the requirement for flawless software delivery intersects with the demand for reliability, striking this delicate balance. This is not just a role.

article thumbnail

C# Errors by Example: Checking the DotNetNuke CMS

DZone

Today, we discuss C# code quality and a variety of errors by the example of CMS DotNetNuke. We're going to dig into its source code. You're going to need a cup of coffee. DotNetNuke. DotNetNuke is an open-source content management system (CMS) written mainly in C#. The source code is available on GitHub.

C++ 256
article thumbnail

NUnit Tutorial: Parameterized Tests With Examples

DZone

In this blog, we learn how to execute NUnit parameterized tests with examples. Test parameterization should be explored in cross-browser testing as the same tests need to be executed on different web browsers and different versions of the same web browser.

Testing 227