It's here! Phoenix Live View leverages server-rendered HTML and Phoenix's native
WebSocket tooling so you can build fancy real-time features without all that
complicated JavaScript. If you're sick to death of writing JS (I had a bad day
with Redux, don't ask)…
This post was originally published on the Elixir School blog
[https://elixirschool.com/blog]. Elixir School is an open source Elixir
curriculum and we're looking for contributors! You can write a short TIL blog
post, a longer blog post, add a lesson, help with translation and more. Check…
"Concurrent" and "fault tolerant" are Elixir buzzwords that I heard again and
again without actually seeing these features in action. Even after writing a
fair amount of Elixir code, I still hadn't had an opportunity to meaningfully
use them. So how can we leverage…
This post was originally published on the Elixir School blog
[https://elixirschool.com/blog]. Elixir School is an open source Elixir
curriculum and we're looking for contributors! You can write a short TIL blog
post, a longer blog post, add a lesson, help with translation and more. Check…
Demystify encryption by taking a medium dive and building your very own
encryption engine in Elixir. In this post, we'll build a light-weight Elixir
library that leverages Erlang's :crypto to encrypt/decrypt sensitive data, and
learn a little more about encryption along the way.
Overview
Our…