Oracle Database Enterprise Container on MAC AARCH64
For Mac M3 users running x86_64 containers on ARM-based devices, the workaround involves using Podman 4.2.1 and QEMU 6.2.0_1. Key…
Docker pull image from insecure registry – CoLima + MAC M Chip
To configure Docker to use an insecure registry, locate and edit the Docker daemon configuration file (/etc/docker/daemon.json) to include the…
Setting Up Podman with Lima on Mac M3
This guide walks users through setting up Podman on an Apple Silicon Mac M3 using Lima. It includes prerequisites like…
Understanding Design Patterns and their Types in Java
Design patterns are a fundamental concept in software development that provide reusable solutions to common problems. They serve as blueprints…
Using EHCache in Spring Boot
EHCache is an open-source caching library for Java applications. To integrate EHCache into a Spring Boot application, add the dependency…
Generate Java POJOs from XSD Schema: Simplifying Java Development
In the world of Java development, creating Plain Old Java Objects (POJOs) from XML Schema Definition (XSD) files is a…
Hello World Program with Map Struct
MapStruct is an open-source code generation library for Java that simplifies the mapping between Java Beans, DTOs, and other data…
Setup LAMP dev environment in docker – Mac / Linux
Here are the steps to set up a LAMP development environment with Docker on a Mac: Install Docker Desktop on…
WSDL 2 Java Generate SOAP client from URL
SOAP stands for Simple Object Access Protocol; it is an XML ( eXtensible Markup Language) based protocol to exchange messages…