Alex Koutmos

@akoutmos.bsky.social

Get your hands dirty 💻 🎙️ Podcast: http://beamrad.io 📙 Book author: http://akoutmos.com/top/books ⌨️ Elixir libraries: http://hex.pm/users/akoutmos 📈 SaaS founder: http://eaglemms.com

Nerves with the Livebook firmware (github.com/nerves-liveb...) reminds me of the early Arduino days. With Arduino you had an IDE to develop in and update the firmware. With Livebook you can do all your coding in Livebook and everything is realtime. Such a nice DX! #ElixirLang

GitHub - nerves-livebook/nerves_livebook: Develop on embedded devices with Livebook and Nerves

Develop on embedded devices with Livebook and Nerves - nerves-livebook/nerves_livebook

github.com

The goal for this Christmas vacation is to get that engine into that little Honda. Working with your hands is the best way to unwind from working in front of a computer all day.

Bild

🚨 New Blog Post 🚨 @fly.io's globally distributed network is great for routing users to the closest server but what if you want to connect them to a specific machine? I wrote how to use their "fly-replay" header and sticky sessions to do that in Phoenix. #ElixirLang peterullrich.com/request-rout...

Request Routing and Sticky Sessions in Phoenix on Fly.io

Learn to efficiently route requests to the right server using Fly.io's fly-replay header and sticky sessions with Phoenix.

peterullrich.com

We're in a similar boat. Started eaglemms.com (my bootstrapped business) back when LiveView was 0.13.0 and haven't looked back since! Elixir and LiveView are a secret weapon in the hands of solo devs 😉. Congrats to everyone involved in getting LiveView 1.0 🥳🎉🥳🎉🥳🎉 #ElixirLang

EagleMMS

Our fully automated Material Management System allows you to seamlessly track and invoice repair material costs.

eaglemms.com

Christopher Grainger@cigrainger.bsky.social · 2y ago

Everybody #ElixirLang is celebrating this and rightly so. At Amplified, we've been shipping LiveView in production since 2020 and I don't know if we'd still be here otherwise. We're able to compete with far, far larger companies with two devs (including me). Congratulations to the Phoenix team!

One of my favorite "go to" patterns in my Elixir apps for read only data is to store it all in DETS (erlang.org/doc/apps/std...), commit it to the repo with Git LFS (git-lfs.com), and then bundle it into the Docker container. Data fetching doesn't much faster than that ⚡ #ElixirLang

Git Large File Storage

Git Large File Storage (LFS) replaces large files such as audio samples, videos, datasets, and graphics with text pointers inside Git, while storing the file contents on a remote server like GitHub.co...

git-lfs.com