#elixir
A beginner’s guide to elixir otp system
https://medium.com/stackavenue/a-beginners-guide-to-elixir-otp-system-8bac2896cff3
A beginner’s guide to elixir otp system
https://medium.com/stackavenue/a-beginners-guide-to-elixir-otp-system-8bac2896cff3
Medium
A Beginner’s guide to Elixir OTP System
When we talk about OTP we are basically talking about bunch of libraries or collections of libraries and the hierarchy of supervisors and…
#elixir
Elixirconf 2020: uniting the elixir community [virtual]
https://dockyard.com/blog/2020/09/02/elixirconf-2020-uniting-the-elixir-community-virtual
Elixirconf 2020: uniting the elixir community [virtual]
https://dockyard.com/blog/2020/09/02/elixirconf-2020-uniting-the-elixir-community-virtual
#elixir #beam
Virtual BEAM Meetup GMT, August 19 - Saša Jurić - Parenting Children
https://www.youtube.com/watch?v=Iih3Nrce3_U
Virtual BEAM Meetup GMT, August 19 - Saša Jurić - Parenting Children
https://www.youtube.com/watch?v=Iih3Nrce3_U
YouTube
Virtual BEAM Meetup GMT, August 19 - Saša Jurić - Parenting Children
Join our Meetup group at https://www.meetup.com/erlangusergroup
Upcoming virtual conferences: Code BEAM V - https://codesync.global/conferences/code-beam-sto/
ElixirConf EU Virtual -
https://www.elixirconf.eu/
Code Mesh V -
https://codesync.global/conferences/code…
Upcoming virtual conferences: Code BEAM V - https://codesync.global/conferences/code-beam-sto/
ElixirConf EU Virtual -
https://www.elixirconf.eu/
Code Mesh V -
https://codesync.global/conferences/code…
#elixir
José Valim: "Elixir is great for everything that runs on top of a socket”
https://evrone.com/jose-valim-interview
José Valim: "Elixir is great for everything that runs on top of a socket”
https://evrone.com/jose-valim-interview
Evrone
An interview with José Valim, Creator of Elixir by Evrone
Evrone conducted an interview with José Valim, the creator of the Elixir programming language, to learn about his approach to building Elixir & his goals for the language.
#elixir
Elixir range— a strange experience on enumeration
https://medium.com/blackode/elixir-range-a-strange-experience-on-enumeration-9256a5e217a5
Elixir range— a strange experience on enumeration
https://medium.com/blackode/elixir-range-a-strange-experience-on-enumeration-9256a5e217a5
Medium
Elixir Range— A Strange Experience on Enumeration
You are only a stranger until known
#elixir
Elixir protocols — implementing inspect over custom data type
https://medium.com/blackode/elixir-protocols-implementing-inspect-over-custom-data-type-405937389a8d
Elixir protocols — implementing inspect over custom data type
https://medium.com/blackode/elixir-protocols-implementing-inspect-over-custom-data-type-405937389a8d
Medium
Elixir Protocols — Implementing Inspect over custom data type
Designing custom datatype inspection
#elixir #engineering #web_development
Creating a sonos volumeknob with elixir, the beam, and liveview
https://dockyard.com/blog/2020/09/08/creating-a-sonos-volumeknob-with-elixir-the-beam-and-liveview
Creating a sonos volumeknob with elixir, the beam, and liveview
https://dockyard.com/blog/2020/09/08/creating-a-sonos-volumeknob-with-elixir-the-beam-and-liveview
DockYard
Creating a Sonos VolumeKnob with Elixir, the BEAM, and LiveView - DockYard
Using Elixir, the BEAM, and LiveView to build a Sonos volume device
#elixir
The sound of erlang: how to use erlang as an instrument.
https://www.erlang-solutions.com/blog/the-sound-of-erlang-how-to-use-erlang-as-an-instrument.html
The sound of erlang: how to use erlang as an instrument.
https://www.erlang-solutions.com/blog/the-sound-of-erlang-how-to-use-erlang-as-an-instrument.html
Erlang-Solutions
The sound of Erlang: How to use Erlang as an instrument. | Erlang Solution blog
Want to discover a fun new Erlang project? A lot has been said about Erlang's concurrency and fault-tolerance, and with good reason, but it is still important to remember that programming can and should be fun.
In this tutorial, we show you how to use Erlang…
In this tutorial, we show you how to use Erlang…
#elixir
Building a blockchain in elixir part-1
https://medium.com/@y316nitk/building-a-blockchain-in-elixir-part-1-4d4ed889525b
Building a blockchain in elixir part-1
https://medium.com/@y316nitk/building-a-blockchain-in-elixir-part-1-4d4ed889525b
Medium
Building a blockchain in Elixir part-1
Today we are going to build a blockchain in Elixir. We will build everything whatever a basic blockchain provides, concepts are simple and…