Docker is a widely used developer tool that first simplifies the assembly of an application stack (docker build), then allows for the rapid distribution of the resulting executabl ...
Let me show you how to turn Ubuntu into a powerful development environment for any project in just a few minutes!
When I think of Docker, I don't think of these services, but they work better than you'd think ...
From the Department of Bizarre Anomalies: Microsoft has suppressed an unexplained anomaly on its network that was routing traffic destined to example.com—a domain reserved for testing purposes—to a ...
Let's be honest, we're all drama queens sometimes. Whether you're texting your bestie you're “literally dying” over the latest celebrity gossip or declaring on social media that Monday mornings are ...
Generics make your code more flexible and easier to read, and they help you avoid ClassCastExceptions at runtime. Get started with this introduction to using generics with the Java Collections ...
Docker-multistage-example demonstrates how a Dockerfile can be converted into a multi-stage build. Multi-stage builds are useful to anyone who needs to optimise Dockerfiles while keeping them easy to ...
Ahead of the November presidential election, just 19% of Americans say democracy in the United States is a good example for other countries to follow, according to a Pew Research Center survey ...
HTMX is a newer technology that takes plain old HTML and gives it extra powers like Ajax and DOM swaps. It’s included in my personal list of good ideas because it eliminates a whole realm of ...