How to install connector plugins in Kafka Connect
A guide to installing connector plugins in Kafka Connect, covering manual and automated methods using Confluent Hub.
A guide to installing connector plugins in Kafka Connect, covering manual and automated methods using Confluent Hub.
Archived guide on enabling SSH for localhost connections within a Binder environment, now deprecated due to policy changes.
A guide to optimizing .NET Core Docker image size using multi-stage builds and assembly trimming for a replication tool.
A developer shares 9 practical tips for improving your Bash and Python scripting workflow, based on real-world experience.
A guide to deploying an outdated Django 1.7 project using Docker, UWSGI, and NGINX for a server migration.
Guide on running Azurite, an Azure Storage emulator, in Docker with JetBrains Rider to keep storage data local per solution.
Explains how to use the Startup File configuration in Azure App Service for Linux to pass command-line arguments to a containerized ASP.NET Core application.
Explains the difference between Docker's `attach` and `exec` commands, detailing when to use each for container interaction.
A guide to using VS Code's remote development features with Docker Compose for developing and debugging microservices in both standalone and integrated modes.
Debunks the common belief that images come before containers, explaining how containers are actually used to build Docker images.
Explains how Docker and Kubernetes use Linux network namespaces and virtual interfaces to create unique IP addresses for containers and pods.
A developer shares their experience and troubleshooting steps while deploying a Gatsby site to Azure Static Web Apps, highlighting build issues and solutions.
Explains how to run k6 load tests from the cloud, including using custom Docker images and AWS ECS/Fargate for private or complex scenarios.
Explains how to run containers without using Docker images by directly configuring runc and creating a minimal root filesystem.
A guide to configuring host DNS and routing to resolve Kubernetes services from the host machine when using the kind local development tool.
Explains that containers don't require a full OS inside, clarifying the roles of the kernel, OS, and distributions in containerization.
A tutorial on setting up and running server-side Swift projects inside Docker containers using the Vapor 4 framework.
A technical guide on setting up a professional video streaming studio for online tech talks and training, covering hardware, software (OBS), and Linux configuration.
A tutorial on deploying a multi-container microservices application (React & .NET Core) to Azure using Service Fabric, including CI/CD setup.
A guide to 9 essential Docker commands for debugging Django applications running in containers, including pdb and bash shells.