2016 - A Year In Review
A developer's 2016 year in review, covering learning Linux, Docker, software craftsmanship, and sharing knowledge through blogging and talks.
A developer's 2016 year in review, covering learning Linux, Docker, software craftsmanship, and sharing knowledge through blogging and talks.
A guide to using Docker Compose for orchestrating multi-container applications, covering setup, configuration, and best practices.
Part 2 of a guide on developing ETL processes using Apache Spark, Jupyter Notebooks, and Docker on Amazon EMR.
A tutorial on debugging an ASP.NET Core application running inside a Docker container using Visual Studio Code.
A developer describes automating Docker image builds and pushes to Docker Hub for an open-source Node.js Docker management tool using CodeFresh.
A tutorial on adding HTTPS support and Dockerizing an ASP.NET Core application, including generating a self-signed certificate.
A tutorial on scaling an ASP.NET Core application using Docker Swarm, covering service creation, scaling, and management.
A guide to automating Docker installation on Windows Server 2016 using PowerShell Desired State Configuration (DSC).
A developer recounts the chaotic process of changing their GitHub username and the cascading technical issues it caused across their projects and CI/CD pipelines.
A step-by-step tutorial on how to containerize an ASP.NET Core application using Docker, from creating a Dockerfile to running the image.
Step-by-step guide to building .NET Core (ASP.NET 5) apps and deploying them inside Docker containers to Azure and Heroku.
A guide to setting up a Docker-based development environment for the MEAN.JS stack, enabling live-reload and easy setup.
Tips for using Docker to compile, cross-compile, and deploy Go applications without installing Go locally.
A technical guide on running a Minecraft server in Docker with correct permissions for a persistent host directory.
A guide to setting up continuous integration for .NET Core libraries using Atlassian Bitbucket Pipelines, including YAML configuration and NuGet packaging.
A developer shares a solution for fixing the 'Failed to start service Docker Engine' error on Windows 10 Anniversary Edition by removing a conflicting network adapter.
A tutorial on packaging an Angular application inside a Docker container using Nginx to serve static files, focusing on immutability and DevOps practices.
Exploring Oracle Stream Analytics (OSA), a tool for real-time analysis of streaming data like Kafka and Twitter feeds via a web interface.
A developer shares their experience contributing to Docker's official documentation by fixing a Windows-specific path issue in the config.json file guide.
Key considerations and best practices when switching Java applications to Alpine-based Docker images for reduced size and security.