#elixir
Open-telemetry with zipkin in elixir- part 1
https://medium.com/elixirfun/open-telemetry-with-zipkin-in-elixir-aca05e763827
Open-telemetry with zipkin in elixir- part 1
https://medium.com/elixirfun/open-telemetry-with-zipkin-in-elixir-aca05e763827
#elixir
Why trixta is a ‘next-gen’ software development platform.
https://medium.com/trixta/why-trixta-is-a-next-gen-software-development-platform-10eea23facee
Why trixta is a ‘next-gen’ software development platform.
https://medium.com/trixta/why-trixta-is-a-next-gen-software-development-platform-10eea23facee
Medium
Why Trixta is a ‘Next-Gen’ software development platform.
When we started Trixta, the team spent a lot of time thinking about what is frustrating about the software development process today…
#elixir
Elixir: building a rest api using phoenix framework part i
https://medium.com/@augusto1997/elixir-building-a-rest-api-using-phoenix-framework-part-i-fa3a0a23b574
Elixir: building a rest api using phoenix framework part i
https://medium.com/@augusto1997/elixir-building-a-rest-api-using-phoenix-framework-part-i-fa3a0a23b574
Medium
Elixir: Building a REST API using Phoenix Framework Part I
What is Elixir and Phoenix Framework ?
#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!