#elixir
Elixir — retrieving results from cursor-paginated endpoints
https://medium.com/coletiv-stories/elixir-retrieving-results-from-cursor-paginated-endpoints-c997b5143de8
Elixir — retrieving results from cursor-paginated endpoints
https://medium.com/coletiv-stories/elixir-retrieving-results-from-cursor-paginated-endpoints-c997b5143de8
Medium
Elixir — Retrieving results from cursor-paginated endpoints
If you’re familiar with using external API calls for your coding needs, there’s probably been a time when you wanted to retrieve all the…
#elixir
How to do oauth with github in elixir/phoenix 1.5
https://levelup.gitconnected.com/how-to-do-oauth-with-github-in-elixir-phoenix-1-5-c2bd5dc05cb1
How to do oauth with github in elixir/phoenix 1.5
https://levelup.gitconnected.com/how-to-do-oauth-with-github-in-elixir-phoenix-1-5-c2bd5dc05cb1
Medium
How to do OAuth with Github in Elixir/Phoenix 1.5
In my number-one rated coding bootcamp/glorious WeWork subsidiary, OAuth was often spoken about in hushed tones. We learned about JWT…
#elixir
Elixir vs nodejs: difference between elixir and nodejs
https://medium.com/bluebash/elixir-vs-nodejs-difference-between-elixir-and-nodejs-126634abc8e1
Elixir vs nodejs: difference between elixir and nodejs
https://medium.com/bluebash/elixir-vs-nodejs-difference-between-elixir-and-nodejs-126634abc8e1
Medium
Elixir vs nodejs: Difference between elixir and nodejs
“Change is the end result of all true learning — Leo Buscaglia”. People always get bored from the usual routine or you can say change is a…
#elixir
Private and public functions in elixir
https://medium.com/@karlo.smid/private-and-public-functions-in-elixir-4b30ce14efc4
Private and public functions in elixir
https://medium.com/@karlo.smid/private-and-public-functions-in-elixir-4b30ce14efc4
Medium
Private And Public Functions In Elixir
Elixir language supports public and private functions. The private function could only be called from functions in the same module. This…
#elixir
Use docker to create an elixir/phoenix development environment
https://medium.com/@cesarwilliam/use-docker-to-create-an-elixir-phoenix-development-environment-e1a81def1d2e
Use docker to create an elixir/phoenix development environment
https://medium.com/@cesarwilliam/use-docker-to-create-an-elixir-phoenix-development-environment-e1a81def1d2e
Medium
Use Docker to create an Elixir/Phoenix development environment
How do create an Elixir/Phoenix development environment using Docker
#elixir
Why shouldn’t you use elixir code in database migrations?
https://medium.com/@patrykbak/why-shouldnt-you-use-elixir-code-in-database-migrations-544015120beb
Why shouldn’t you use elixir code in database migrations?
https://medium.com/@patrykbak/why-shouldnt-you-use-elixir-code-in-database-migrations-544015120beb
Medium
Why shouldn’t you use Elixir code in database migrations?
Elixir code used in migrations can cause troubles when we decide to start up our system with an empty database. To understand the problem…
#elixir
How to deploy your phoenix 1.5 app to heroku!
https://levelup.gitconnected.com/how-to-deploy-your-phoenix-1-5-app-to-heroku-28b77ca11694
How to deploy your phoenix 1.5 app to heroku!
https://levelup.gitconnected.com/how-to-deploy-your-phoenix-1-5-app-to-heroku-28b77ca11694
Medium
How To Deploy Your Phoenix 1.5 App to Heroku!
Do as I say, not as I did!
#elixir
Distributed elixir app in aws, pt1 — let’s build the application
https://medium.com/@pawel_dawczak/distributed-elixir-app-in-aws-pt1-lets-build-the-application-a5ce4ac62d26
Distributed elixir app in aws, pt1 — let’s build the application
https://medium.com/@pawel_dawczak/distributed-elixir-app-in-aws-pt1-lets-build-the-application-a5ce4ac62d26
Medium
Distributed Elixir App in AWS, PT1 — Let’s build the application
Let’s build a distributed application. A very simple one, but the one that will show us some interesting building blocks…
#Announcements
Streamdata: property-based testing and data generation
https://elixir-lang.org/blog/2017/10/31/stream-data-property-based-testing-and-data-generation-for-elixir/
Streamdata: property-based testing and data generation
https://elixir-lang.org/blog/2017/10/31/stream-data-property-based-testing-and-data-generation-for-elixir/
The Elixir programming language
StreamData: Property-based testing and data generation
We are working on data generation and property-based testing for the next versions of Elixir.
#elixir
3 ways to schedule tasks in elixir i have learned in 3 years working with it
https://blog.kommit.co/3-ways-to-schedule-tasks-in-elixir-i-learned-in-3-years-working-with-it-a6ca94e9e71d
3 ways to schedule tasks in elixir i have learned in 3 years working with it
https://blog.kommit.co/3-ways-to-schedule-tasks-in-elixir-i-learned-in-3-years-working-with-it-a6ca94e9e71d
Medium
3 ways to schedule tasks in Elixir I have learned in 3 years working with it
You’ll learn 3 different ways you can schedule tasks in Elixir that I’ve learned and used in 3 years of experience with it