Início Elixir no InfoQ Brasil
Apresentações
Feed RSS-
A Divina Comédia de um código legado: indo do inferno ao paraíso com Elixir
É um fato que lidar com projetos legados e mal estruturados não é uma tarefa muito simples. Em paralelo, pensar que o código que estamos escrevendo hoje é o legado de amanhã ressalta a responsabi(...)
-
Reescrevendo software crítico em Elixir - um estudo de caso
A maioria das empresas que iniciam a adoção de Elixir começam com uma prova de conceito que reescreve uma aplicação não-crítica. Na Telnyx, nós escolhemos a opção difícil: Reescrever um serviço (...)
-
Como o Novo Chat da OLX ficou 75% mais barato mesmo com 40% de aumento no tráfego
Nessa palestra vamos mostrar como a nova arquitetura do chat da OLX, utilizando Elixir e Ejabberd, resultou em uma grande economia, através da melhor utilização dos nossos recursos, e uma maior e(...)
-
Demystifying compilers by writing your own
In this talk, I'll use as a case study a compiler that I'm currently working on to show you how to build one from scratch using Elixir–explaining each phase of a compilation process and how Elixi(...)
-
It's about (run)time - Elixir beyond the hype
In this talk, we are going to do a deep dive into what lies beyond Elixir - the Erlang/OTP runtime - and explore what makes this adoption worthwhile. We will see how the runtime differs from the (...)
-
Como uma empresa brasileira criou uma linguagem que é usada no mundo inteiro. O case da Plataformatec com o Elixir
Em 2012 a Plataformatec tomou uma decisão ousada: desenvolver uma nova linguagem de programação, o Elixir. Nessa palestra, você irá descobrir o que aconteceu por trás dessa história. Quais os fat(...)
-
State Machine in Elixir with Machinery
In this talk we’ll understand state machines: - how it’s a well-defined concept that developers all around have been using - how implementing it without thinking about it can lead to some rea(...)
-
AgileVentures - Crowdsourced learning and Software Development as part of a Distributed Team
Ruby on Rails, EmberJS, Elixir, React, Ethereum - How a group of horizontally-organized developers dedicated to crowdsourced learning and pair programming is developing better software. Scrums, a(...)
-
Ruby, Clojure, Elixir comparative study
Ruby has Rails; Elixir has OTP, Clojure has... rainbow parenthesis? Let's take a brief tour on each of these three languages and see how they are similar, where they differ and what they appeal. (...)
-
Introdução ao framework Phoenix
Nessa palestra vamos conhecer sobre o framework Phoenix, quais são suas dependências. Vamos subir uma aplicação utilizando os generators disponíveis e conhecer a anatomia de um pequeno projeto em(...)
-
Elixir GenServer - Understanding Elixir concurrency model
Talk about processes, message passing, linking processes, GenServer behavior and functionalities and finally dissect GenServer behavior to understand what is going on behind the scenes.
-
Beyond your daily coding
On this talk, I'll tell you a story about introducing Elixir at Globo.com while doing my daily job. From this story and others from my career, I extracted some patterns to share with you, about h(...)