jduan
Hi,
I’m trying to sell Elixir to my team for building high performance services? Are there any good introductory talks/videos about Erlang/Elixir Concurrency? I searched on youtube but failed to find any talks that are intended for people who know nothing about Erlang/Elixir. Any recommendations are greatly appreciated!
Trending in Questions
Hello!
Suppose you are building workflow (order / task / payment) processing system with the following requirements:
Each workflow con...
New
I’m in search of an Elixir library that offers PDF generation capabilities similar to Ruby’s Prawn. While there have been discussions abo...
New
I’m looking to build a personal workflow to quickly deploy web applications written in elixir/phoenix, for local consumption (ie not on t...
New
Before I dive in myself, did anyone successfully sprinkle Hologram into their existing LiveView app?
Looking for hints regarding:
Addi...
New
Kia ora,
We have been using elixir-google-api to connect to Google Drive. However, with the updates to Tesla due to CVEs this is now bro...
New
Hi all, I wanted to ask how the community is dealing with post-release steps.
Today we have Ecto migrations, which make sure that the db...
New
Hello,
I have an Elixir backend that implements a custom protocol over TCP. I want to load test the backend and assess the performance o...
New
Other Trending Topics
Hey, I’m Jesse and I’m the main contributor behind Dexter, a full-featured, lightning-fast Elixir LSP optimized for large codebases. It s...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
ExRatatui lets you cook up rich terminal UIs in Elixir, powered by Rust’s ratatui via Rustler NIFs. Build interactive terminal applicatio...
New
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve.
They are GUI (Emerge) and State management (S...
New
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
Emily is an Elixir library that runs Nx computations on Apple’s MLX. Install it as the default Nx backend and Nx, defn, Axon, Nx.Serving,...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #elixirconf
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #blog-post
- #phoenix_html
- #iex
- #graphql
- #ai
- #genstage
- #elixirconf-us
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #metaprogramming
- #security
- #hex










Showing Posts 1 to 5- Show Best Posts
- Show All Posts (oldest first)
- Show All Posts (newest first)
rvirding
One place to look is in the previous Erlang Factories and User conferences, http://www.erlang-factory.com/ . There are many talks there on how companies have used Erlang, and now Elixir as well, in building systems. There are many use cases of different types of systems.
jduan
Thanks Robert! I’ll take a look at the talks listed there!
rvirding
Here is another interesting talk from a user group meeting. It is by Dan Macklin head of R&D at Bet365 about introducing Erlang into Bet365. It is less technical and more about the problems around introducing new technology.
Dan has also given a bit more technical talks as well at CodeMesh about introducing Erlang to Bet365. They are Erlang but would apply to Elixir as well. They are also good.
Qqwy
I am working on a talk right now (which will be given through the internet at the Alchemists-Philippines Meetup on the 30th of June) that tackles this problem somewhat; Both going in into why Elixir/Erlangs approach to concurrency is important, how it works and after that explaining how OTP is built on top of that. It will be a practical introduction, so it will also involve some syntax, but the goal is to make this understandable for beginners, including people who’ve never seen Elixir before.
I’ll keep you updated.
Qqwy
Also, I believe that this is a very good introduction to what Elixir does differently, and why that is awesome: