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…
Elixir application deployment using a ci and private hex.pm dependencies
https://medium.com/@brunoripa/elixir-application-deployment-using-a-ci-and-private-hex-pm-dependencies-23f45fe04973
https://medium.com/@brunoripa/elixir-application-deployment-using-a-ci-and-private-hex-pm-dependencies-23f45fe04973
Medium
Elixir application deployment using a CI and private Hex.pm dependencies
A real example of how to fetch private Hex.pm packages during Elixir release creation
#elixir #phoenix #sass #webpack
Phoenix 1.4 with bootstrap, jquery, bootstrap notify, sass, and webpack
https://dev.to/sophiabrandt/phoenix-1-4-with-bootstrap-jquery-bootstrap-notify-sass-and-webpack-3fd2
Phoenix 1.4 with bootstrap, jquery, bootstrap notify, sass, and webpack
https://dev.to/sophiabrandt/phoenix-1-4-with-bootstrap-jquery-bootstrap-notify-sass-and-webpack-3fd2
DEV Community
Phoenix 1.4 with Bootstrap, jQuery, Bootstrap Notify, SASS, and Webpack
I'm currently working through Mastering Phoenix Framework by Shankar Dhanasekrann...
#testing #elixir
Mocking and faking external dependencies in elixir tests
https://robots.thoughtbot.com/blog/mocking-and-faking-external-dependencies-in-elixir-tests
Mocking and faking external dependencies in elixir tests
https://robots.thoughtbot.com/blog/mocking-and-faking-external-dependencies-in-elixir-tests
thoughtbot
Mocking and faking external dependencies in elixir tests
Explore a combination of mocking, faking, and dependency injection to focus on the code being tested.
Elixir map-to-structs mapping dsl — part 1
https://medium.com/@chrisowen_97625/elixir-map-to-structs-mapping-dsl-part-1-25997f7bcb80
https://medium.com/@chrisowen_97625/elixir-map-to-structs-mapping-dsl-part-1-25997f7bcb80
Medium
Elixir Map-to-Structs mapping DSL — Part 1
In my previous post https://medium.com/@cowen/annotations-in-elixir-450015ecdd97 I discussed how we can use Elixirs rich macro system to…