Configuring Java Applications
A quick reference for configuring Java applications using environment variables, system properties, command line arguments, and files.
My name is Muneeb Khawaja. I’m a solution-driven goal-oriented software developer who believes in delivering well-documented high-quality code and maximizing business value
A quick reference for configuring Java applications using environment variables, system properties, command line arguments, and files.
Application configuration is a critical part of any software development project. By understanding the different types of configurations, sources, and best practices, you can ensure that your applications are secure, portable, and scalable.
A quick reference guide for generating SSH keys, configuring an ssh-agent via keychain and more.
Learn to containerize Jenkins and run Docker commands with Docker inside Docker (DinD) or Docker outside of Docker (DooD). DinD makes Jenkins' containers invisible to the host, while DooD makes them visible as siblings. Each has its own advantages and drawbacks.