#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…
#async #elixir #httpoison #stream
Elixir streams to process large http responses on the fly
https://medium.com/@asusmel/elixir-streams-to-process-large-http-responses-on-the-fly-9063507f9e
Elixir streams to process large http responses on the fly
https://medium.com/@asusmel/elixir-streams-to-process-large-http-responses-on-the-fly-9063507f9e
Medium
Elixir Streams to process large HTTP responses on the fly
Why should we handle HTTP responses with Streams, when we can just simply use something like HTTPoison.get to receive a response with the data we need? We already saw how HTTPoison, by default, saves…
#elixir #ecto #bulk_insert #phoenix_framework
Bulk update a record with ecto | elixir /phoenix
https://medium.com/codes-for-elixir-phoenix/bulk-update-a-record-with-ecto-elixir-phoenix-799c29ff52f6
Bulk update a record with ecto | elixir /phoenix
https://medium.com/codes-for-elixir-phoenix/bulk-update-a-record-with-ecto-elixir-phoenix-799c29ff52f6
Medium
Bulk update a record with Ecto | Elixir /Phoenix
Do you update a record by overriding values? Yes, you can. However, sometime we just can’t do it, because sometimes we have to delete some…
#error #postmortem #ssl_certificate #elixir #hackney
Discovering the truth behind an invalid_file_path error
https://medium.com/wttj-tech/discovering-the-truth-behind-an-invalid-file-path-error-1d561664d866
Discovering the truth behind an invalid_file_path error
https://medium.com/wttj-tech/discovering-the-truth-behind-an-invalid-file-path-error-1d561664d866
Medium
Discovering the truth behind an invalid_file_path error
In the Elixir application we use on our platform, we utilize the Elixir library arc to manage file uploads (similar to Carrierwave for the…
#elixir #dynamicsupervisor #process #erlang
From 0 to dynamicsupervisor — handling processes in elixir
https://medium.com/coletiv-stories/from-0-to-dynamicsupervisor-handling-processes-in-elixir-b8df0da0e2fc
From 0 to dynamicsupervisor — handling processes in elixir
https://medium.com/coletiv-stories/from-0-to-dynamicsupervisor-handling-processes-in-elixir-b8df0da0e2fc
Medium
From 0 to DynamicSupervisor — Handling Processes in Elixir
From 0 to DynamicSupervisor — Handling Processes in Elixir
#elixir #web_scraping
Web scraping with elixir using httpoison and floki
https://medium.com/@Jules_Corb/web-scraping-with-elixir-using-httpoison-and-floki-26ebaa03b076
Web scraping with elixir using httpoison and floki
https://medium.com/@Jules_Corb/web-scraping-with-elixir-using-httpoison-and-floki-26ebaa03b076
Medium
Web scraping with Elixir using HTTPoison and Floki
In this simple example we are going to build a web scraper to get a list of delicious smoothies from https://www.allrecipes.com.
#elixir #tail_recursion #programming #lists #recursion
Heads vs. tails: list recursion in elixir
https://medium.com/@lucaspenzeymoog/heads-vs-tails-list-recursion-in-elixir-349e5b3acf16
Heads vs. tails: list recursion in elixir
https://medium.com/@lucaspenzeymoog/heads-vs-tails-list-recursion-in-elixir-349e5b3acf16
Medium
Heads vs. Tails: List Recursion in Elixir
When you hear the word “list” in relation to some programming languages you might automatically think of arrays. This is not the case with…
#elixir #gamedev #indie #space
Dev-log #2: lander-game, we have a loop!
https://dev.to/niorad/dev-log-2-lander-game-we-have-a-loop-k3i
Dev-log #2: lander-game, we have a loop!
https://dev.to/niorad/dev-log-2-lander-game-we-have-a-loop-k3i
The DEV Community
Dev-Log #2: Lander-Game, we have a loop!