2 min read

Elixir is fun

Recently I got a chance about learn Elixir. Since i was Ruby on Rails fan for a long while, I decide to give a try this time.

There are a lot of fun conception really interesting. I used to get away from Ruby on Rails because of it's OOP heavy, it is not wrong, but at that stage I just not really like it. Elixir is kind of have a lot of benefit of RoR and also a FP instead of OOP in RoR.

LiveView is a really good conception that make SPA great again in my opinion although I am a React heavey develop for a long time.

Since I'm still learning it, let's see what i can do about it.

If you also keen to learn something new, here is some Elixir resources:

ElixirCasts - Elixir and Phoenix Screencasts
A collection of screencasts on Elixir and Phoenix.

ElixirCasts, if you are rails developer you should know what this for

The Elixir programming language
Website for Elixir
Phoenix Framework
Phoenix is a web framework for the Elixir programming language that gives you peace of mind from development to production

Web full stack framework for Elixir

Phoenix.LiveView — Phoenix LiveView v0.20.17

A great way of SPA imo