Profile avatar
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
34 posts 954 followers 14 following
Regular Contributor
Active Commenter

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

Another perfect example of when a product is free something shady is going on in the background. The current online coupon market reminds me of the good old Yahoo Explorer 5 toolbar days 🤣 www.youtube.com/watch?v=vc4y...

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.

Beacon CMS v0.3.2 released github.com/BeaconCMS/be... #ElixirLang

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

Started using Livebook for #AdventOfCode, and I love how the doctests are executed by default and there's a little green indicator when they pass. #MyElixirStatus

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

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

This is the way! It's also helpful that we have the phenomenal feature flag library FunWithFlags github.com/tompave/fun_... in #ElixirLang

🥳 Phx2Ban 0.2.1 release 🥳 @peterullrich.com and I have been busy adding new features to Phx2Ban to make it the easiest and most thorough application firewall you have ever added to your Phoenix application! Check it out at ezsuite.dev. #MyElixirStatus #ElixirLang

"You have built an Erlang": vereis.com/posts/you_bu...

I have been enjoying Rust while I go through and create Rustler NIFs for my Elixir projects. Such a potent combo to have Rust take care of the CPU intensive work and use Elixir for everything else. I have a short list of libraries that I want to create bindings for 😉. Stay tuned! #MyElixirStatus

Open source announcement 🎉🥳🎉🥳 Thanks to help from the Livebook.dev team (and especially Jonatan Kłosko), my PR for generating images from VegaLite specs via a Rust NIF has been merged! If you are interested in the PR: github.com/livebook-dev... #MyElixirStatus

🎉 Big Announcement 🎉 @peterullrich.com and I are ready to unveil our new project called EzSuite! With EzSuite we'll be publishing premium Elixir libraries with the first one being an application firewall called Phx2Ban! Check it out at ezsuite.dev 😁 #MyElixirStatus

Just released 0.3.0 of SqlFmt github.com/akoutmos/sql... 🥳🥳 Enjoy all those beautifully formatted SQL statements in your Ecto migrations! #MyElixirStatus

Stay tuned everyone! @peterullrich.com and I have put together something really special for all you Phoenix users out there 😉. #MyElixirStatus