Configuring Java Applications
A quick reference for configuring Java applications using environment variables, system properties, command line arguments, and files.
Subscribe below to receive my latest posts directly in your inbox
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.