Elixir Blog Posts

Wrote a blog series on Deploying Elixir apps in Kubernetes using Helm:

It’s a documentation of my own journey with these technologies, and very much work in progress :slight_smile:

8 Likes

Just a simple article to show the power and simplicity of recursion and pattern matching <3

2 Likes

Recently got back to writing (and thus blogging about) Elixir after a few years away. LiveView lured me back in :slight_smile:

Most recent post:

From the archives, my love letter to Elixir scoping:

And to char data:

A few more posts here: https://thepugautomatic.com/tag/elixir/

5 Likes

Simple post about using live_patch with a new paginator lib called Dissolver in my live view project.

https://morphic.pro/posts/how-i-added-pagination-using-live-patch-for-my-liveview-site-using-dissolver

2 Likes

Added the last entry about health check and migration scheduling:

1 Like
3 Likes

New blog post out! I’ve written a couple small LiveView applications now, and it finally clicked on where I should place my templates and when. I also explore how the templates are rendered.

https://bernheisel.com/blog/phoenix-liveview-and-views/

4 Likes

Finally took the time to write this one:

4 Likes

/cc @cnck1387

6 Likes

Today I published my first blog post ever. And it’s a LiveView post :slight_smile:

Build a performant autocomplete using Phoenix LiveView and Alpine.js

6 Likes

New blog post unveiling the thorny path to Tyyppi — the library bringing erland types to elixir runtime as first class citizens.

Generated Types II — Down the Rabbit Hole.

It’s kinda sequel to Generated Types in which I started a journey into using erlang types in elixir runtime.

2 Likes

Hey all,
The keynote videos from ElixirConf EU Virtual are available on the blog at https://www2.elixirconf.eu/elixirconfeukeynotetalks

5 Likes

I don’t blog often, but here’s my latest introspection in how Elixir and BEAM in general have positively changed my perspectives on how software should be built

6 Likes

In a case, if you have Ruby/JavaScript dev in your team that willing to switch or need to work with elixir, I’ve created the article with a syntax comparison.

or just slides:

1 Like

great blog post on using mjml for emails - can highly recommend mjml when you need anything beyond text emails, and it needs to render correctly on the 100+ different email clients… (test you mail with something like https://www.litmus.com/email-testing/)

2 Likes

Hello everybody,

A friend of mine has just published a blog about the Elixir development environment setup.

Hope you enjoy it!

3 Likes

Elixir has been a part of PepsiCo eCommerce for a couple of years now.
Having done some research on it, I decided to sum up what we know about it. Enjoy reading!

Elixir web development at PepsiCo eCommerce

5 Likes

I’ve written up some learnings/guide to deploying Elixir on Dokku using Ansible

1 Like

While not a blog per-say, I will be releasing Elixir tips and tricks M/W/F via my twitter. A lot of these tips stem from my blog articles @ akoutmos.com but the goal is to keep code snippets to less than 30 lines for a quick dose of Elixir in the morning/afternoon/evening depending on where you are.

Check out the announcement tweet https://twitter.com/akoutmos/status/1301554820403298305 and be sure to follow me so you don’t miss out on any free content :).

3 Likes

Looking forward to it! Thank you!

Note: some short code snippets to read before/after work are always nice!

1 Like