Tag: Elixir
-
Phoenix LiveView: leave regular web development behind
Posted on May 19, 2019, Level intermediate Resource Length medium
Introduction into Phoenix LiveView by Jean DerGurahian. A frequent goal of web development is to create meaningful, satisfying user experiences through robust web applications. LiveView-powered applications are stateful on the server with bidirectional communication via WebSockets, offering a vastly simplified programming model compared to JavaScript alternatives.
Tags web-development elixir erlang
-
Why did we choose Elixir for backend development of MoodleNet?
Posted on October 27, 2018, Level beginner Resource Length short
Alex Castaño short technical post on their decision to use Elixir in production for their web site. MoodleNet empowers communities of educators to share and learn from each other to improve the quality of education.
Tags elixir erlang web-development
-
BeamParticle -- polyglot dynamic programming engine
Posted on February 17, 2018, Level intermediate Resource Length medium
Neeraj Sharma introduction into BeamParticle -- an open source project built on top of the Erlang virtual machine (BEAM), which allows dynamic (re)programming in multiple programming languages. The project supports six different programming languages; namely: Erlang, Elixir, Java, Python, Efene, and PHP.
Tags programming erlang functional-programming elixir
-
Introduction to Erlang and Elixir
Posted on January 14, 2017, Level beginner Resource Length short
Tom Whitbread's intro into Elixir. Elixir is a fast, dynamic and scalable language which is fast becoming adopted by the startup crowd and established businesses alike for production applications.
Tags programming erlang elixir