#web_development #elixir #authorization
Elixir plug: restrict modifications to the right users
https://medium.com/@joe_eifert/elixir-plug-restrict-modifications-to-the-right-users-f2b30d859702
Elixir plug: restrict modifications to the right users
https://medium.com/@joe_eifert/elixir-plug-restrict-modifications-to-the-right-users-f2b30d859702
Medium
Elixir Plug: Restrict modifications to the right users
A tutorial which is only interesting for my fellow programmers.
#elixir #fp #dependencies
Best practices for integrating with third-party libraries in elixir
https://dev.to/jackmarchant/best-practices-for-integrating-with-third-party-libraries-in-elixir--59ff
Best practices for integrating with third-party libraries in elixir
https://dev.to/jackmarchant/best-practices-for-integrating-with-third-party-libraries-in-elixir--59ff
The DEV Community
Best practices for integrating with third-party libraries in Elixir
In this article, I will discuss a typical scenario of integrating with a third-party API and detail a potential approach you could use in your Elixir application.
#elixir #erlang #fp #events
Elixir and erlang conferences to visit in 2019
https://dev.to/iriskatastic/elixir-and-erlang-conferences-to-visit-in-2019-46ic
Elixir and erlang conferences to visit in 2019
https://dev.to/iriskatastic/elixir-and-erlang-conferences-to-visit-in-2019-46ic
The DEV Community
Elixir and Erlang conferences to visit in 2019
This is the list of 10 Elixir and Erlang conferences worldwide that will take place in 2019
#elixir #coinbase #otp
Realtime market-data updates with elixir
https://medium.com/@asusmel/realtime-market-data-updates-with-elixir-f3cbac80e9dd
Realtime market-data updates with elixir
https://medium.com/@asusmel/realtime-market-data-updates-with-elixir-f3cbac80e9dd
Medium
Realtime Market-Data Updates with Elixir
Cryptocurrency exchanges usually open their realtime feed for free and, like Coinbase Pro, without even having to create an account. This…
#elixir #kvstore #database
Build a simple persistent key-value store in elixir, using logs - part 1
https://dev.to/alvisesus/build-a-simple-persistent-key-value-store-in-elixir-using-logs---part-1-22ec
Build a simple persistent key-value store in elixir, using logs - part 1
https://dev.to/alvisesus/build-a-simple-persistent-key-value-store-in-elixir-using-logs---part-1-22ec
The DEV Community
Build a Simple Persistent Key-Value Store in Elixir, using Logs - Part 1
Build a Simple Persistent Key-Value Store in Elixir, using Logs - Part 1
In ...
In ...
#phoenix #phoenix_framework #blockchain #bitcoin #elixir
Implementing the bitcoin network in elixir
https://medium.com/@pmehrotra/implementing-the-bitcoin-network-in-elixir-63099d855b7
Implementing the bitcoin network in elixir
https://medium.com/@pmehrotra/implementing-the-bitcoin-network-in-elixir-63099d855b7
Medium
Implementing the bitcoin network in elixir
Recently my teammate Siddhant Mittal and I took to implementing a replica of the bitcoin network in elixir as part of our Distributed…
#elixir
How to start leaning elixir + phoenix during the holidays
https://medium.com/@ophasnoname_44358/how-to-start-leaning-elixir-phoenix-during-the-holidays-50c49b3d1d57
How to start leaning elixir + phoenix during the holidays
https://medium.com/@ophasnoname_44358/how-to-start-leaning-elixir-phoenix-during-the-holidays-50c49b3d1d57
#aws #aws_lambda #elixir #alexa #alexa_skills
Create an elixir alexa skill deployed in an aws lambda
https://medium.com/@qgadrian/create-an-elixir-alexa-skill-deployed-in-an-aws-lambda-2143b28f920e
Create an elixir alexa skill deployed in an aws lambda
https://medium.com/@qgadrian/create-an-elixir-alexa-skill-deployed-in-an-aws-lambda-2143b28f920e
Medium
Create an Elixir Alexa skill deployed in an AWS lambda
One great things of being a software developer is that is you need something you can just do it by yourself. And you can have fun while…
#ecto #elixir
Building a new mysql adapter for ecto, part iii: dbconnection integration
http://blog.plataformatec.com.br/2018/12/building-a-new-mysql-adapter-for-ecto-part-iii-dbconnection-integration/
Building a new mysql adapter for ecto, part iii: dbconnection integration
http://blog.plataformatec.com.br/2018/12/building-a-new-mysql-adapter-for-ecto-part-iii-dbconnection-integration/
Plataformatec Blog | Plataformatec's place to talk about Ruby, Ruby on Rails, Elixir, and software engineering
Building a new MySQL adapter for Ecto, Part III: DBConnection Integration « Plataformatec Blog
Welcome to the "Building a new MySQL adapter for Ecto" series: Part I: Hello World Part II: Encoding/Decoding Part III: DBConnection Integration (you're here!) Part IV: Ecto Integration In the first two articles of the series we have learned the basic building…
#elixir #programming #installation #erlang #tech
How to manage elixir versions on mac or linux — getting started with elixir
https://medium.com/juq/how-to-manage-elixir-versions-on-mac-or-linux-getting-started-with-elixir-12308e7b6451
How to manage elixir versions on mac or linux — getting started with elixir
https://medium.com/juq/how-to-manage-elixir-versions-on-mac-or-linux-getting-started-with-elixir-12308e7b6451
Medium
How to Manage Elixir versions on Mac or Linux — Part 1 of Getting Started with Elixir
Elixir is a wonderful language. Expressive, productive, scalable, fault-tolerant… But how do we start coding with different versions of it?
#functional_programming #elixir #currying #ruby
Currying with elixir and basic operators
https://medium.com/@loganbbres/currying-with-elixir-and-basic-operators-33bb68dcca4c
Currying with elixir and basic operators
https://medium.com/@loganbbres/currying-with-elixir-and-basic-operators-33bb68dcca4c
Medium
Currying With Elixir and Basic Operators
I recently learned that the object oriented language, Ruby has built in currying. This is pretty cool considering Ruby emphasized object…
#elixir #haveibeenpwned #api #passwords
Validate your passwords using elixir and haveibeenpwned.com's api
https://dev.to/fteem/validate-your-passwords-using-elixir-and-haveibeenpwnedcoms-api-1718
Validate your passwords using elixir and haveibeenpwned.com's api
https://dev.to/fteem/validate-your-passwords-using-elixir-and-haveibeenpwnedcoms-api-1718
The Practical Dev
Validate your passwords using Elixir and haveibeenpwned.com's API
This post was originally published on my blog, on December 23, 2018. You can se...
#javascript #elixir #phoenix
How to install bootstrap on a phoenix 1.4 project
https://medium.com/wecode-ng/how-to-install-bootstrap-on-phoenix-1-4-project-c8aa724dcdeb
How to install bootstrap on a phoenix 1.4 project
https://medium.com/wecode-ng/how-to-install-bootstrap-on-phoenix-1-4-project-c8aa724dcdeb
Medium
How to install Bootstrap on a Phoenix 1.4 project
I wanted to use bootstrap in my phoenix 1.4 project but phoenix 1.4 ships with the milligram.io by default.