ALL
Keynote: The Forgotten Ideas in Computer Science - SLIDES - Code BEAM SF 2018
Slides for the Joe Armstrong's talk "The Forgotten Ideas in Computer Science" - Code BEAM SF 2018
READ MORECode BEAM Lite Milan 2018 - slides from the conference
Code BEAM Lite Milan took place on 6 April 2018. In the nice co-working space we've discussed innovation and open-source applications based on Erlang, OTP, Elixir, LFE, BEAM and other emerging technologies.
READ MORELearning Elixir Better Through Collaboration and Giving Back - SLIDES - Code BEAM SF 2018
Slides from Mohnish Jadwani's talk at Code BEAM SF 2018 - "Learning Elixir Better Through Collaboration and Giving Back".
READ MOREFighting Authoritarianism with Erlang, Blockchains and Blockweaves
Using Erlang’s process-centric approach enabled Sam and his team to quickly design and implement the Arweave network. A component of their approach was to build an extensive testing framework utilising Erlang’s message passing and lightweight threading model, simulating networks under realistic conditions on a vast scale.
READ MORECode BEAM SF Profile: Miriam Pena
I personally like Erlang because of the short implementation times, I love how easy it is to make concurrent distributed systems and implement communication protocols. It is less verbose than other languages and so less prone to errors. With its stable API, it is also low maintenance and used to resolve challenging problems. The fact that it is in high demand and you often get to work remotely, are a bonus too.
READ MORESuccessful Companies Use Erlang and Elixir
Companies choose Erlang and Elixir, because of the ease with which fault-tolerant and scalable programs deployable in a distributed network can be written. Erlang and Elixir are both functional languages that can use an Actor system to simplify the handling of concurrency and make error recovery possible. They are able to take full advantage of multicore computing, allowing more to be done with less. We are also now seeing a wider adoption of Elixir in production, especially for those companies more used to the syntax of Ruby.
READ MORELearn Erlang From its Inventors - Joe Armstrong and Robert Virding
Joe Armstrong and Robert Virding will be teaching Basic Erlang, Basic OTP and Applied Erlang Techniques at Code BEAM SF in San Francisco, between 12-14 March and 19-21 March.
READ MOREA Hitchhiker's Tour of the BEAM
The BEAM is the standard Erlang implementation in use today. It was specially designed just to run Erlang. But what is the BEAM other than a virtual machine for running Erlang?
READ MOREHow to Develop an Erlang or Elixir Team
How can you start your erlang or elixir team building?
READ MORE