-
Software Development
Hybrid Auth: Integrating Firebase with OAuth2 Proxy in Kubernetes
In modern applications, authentication is a critical component, especially when integrating multiple identity providers. Many enterprises use OAuth-based authentication solutions…
Read More » -
Software Development
Read an External Properties File in Maven
1. Introduction Reading external properties in a maven project is useful when accessing secure credential configuration, or logging settings, etc.…
Read More » -
Java
OpenCV Java Object Detection
In this article, OpenCV Java Object Detection demonstrates how to identify specific objects in a real image using OpenCV DNN(Deep…
Read More » -
Software Development
Solidity Best Practices for 2025: Tackling Gas Fees and Scalability
As blockchain technology continues to evolve, Solidity remains one of the most popular programming languages for developing smart contracts on…
Read More » -
Enterprise Java
Event Sourcing with Axon Framework in Spring Boot
Event Sourcing is a powerful architectural pattern that captures all changes to an application state as a sequence of events.…
Read More » -
Enterprise Java
Spring Boot Pkl Example
Pkl is a configuration-as-code language developed by Apple, blending the simplicity of static formats like JSON with the expressiveness of…
Read More » -
Enterprise Java
Using LangChain4j in Micronaut
LangChain4j is a Java library that simplifies working with LLMs, enabling us to create AI-driven applications with minimal complexity. By…
Read More » -
Enterprise Java
Zero-Downtime Deployments in Spring Boot with Kubernetes and Istio
Ensuring zero downtime during deployments is crucial for modern applications, especially in microservices architectures. Kubernetes, combined with Istio, provides powerful…
Read More »