Being intentional with container terminology
A guide to using precise terminology for Linux containers, distinguishing between generic concepts and Docker-specific tools to reduce confusion.
A guide to using precise terminology for Linux containers, distinguishing between generic concepts and Docker-specific tools to reduce confusion.
A technical guide on configuring a data pipeline from Kafka to Elasticsearch using Logstash, including Docker setup and configuration examples.
A guide to advanced debugging techniques for containerized applications, focusing on distroless containers and Kubernetes environments.
Explores methods to expose a container port after it's already running, focusing on a proxy container solution for debugging.
A quick reference cheat sheet for essential Docker commands covering containers, images, running, and Dockerfile basics.
A deep dive into the technical mechanics of container port publishing, explaining port forwarding, NAT, and implementation differences across runtimes.
A step-by-step tutorial on integrating Prisma ORM with a NestJS backend, including database setup, CRUD operations, and testing.
Analyzing conference session ratings using DuckDB and Jupyter Notebooks to demonstrate data wrangling and SQL on raw CSV data.
Techniques for debugging Docker containers built from distroless or slim base images, which lack traditional exploration tools.
A guide to setting up a remote Docker host on an x86_64 machine (like AWS EC2) to run containers not available for ARM architecture.
A tutorial on extracting the filesystem of a Docker image without running a container, using standard Docker commands like `docker export`.
A tutorial on setting up a local Apache Kafka cluster for testing using Docker and Docker Compose.
Strategies for efficiently scheduling Docker containers to integration test 14+ databases in GitHub Actions, improving CI performance.
A hands-on tutorial for setting up a Docker environment to experiment with the Apache Iceberg table format using Spark SQL.
A guide to building multi-architecture Docker images for Arm and x86 using Google Cloud Build and buildx.
A developer's monthly digest covering books, courses, and personal reflections on attending tech conferences like app.js and Devoxx Poland.
Tutorial on setting up a Google Cloud Platform Compute Instance VM to run Dockerized PHP applications, covering manual and automated provisioning.
Fixing Docker Desktop credential errors in CI by modifying the config.json file to remove the 'credsStore' key.
A guide to deploying a NestJS application to Google Cloud Run, covering manual setup and automated CI/CD with GitHub Actions.