Til: understanding dialyzer’s “the pattern can never match the type.”
https://medium.com/@lasseebert/til-understanding-dialyzers-the-pattern-can-never-match-the-type-e948385837d
https://medium.com/@lasseebert/til-understanding-dialyzers-the-pattern-can-never-match-the-type-e948385837d
Medium
TIL: Understanding dialyzer’s “The pattern can never match the type.”
I spend a good three hours today debugging a dialyzer warning in my Elixir app, so I’m naturally obligated to share my insights.
Personal notes from elixir conf 2019
https://medium.com/@pedroassumpcao/personal-notes-from-elixir-conf-2019-2ba67d9e1d49
https://medium.com/@pedroassumpcao/personal-notes-from-elixir-conf-2019-2ba67d9e1d49
Medium
Personal notes from Elixir Conf 2019
Last week I attended Elixir Conf 2019 in Aurora, Colorado. It was my fourth Elixir Conf and by far the one that I engaged more with other…
Ruby vs elixir performance ; ultron is dead, long live ultronx
https://medium.com/@hsan_nabi_dar/ruby-vs-elixir-performance-ultron-is-dead-long-live-ultronx-f24e40a4c4d4
https://medium.com/@hsan_nabi_dar/ruby-vs-elixir-performance-ultron-is-dead-long-live-ultronx-f24e40a4c4d4
Medium
Ruby vs Elixir performance ; Ultron is dead, long live UltronX
Our original Real time Slack Bot Ultron was a AWS Cloudwatch Bot. It served its purpose well and saved us from lot of performance and…
How to build multiple web apps with elixir thanks to umbrella — bonus 1: let’s use bootstrap
https://medium.com/@cedric_30386/how-to-build-multiple-web-apps-with-elixir-thanks-to-umbrella-bonus-1-lets-use-bootstrap-b47f3fe77f83
https://medium.com/@cedric_30386/how-to-build-multiple-web-apps-with-elixir-thanks-to-umbrella-bonus-1-lets-use-bootstrap-b47f3fe77f83
Medium
How to build multiple web apps with Elixir thanks to umbrella — Bonus 1: Let’s use Bootstrap
A (wannabe) guide to learn how to create web apps with Elixir 1.9, Phoenix 1.4, Docker (for development), Git (including submodules) to…
#discuss #elixir
What is the
https://dev.to/michael/what-is-the-operator-called-in-elixir-30di
What is the
<>
operator called in elixir?https://dev.to/michael/what-is-the-operator-called-in-elixir-30di
The DEV Community
What is the "<>" operator called in Elixir?
. Tagged with discuss, elixir.
My journey into cqrs and event sourcing
https://medium.com/@rodrigo.botti/my-journey-into-cqrs-and-event-sourcing-4bd7d0c1c670
https://medium.com/@rodrigo.botti/my-journey-into-cqrs-and-event-sourcing-4bd7d0c1c670
Medium
My Journey into CQRS and Event Sourcing
Using Elixir — Part 1
Tips for participating in spawnfest 2019
https://medium.com/@jj1bdx/tips-for-participating-in-spawnfest-2019-a09c42d8e8f5
https://medium.com/@jj1bdx/tips-for-participating-in-spawnfest-2019-a09c42d8e8f5
Medium
Tips for Participating in SpawnFest 2019
On September 21 and 22, 2019, an Erlang/Elixir/BEAM programming contest called SpawnFest 2019 will be held for 24 hours. I’ll be one of…
Todo backend application using phoenix/elixir deployed to heroku with docker.
https://medium.com/@onuchenyo.idoko/todo-backend-application-using-phoenix-elixir-deploy-it-to-heroku-with-docker-f61c3fe5afb5
https://medium.com/@onuchenyo.idoko/todo-backend-application-using-phoenix-elixir-deploy-it-to-heroku-with-docker-f61c3fe5afb5
Medium
Todo Backend Application using Phoenix/Elixir deployed to Heroku with Docker.
Elixir is a dynamic, functional language designed for building scalable and maintainable applications.
Composeconf melbourne 2019 — a new type of adventure
https://medium.com/@oheydrew/composeconf-melbourne-2019-a-new-type-of-adventure-39e08c3cbfad
https://medium.com/@oheydrew/composeconf-melbourne-2019-a-new-type-of-adventure-39e08c3cbfad
Medium
ComposeConf Melbourne 2019 — A new Type of adventure
A few people I’d run into over the last few months had started to talk about Compose Conf — a small functional programming conference…
#elixir #erlang #phoenix #ecto
Elixir validation library with +25 fully tested rules. (+40 coming up soon!)
https://dev.to/mhgontijo/elixir-validation-library-with-25-fully-tested-rules-40-coming-up-soon-c50
Elixir validation library with +25 fully tested rules. (+40 coming up soon!)
https://dev.to/mhgontijo/elixir-validation-library-with-25-fully-tested-rules-40-coming-up-soon-c50
DEV Community
Elixir Validation library with +25 fully tested rules. (+40 coming up soon!)
Hey dear #AlchemistFriends! I'm creating a ✔️✔️ validation engine ✔️✔️, in order to put several day-t...