|
You are here |
www.jeremykun.com | ||
| | | | |
earthly.dev
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | | | Shared servers for the win! | Cory Zue | |
| | | | |
quakkels.com
|
|
| | | 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. | ||