#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...
#elixir
Using broadway at hexdocs.pm
http://blog.plataformatec.com.br/2019/09/using-broadway-at-hexdocs-pm/
Using broadway at hexdocs.pm
http://blog.plataformatec.com.br/2019/09/using-broadway-at-hexdocs-pm/
Plataformatec Blog | Plataformatec's place to talk about Ruby, Ruby on Rails, Elixir, and software engineering
Using Broadway at Hexdocs.pm « Plataformatec Blog
This is a quick blog post about our experience replacing Hexdocs.pm’s GenStage pipeline with Broadway. To give some background information, Hexdocs.pm started out as basically just static file hosting for documentation. With the introduction of private Hexdocs…
How to: use uuids as primary keys in elixir/phoenix
https://medium.com/flatiron-labs/how-to-use-uuids-as-primary-keys-in-elixir-phoenix-f0583ca10d29
https://medium.com/flatiron-labs/how-to-use-uuids-as-primary-keys-in-elixir-phoenix-f0583ca10d29
Medium
How to: use UUIDs as Primary Keys in Elixir/Phoenix
Because we needed some more resources for this.
Cowboy architecture and execution flow
https://medium.com/@scarfacedeb/cowboy-architecture-and-execution-flow-df7227a6573
https://medium.com/@scarfacedeb/cowboy-architecture-and-execution-flow-df7227a6573
Medium
Cowboy architecture and execution flow
Cowboy is the default HTTP server for Erlang/OTP. It’s built on top of Ranch which is a socket worker pool for TCP. Together they power…
#erlang #progamminglanguages #beamvm #elixir
Which companies are using erlang, and why? #mytopdogstatus
https://dev.to/erlangsolutions/which-companies-are-using-erlang-and-why-mytopdogstatus-361m
Which companies are using erlang, and why? #mytopdogstatus
https://dev.to/erlangsolutions/which-companies-are-using-erlang-and-why-mytopdogstatus-361m
The DEV Community
Which companies are using Erlang, and why? #MyTopdogStatus
. Tagged with erlang, progamminglanguages, beamvm, elixir.
How to build multiple web apps with elixir thanks to umbrella — bonus 2: having our tests working
https://medium.com/@cedric_30386/how-to-build-multiple-web-apps-with-elixir-thanks-to-umbrella-bonus-2-having-our-tests-working-7174875d7330
https://medium.com/@cedric_30386/how-to-build-multiple-web-apps-with-elixir-thanks-to-umbrella-bonus-2-having-our-tests-working-7174875d7330
Medium
How to build multiple web apps with Elixir thanks to umbrella — Bonus 2: Having our tests working
A (wannabe) guide to learn how to create web apps with Elixir 1.9, Phoenix 1.4, Docker (for development), Git (including submodules) to…