Microprofile Maven Archetypes – Wildfly bootable jar archetype
A guide to using a Maven archetype for creating a MicroProfile REST service packaged as a WildFly bootable jar, including Docker setup.
A guide to using a Maven archetype for creating a MicroProfile REST service packaged as a WildFly bootable jar, including Docker setup.
Explains how to use command and args fields to override container entrypoints and commands in Kubernetes Pods.
A guide to replacing Docker with Podman on Mac and Windows, covering installation, setup, and troubleshooting.
A tutorial on using the Jib Maven plugin to containerize a Java application and build Docker images without writing a Dockerfile.
Explains how to expose multiple Docker/Podman containers on the same host port without using Kubernetes or reverse proxies.
A technical guide on backing up and restoring a self-hosted Plausible Analytics instance using Docker volumes and command-line tools.
A guide to creating isolated, disposable development environments using Vagrant, Docker, and arkade for reproducible, clean, and efficient workflows.
A technical guide on setting up Elastic Workplace Search for local development using Docker and Docker Compose.
A technical guide on automating Google Drive backups using AWS ECS (Fargate), S3 Glacier, and rclone, including architecture and security considerations.
A guide to visualizing network latency using ping_exporter, Prometheus, and Grafana for monitoring internet and device health.
Explains how to use CMD and args in Docker containers to run custom processes, with examples and Dockerfile syntax.
Discusses the importance of using smaller, secure container images, analyzing vulnerability scans and trade-offs between Alpine and Debian-based images.
A guide to creating simple demo applications using phpinfo and ASP.NET tracing for showcasing infrastructure like load balancers and API gateways.
A tutorial on setting up a development environment with Express.js and Neo4j using Docker and Docker Compose.
How to use SQLite with Litestream for serverless data replication, eliminating database servers and reducing costs to $0.03/month.
A guide to deploying a Kubernetes lab for security research, covering local setups, vulnerable clusters, and production-ready multi-node deployments.
A technical guide on migrating a legacy ASP.NET MVC application to Windows Containers, covering prerequisites, tooling, and upgrade steps.
A tutorial on building and deploying a .NET 5 web API using VSCode, covering setup, development, and Docker deployment.
A guide to overcoming x86/ARM architecture mismatch issues when developing on ARM-based machines using VS Code and Docker.
A guide to configuring phpMyAdmin with Docker for connecting to CloudSQL, AWS RDS, and local databases.