Saša Jurić

Elixir mentor, author of Elixir in Action

Saša is an Elixir mentor helping companies with the adoption of Elixir. He has many years of experience building server systems, as well as desktop applications using various languages and technologies. For the past nine years, his focus has been on building backend systems using Elixir and Erlang. He is the author of “Elixir in Action”, and an occasional blogger at theerlangelist.com.

Talk:
Against the Grain

Audience: Introductory and overview

This talk tells the story of developing a bespoke Kafka client. None of the existing libraries in the BEAM ecosystem fulfilled the needs of the team, and it was estimated that contributing new changes to those projects would be very difficult. At the same time, writing and maintaining a client from scratch would require a lot of time, much more than the team could afford.

So what can we do in such situation? Join me and find out how by making some atypical choices we got ourselves out of a tricky situation.

OBJECTIVES:

  • question the established practices and think about whether they make sense in your context
  • overcome the deficiencies in the BEAM ecosystem

AUDIENCE: This talk is fairly technical, and assumes that the audience is familiar with some BEAM language, especially with its concurrency model. The code snippets will be given in Elixir. No knowledge of Kafka is required.

Training:
Practical testing with Elixir (and Phoenix)

This tutorial teaches a practical testing approach which maximizes the value you can get out of your tests in real-life collaborative Elixir projects.