Articles about microservices | UserComp.com

Build Hot Chocolate BFF: Integrating Data from Multiple Microservices
Build Hot Chocolate BFF: Integrating Data from Multiple Microservices

Learn how to build a hot chocolate BFF using data from different microservices. Integrate APIs, filtering, sorting, and pagination capabilities for a seamless user experience.

Read More
Implementing Document Versioning in Event-Based Microservices with NATS Streaming
Implementing Document Versioning in Event-Based Microservices with NATS Streaming

Learn how to tackle concurrency issues in a microservices application using document versioning and NATS Streaming. Increment a version property in the database document each time an update occurs. This will help ensure data consistency and improve the overall system's reliability.

Read More
Making Raspberry Pi 5 a On-Premises Server: Can it Deploy Dockerized Spring Boot Microservices?
Making Raspberry Pi 5 a On-Premises Server: Can it Deploy Dockerized Spring Boot Microservices?

This article explores the feasibility of deploying dockerized Spring Boot microservices on a Raspberry Pi 5 as an on-premises server. Learn about the requirements, considerations, and potential challenges.

Read More
Understanding Microservices: Scalable Decentralized Data Fault Isolation
Understanding Microservices: Scalable Decentralized Data Fault Isolation

Microservices, a term coined by engineers, refers to a scalable, decentralized approach to data fault isolation in technology stacks. This architecture allows for independent and fault-tolerant services, improving system reliability and efficiency.

Read More
Boosting Kubernetes Performance for Debian VM: A Spring Boot Microservices Case Study
Boosting Kubernetes Performance for Debian VM: A Spring Boot Microservices Case Study

Learn how to optimize Kubernetes performance on a Debian VM by configuring resources using Helm charts for a Spring Boot microservices application.

Read More
Inter-Service Communication: Microservices Inventory & Order Management
Inter-Service Communication: Microservices Inventory & Order Management

Explore the importance of inter-service communication between two microservices - Inventory and Order Management. Learn how they work together to manage product quantities and handle customer orders.

Read More
AWS Lambda vs EC2: Which is Better for Microservices vs Monolith Architecture?
AWS Lambda vs EC2: Which is Better for Microservices vs Monolith Architecture?

In this tech support article, we will compare AWS Lambda and EC2 instances for building a commercial analytics platform that allows users to connect various data sources in a single location. We will explore the differences between Lambda and EC2 in terms of Microservices vs Monolith architecture and discuss which one is better suited for your project.

Read More
Frontend Performance Testing of Microservice Architecture Applications
Frontend Performance Testing of Microservice Architecture Applications

Explore the challenges and solutions for frontend performance testing of microservice architecture applications using tools like Lightouse and JMeter.

Read More
Investigating OK HTTP/2 H2C Protocol for Microservices: Strange Performance Results
Investigating OK HTTP/2 H2C Protocol for Microservices: Strange Performance Results

In this article, we investigate the performance of the OK HTTP/2 H2C protocol for microservices. We tested the protocol using OK HTTP and found some strange results. While HTTP/2 is known for its improved performance, the H2C protocol did not perform as expected. Read more to learn about our findings and how it may affect your microservices communication.

Read More
Using CoroutineScope(Dispatchers.IO) for Parallel Microservice Calls: Best Practices
Using CoroutineScope(Dispatchers.IO) for Parallel Microservice Calls: Best Practices

Learn when to use CoroutineScope(Dispatchers.IO) for parallel calls to another microservice, and improve your application's performance and scalability. Discover best practices for implementing coroutines in your Kotlin application.

Read More
Distributed tracing with Jaeger between Symfony (PHP) Microservices
Distributed tracing with Jaeger between Symfony (PHP) Microservices

Learn about how to use distributed tracing with Jaeger between Symfony (PHP) microservices. This tutorial will teach you how to use Jaeger to trace requests across multiple microservices and how to use Symfony (PHP) to handle the tracing. With this tutorial, you will be able to improve the performance of your microservices and troubleshoot issues more effectively.

Read More
Microservice Health Check Instance Docker
Microservice Health Check Instance Docker

Learn how to perform health checks on microservice instances running in Docker containers. This article explores the use of Java, Spring Boot, Docker, and Kubernetes to ensure the health and availability of microservices.

Read More