Opening HTML File Using Java

Whether opting for the simplicity of the Desktop class or the flexibility of ProcessBuilder, Java offers multiple ways to open HTML files programmatically.

Introduction to OpenGrok

In this article, we learn how to get started with OpenGrok, an open-source code search and cross-reference engine.

Setup Http Patch Request With OpenFeign

Spring Cloud OpenFeign makes it easy to write a client to REST APIs. We can use this for PATCH requests. We look at how this works and how to set it up to avoid common pitfalls.

OpenTelemetry Setup in Spring Boot Application

Deploying microservices can lead to challenges in tracing requests across those services. With OpenTelemetry we’re able to capture logs from independent services and use them to observe traces of entire requests. We look at how to achieve this in Spring.