/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.jeremykun.com
| | earthly.dev
3.4 parsecs away

Travel
| | Learn how to run a Ruby on Rails application inside a Docker container and discover best practices for building Docker images. This tutorial covers...
| | rpep.dev
3.2 parsecs away

Travel
| | Alpine Linux is a distribution that is designed to be lightweight. In particular, its seen a lot of use in Docker images because the resulting image bundles are considerably smaller than those generated by other minimal distros. However, in the context of building a Docker image for a Python application, its worth thinking carefully before using Alpine, as it can often result in slower builds and counterintuitively it can even result in larger images occasionally.
| | www.coryzue.com
3.4 parsecs away

Travel
| | Shared servers for the win! | Cory Zue
| | quakkels.com
12.8 parsecs away

Travel
| Django is a Python framework that I've written about before. I've compared Django to ASP.NET MVC. But, I didn't go into much detail about how to actually use Django to create a data driven website. That's what I'll cover now.