ALL

Convince your boss - Code Elixir LDN

Code Elixir LDN saves your team time by getting the answers to your tech problems from experts who have already spent the time solving them! Code Elixir LDN helps your team avoid issues later down the line by learning more about the next generation of tools, frameworks and processes now! Code Elixir LDN brings top professionals, innovators and inventors together all in one place, maximising the opportunity for intensive learning and understanding. Code Elixir LDN will bring you up to speed with new approaches, technologies and processes through its training days. Code Elixir LDN will further amplify your understanding through networking with fellow developers and engineers, exchanging notes, experiences and solutions face-to-face.

READ MORE

Kate Travers’ Journey from Art shipping to Elixir Senior Engineer

Article by Kate Travers

Kate is building ‘learn.co,’ a learning management system with added interactivity and community features. The system only needs one click to “Open IDE” and launch a functional development environment right in the browser. Flatiron are particularly excited about this feature because it allows students new to coding to get a taste of programming with real tools that developers use on the job. Unlike a REPL (a read-eval-print-loop) that executes a few lines of simple code, the IDE allows students to experience the more complex interaction between editing different files and executing them from a command line, all in browser.

READ MORE

Elixir powers first Car Share Service from Toyota

Article by Powell Kinney

Toyota has just launched its first global car sharing platform, operated by Servco Pacific, Toyota’s distributor in Hawaii. The Hui service utilises Toyota’s proprietary global Mobility Service Platform (MSPF) which is built partly with Elixir. Toyota Connected and Servco developed the service together as one of the first public applications of MSPF, the core ecosystem for leveraging the potential of connected vehicle systems to support the development of new mobility businesses – such as car-sharing, ride-sharing and remote delivery.

READ MORE

PC Member Bryan Hunt picks his personal talk highlights for Code BEAM STO 2018

Article by Bryan Hunt

Bryan hunt is on the Programme Committee for Code BEAM STO and has been involved with the open source community in various ways for the last 20 years. He is now leading Erlang Solutions' Riak support whilst being an advocate for Elixir and Erlang. In this article, Bryan gives his own personal list of talks he plans on attending at Code BEAM STO this year.

READ MORE

From a web application to a distributed system

Article by Gianluca Padovani

There is currently a lot of interest in how these problems are solved in the BEAM environment (using Actor model) and how some common patterns like Supervisor or GenServer are used in other languages or frameworks, Akka for example.

READ MORE

Why should Elixir developers get familiar with Erlang and the BEAM at Code BEAM STO?

Article by Claudio Ortolina

Elixir, Erlang and LFE certainly have different features but they all share a foundation that carries the same ideas, techniques and patterns. Having familiarity with each technology is a major strength: it allows you to tap into a wider ecosystem and get the best out of every technology. Even if you end up using only one language in your day to day development, that knowledge will be useful in giving you more tools to reason with and to solve problems efficiently.

READ MORE

Why you should attend Code BEAMSTO and how to convince your boss?

Your manager may not immediately recognise the benefits of you attending Code BEAM STO, for both yourself and the business as a whole. There are over 40 talks this year, covering a broad mix of subjects and championing many new tools, techniques and time-saving implementations, revealed at Code BEAM STO first. There is no other conference that brings such a range of talks together.

READ MORE

Code 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 MORE

Fighting Authoritarianism with Erlang, Blockchains and Blockweaves

Article by Sam Williams

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 MORE

Code BEAM SF Profile: Miriam Pena

Article by 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 MORE

Successful 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 MORE

Introducing Wrek - A Miniature Erlang Graph Engine

Article by Richard Kallos

READ MORE