Hardwood, the project Gunnar Morling kick-started handling of Parquet files in Java, reached version 1. Its multi-threaded approach and zero mandatory external dependencies promise a simpler, more ...
Erik Steiger discusses the operational pain of legacy PDF generation in regulated banking and manufacturing. He explains how ...
Monitoring Docker containers is essential for keeping your applications stable and running smoothly. Docker logs let you see what’s happening inside your containers, and allows you to track ...
Running Python scripts is one of the most common tasks in automation. However, managing dependencies across different systems can be challenging. That’s where Docker comes in. Docker lets you package ...
Community driven content discussing all aspects of software development from DevOps to design patterns. By default, the Nginx Docker image is configured as a file server, not a reverse proxy or a load ...
Are you a developer and getting started with containerization? Containerization is the new trend these days and it makes your existing application system-independent and more reliable. If you are just ...
Java developers absolutely must learn Maven. Maven is the most popular and pervasive build tool in the Java world. Even if you don't use Maven directly, alternatives such as Gradle, Jenkins or Ivy ...
Jack Wallen walks you through the steps for creating custom images for Podman deployments with the commit command. Podman is a near 1:1 replacement for the Docker container engine. Although they are ...