Skip to content
  • Home
  • Case Studies
  • Reviews
  • Portfolio
  • Pricing
  • Book a meeting
  • Request a free quote
Ontoborn Lobo

Ontoborn

Web and mobile app development company
  • Home
  • Case Studies
  • Reviews
  • Portfolio
  • Pricing
  • Book a meeting
  • Request a free quote
What is Service Discovery in Microservices?
Distributed Transaction Management in Microservices — Part 2 — Saga Pattern

Distributed Transaction Management in Microservices – Part 1 

What is a transaction? A transaction is nothing but a series of actions that must execute successfully. Even if one of the operations fails, the entire steps must be rolled back in order to leave …

Read more"Distributed Transaction Management in Microservices – Part 1 "

Distributed Tracing in Microservices / Spring Boot

Hello everyone. In this article, let us read about the distributed tracing in Microservices What is Distributed Tracing? In a Microservices architecture, a request can travel across multiple microservices to build the response and send …

Read more"Distributed Tracing in Microservices / Spring Boot"

Top Performance issues every developer/architect must know — part 1-Database

Hello everyone. This is one of the interesting articles I am writing as it talks about the performance issue in an application. This will help everyone to understand where are those issues happening and how …

Read more"Top Performance issues every developer/architect must know — part 1-Database"

Reactive Programming in Spring Boot using Spring Webflux Framework

What is Spring Webflux? The Spring Webflux was included in Spring 5 to provide reactive programming support to the Spring-based applications and it is based on Project Reactor and uses non-blocking reactive streams. Spring Webflux …

Read more"Reactive Programming in Spring Boot using Spring Webflux Framework"

Logging in Java — Log4j vs Logback vs SLF4J

What is Logging? Logging is the process of printing or recording the activities in an application which helps the developers to understand and analyze when there are any unexpected errors in the system. Before the …

Read more"Logging in Java — Log4j vs Logback vs SLF4J"

What is Service Discovery in Microservices?

Monolithic Architecture Before the advent of Microservices architecture, Monolithic architecture was predominant across the web. As seen from the picture above, lets us assume that this is the Monolith application that runs on a physical …

Read more"What is Service Discovery in Microservices?"

How to Learn Spring Boot and Microservices – Road Map Series

Spring Boot is a framework to develop Microservices. Spring Boot makes it easy to create stand-alone, production-grade Spring-based Applications that you can “just run”. Spring boot has a lot of modules that can be wired …

Read more"How to Learn Spring Boot and Microservices – Road Map Series"

What is Redis Cache and how to use it in Spring Boot using Spring-Data-Redis?

Caching in Spring Boot Spring Boot supports the following Cache Providers and Redis is the most widely used. We will be focussing on Redis in this article Generic JCache (JSR-107) (EhCache 3, Hazelcast, Infinispan, and …

Read more"What is Redis Cache and how to use it in Spring Boot using Spring-Data-Redis?"

Container Orchestration and Kubernetes — Part 2

Hello everyone. In this article, we are going to see what is Container Orchestration and the famous orchestrators in the market. Then we are going to deep dive into the Kubernetes architecture and find out …

Read more"Container Orchestration and Kubernetes — Part 2"

What is Circuit Breaker in Microservices?

Hello everyone. Let’s learn about Circuit Breaker Design Pattern today. This pattern is very much used in the context of Microservices and distributed systems. Circuit Breaker In microservices, an application or service makes a lot …

Read more"What is Circuit Breaker in Microservices?"

Posts navigation

1 2 3 4 5
Powered by Esotera & WordPress.
©2023 Ontoborn
Back to Top