#concurrency #elixir #httpoison #receive #send
The primitives of elixir concurrency: a full example
https://medium.com/@asusmel/the-primitives-of-elixir-concurrency-full-example-f328f60519
The primitives of elixir concurrency: a full example
https://medium.com/@asusmel/the-primitives-of-elixir-concurrency-full-example-f328f60519
Medium
The Primitives of Elixir Concurrency: a Full Example
Let’s put in practice what we’ve seen in the last few articles about concurrency. In this article we see how to fully make our initial cryptocurrency example, using just HTTPoison module and spawn…
#elixir #phoenix_framework #programming #liveview #tutorial
How to create a counter with phoenix liveview
https://medium.com/@dnsbty/how-to-create-a-counter-with-phoenix-liveview-dc273bcb4d58
How to create a counter with phoenix liveview
https://medium.com/@dnsbty/how-to-create-a-counter-with-phoenix-liveview-dc273bcb4d58
Medium
How to Create a Counter with Phoenix LiveView
If you follow Elixir Twitter very closely, you probably noticed that Chris McCord released Phoenix LiveView on Friday. Chris (and the…
#elixir #phoenix #phoenix_framework #cypress #testing
Phoenix end-to-end testing in real life
https://medium.com/@svengehring/phoenix-end-to-end-testing-in-real-life-efdba3a85be1
Phoenix end-to-end testing in real life
https://medium.com/@svengehring/phoenix-end-to-end-testing-in-real-life-efdba3a85be1
Medium
Phoenix end-to-end testing in real life
Test your whole frontend and backend using cypress, phoenix and some minor manual tweaks to make it all work
#elixir #otp #genserver
How we scrapped and aggregated data from multiple sources using otp
https://medium.com/coletiv-stories/how-we-scrapped-and-aggregated-data-from-multiple-sources-using-otp-beccdb90f5f3
How we scrapped and aggregated data from multiple sources using otp
https://medium.com/coletiv-stories/how-we-scrapped-and-aggregated-data-from-multiple-sources-using-otp-beccdb90f5f3
Medium
How we scrapped and aggregated data from multiple sources using OTP
Just like in the documentary series “Big, Bigger, Biggest” we are going to show the different versions we developed on a real project…
#elixir #engineering
What's new in intellij elixir v10.3.0
https://dockyard.com/blog/2019/03/22/what-s-new-in-intellij-elixir-v10-3-0
What's new in intellij elixir v10.3.0
https://dockyard.com/blog/2019/03/22/what-s-new-in-intellij-elixir-v10-3-0
DockYard
What's New in IntelliJ Elixir v10.3.0
Type Specifications are viewable in Dbgi tab of .beam files. Fix for performance issues potentially introduced in v7.0.0.
#elixir #parsing #messagepack #erlang #protocol
Building beautiful binary parsers in elixir
https://medium.com/@hansonkd/building-beautiful-binary-parsers-in-elixir-1bd7f865bf17
Building beautiful binary parsers in elixir
https://medium.com/@hansonkd/building-beautiful-binary-parsers-in-elixir-1bd7f865bf17
Medium
Visual Programming with Elixir: Learning to Write Binary Parsers
Visualize binary protocols by building parsers in Elixir.
#api #elixir #auth0 #phoenix #authentication
Api authentication with phoenix, auth0 and guardian — part 2
https://medium.com/@zoltanarvai/api-authentication-with-phoenix-auth0-and-guardian-part-2-f76797327251
Api authentication with phoenix, auth0 and guardian — part 2
https://medium.com/@zoltanarvai/api-authentication-with-phoenix-auth0-and-guardian-part-2-f76797327251
Medium
API authentication with Phoenix, Auth0 and Guardian — Part 2
In Part 1 we explored why we want to use Auth0, username and password to acquire a token for authenticating with APIs in Machine to…
#elixir #phoenix #auth0 #authentication #api
Api authentication with phoenix, auth0 and guardian — part 1
https://medium.com/@zoltanarvai/api-authentication-with-phoenix-auth0-and-guardian-part-1-43797eac4bda
Api authentication with phoenix, auth0 and guardian — part 1
https://medium.com/@zoltanarvai/api-authentication-with-phoenix-auth0-and-guardian-part-1-43797eac4bda
Medium
API authentication with Phoenix, Auth0 and Guardian — Part 1
It’s quite a common scenario that we are building an API that’ll be consumed by external applications and clients (machine to machine) who…
#elixir #phoenix_framework #software_development #single_page_applications #ecommerce
A gentle introduction to elixir + phoenix + graphql + spa
https://medium.com/build-ideas/a-gentle-introduction-to-elixir-phoenix-graphql-spa-7902fdb921c8
A gentle introduction to elixir + phoenix + graphql + spa
https://medium.com/build-ideas/a-gentle-introduction-to-elixir-phoenix-graphql-spa-7902fdb921c8
Medium
A gentle Introduction to Elixir + Phoenix + GraphQL + SPA
This is the 3rd part in the series of my journey of writing an E-Commerce software from scratch. Let’s get started right away!
#sql #ecto #elixir #phoenix_framework #pagination
Ecto. select data by computed column | elixir / phoenix
https://medium.com/codes-for-elixir-phoenix/ecto-select-data-by-computed-column-elixir-phoenix-cd71150f1653
Ecto. select data by computed column | elixir / phoenix
https://medium.com/codes-for-elixir-phoenix/ecto-select-data-by-computed-column-elixir-phoenix-cd71150f1653
Medium
Ecto. Select data by computed column | Elixir / Phoenix
This post is about a basic technique for SQL. The reason I want to write this article is that I am not a good friend with SQL and I hope a…
#elixir #engineering
What's new in intellij elixir 10.4.0
https://dockyard.com/blog/2019/03/26/what-s-new-in-intellij-elixir-10-4-0
What's new in intellij elixir 10.4.0
https://dockyard.com/blog/2019/03/26/what-s-new-in-intellij-elixir-10-4-0
#elixir #functional_programming #declarative_programming #pattern_matching #programming
Elixir for beginners: learning by unlearning
https://medium.com/@lucaspenzeymoog/elixir-for-beginners-learning-by-unlearning-724be7ed08b3
Elixir for beginners: learning by unlearning
https://medium.com/@lucaspenzeymoog/elixir-for-beginners-learning-by-unlearning-724be7ed08b3
Medium
Elixir for Beginners: Learning by Unlearning
Up until now I’ve worked solely in object oriented programming languages. As I transition to functional programming with Elixir, I figured…