-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
47 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
--- | ||
published: true | ||
permalink: /meetups/5-meetup-elug-ce | ||
|
||
# Event | ||
|
||
title: 5º Meetup Elug CE | ||
date: 2020-11-04 19:00:00 -0300 | ||
|
||
# Links/URLs | ||
|
||
urls: | ||
tickets: https://www.eventbrite.com/e/5o-meetup-elug-ce-tickets-126677795697 | ||
|
||
# People (organizers, speakers, moderators, etc.; see: _data/people.yml) | ||
|
||
people: | ||
- key: joel-juca | ||
role: organizer, host | ||
|
||
- key: willian-frantz | ||
role: presenter | ||
|
||
- key: charlotte-oliveira | ||
role: presenter | ||
|
||
# Talks | ||
|
||
talks: | ||
- title: Protocolos com Elixir | ||
speaker_key: willian-frantz | ||
excerpt: | | ||
Vamos ver como o Elixir aborda polimorfismo utilizando protocolos, e como isso pode ser útil no nosso dia-a-dia trabalhando com Phoenix (duração: 15 min). | ||
urls: | ||
recording: https://www.youtube.com/watch?v=JgXPb2T-mSk | ||
slides: https://speakerdeck.com/wlsf/protocolos-com-elixir | ||
|
||
- title: Tolerância a Falhas em Erlang/OTP | ||
speaker_key: charlotte-oliveira | ||
excerpt: | | ||
Veremos como Erlang consegue isolar seus processos e porque isso é importante para sistemas tolerantes à falhas. Falaremos sobre escalonamento e isolamento de processos, o modelo de atores e a filosofia Erlang em tratamento de erros e tolerância a falhas. | ||
urls: | ||
recording: https://www.youtube.com/watch?v=b6wf3hvIIpo | ||
slides: https://docs.google.com/presentation/d/1w0SM1SzGHvo-TPD8tH0PsmMYkp6myjMHLXdDgrXmu-Y | ||
--- | ||
|
||
Realizamos nessa quarta-feira (4 de novembro de 2020) o [5º Meetup Elug CE](https://www.eventbrite.com/e/5o-meetup-elug-ce-tickets-126677795697). Tivemos apresentações sobre protocolos em Elixir e tolerância a falhas com Erlang/OTP. |