/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

fullstackphoenix.com
| | akoutmos.com
3.7 parsecs away

Travel
| | Learn how to use Elixir 1.9 releases along with multi-stage docker builds
| | leif.io
2.5 parsecs away

Travel
| | 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
4.4 parsecs away

Travel
| | [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
23.2 parsecs away

Travel
| 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.