|
You are here |
fullstackphoenix.com | ||
| | | | |
akoutmos.com
|
|
| | | | | Learn how to use Elixir 1.9 releases along with multi-stage docker builds | |
| | | | |
leif.io
|
|
| | | | | This is a multi part article about deployment of an Elixir application with Docker. This part will be about building a distillery release for a Phoenix Application. Part 2 will discuss packaging this release into a Docker container Part 3 will show you how to deploy this container to a container runtime. Part 4 will wrap it all up and show you how to integrate all if this into a Continuous Delivery Workflow | |
| | | | |
zorbash.com
|
|
| | | | | [AI summary] A technical guide demonstrating how to use Docker multi-stage builds and the Distillery tool to create lightweight, optimized images for deploying Elixir applications. | |
| | | | |
coredumped.dev
|
|
| | | Updated: 2023-01-06 About a year ago I was bitten by the PL bug. It started with reading Crafting Interpreters and discovering the wonders hidden under the hood of a compiler. I am also been a big fan of Emacs, and this started to get me interested in how its interpreter works. At the same time, I was reading the Rust book and trying to understand the concepts there. This all came to a head, and I decided to write an Emacs Lisp interpreter called rune in Rust. | ||