Best of Docker ComposeApril 2024

  1. 1
    Article
    Avatar of awsplainenglishAWS in Plain English·2y

    Docker Basics: Understanding Key Components

    Docker is a containerization platform that allows developers to package, distribute, and run applications in isolated environments called containers. It has core components such as Docker Engine, Docker Images, Docker Containers, Docker Hub, Docker Registry, Docker Volumes, Docker Networking, Docker Compose, Docker Swarm, and Docker Security. Understanding these components enables efficient development, deployment, and management of containerized applications.

  2. 2
    Article
    Avatar of codemazeCode Maze·2y

    Using Kafka in an ASP.NET Core Web API

    Learn how to integrate Kafka with an ASP.NET Core Web API using a custom Docker Compose setup and the Confluent Kafka Nuget package. Explore the concepts of Kafka, event-driven architecture, and the steps to set up and configure Kafka in an ASP.NET Core Web API application.

  3. 3
    Video
    Avatar of dreamsofcodeDreams of Code·2y

    Testcontainers have forever changed the way I write tests

    The post discusses how the test containers package has improved the author's testing process by automating the deployment of service containers for integration testing. It explains how test containers can reduce flaky tests and highlights some pre-built modules provided by the package.