#elixir #erlang #devops
Distributed elixir with mix releases and libcluster
https://dev.to/render/distributed-elixir-with-mix-releases-and-libcluster-47f5
Distributed elixir with mix releases and libcluster
https://dev.to/render/distributed-elixir-with-mix-releases-and-libcluster-47f5
The DEV Community
Distributed Elixir with Mix Releases and libcluster
Bridge the gap: bring your software to life with elixir and nerves
https://medium.com/@peter.j.ullrich/bridge-the-gap-bring-your-software-to-life-with-elixir-and-nerves-92866f2197d9
https://medium.com/@peter.j.ullrich/bridge-the-gap-bring-your-software-to-life-with-elixir-and-nerves-92866f2197d9
Medium
Bridge the Gap: Bring your Software to life with Elixir and Nerves
Writing code is fun, but nothing tops seeing your code moving things in the real world. That’s why I tested out the Nerves library and…
Setting up phoenix + postgresql with docker-compose for local development
https://medium.com/@ricardo.trindade743/setting-up-phoenix-postgresql-with-docker-compose-for-local-development-afeb4a4ace6c
https://medium.com/@ricardo.trindade743/setting-up-phoenix-postgresql-with-docker-compose-for-local-development-afeb4a4ace6c
Medium
Setting up Phoenix + PostgreSQL with docker-compose for local development
I’ve been learning Elixir recently and enjoying it so far, coming from a Rails background it’s really similar to Ruby.
#elixir
`telemetry_event` overrides repo query event
https://til.hashrocket.com/posts/hqmscnzvje-telemetryevent-overrides-repo-query-event
`telemetry_event` overrides repo query event
https://til.hashrocket.com/posts/hqmscnzvje-telemetryevent-overrides-repo-query-event
Hashrocket
Today I Learned: `telemetry_event` Overrides Repo Query Event
Ecto gives you a single telemetry event out of the box, [:my_app, :repo, :query], where the [:my_app, :repo] is the telemetry prefix option for ecto.
Working with a huge dataset with elixir and phoenix.
https://medium.com/@r_trojanowski/working-with-a-huge-dataset-with-elixir-and-phoenix-94875e4169a5
https://medium.com/@r_trojanowski/working-with-a-huge-dataset-with-elixir-and-phoenix-94875e4169a5
Medium
Working with a huge dataset with Elixir and Phoenix.
Recently someone asked me for help with API development for his Ember SPA project so I decided it’s a perfect opportunity to learn Elixir…
Better tooling for development with elixir
https://medium.com/@wiserfirst/better-tooling-for-development-with-elixir-6b85d358cbc8
https://medium.com/@wiserfirst/better-tooling-for-development-with-elixir-6b85d358cbc8
Medium
Better tooling for development with Elixir
We ❤️ Elixir, so we want to the development process as smooth as possible. Fortunately there are various tools that can help with the…
#elixir
List all telemetry event handlers
https://til.hashrocket.com/posts/o17nfvwzbo--list-all-telemetry-event-handlers
List all telemetry event handlers
https://til.hashrocket.com/posts/o17nfvwzbo--list-all-telemetry-event-handlers
Hashrocket
Today I Learned: List all telemetry event handlers
Telemetry is a new library for application metrics and logging in beam applications. It was added to Phoenix in version 1.4.7 released in June 2019.
#elixir
Telemetry handler detaches automatically on error
https://til.hashrocket.com/posts/lah5xiavsa-telemetry-handler-detaches-automatically-on-error
Telemetry handler detaches automatically on error
https://til.hashrocket.com/posts/lah5xiavsa-telemetry-handler-detaches-automatically-on-error
Hashrocket
Today I Learned: telemetry handler detaches automatically on error
Telemetry handlers should be designed to run efficiently over and over again without making a noticeable performance impact on your production system. But what happens if an occurs? Your monitoring should have no bearing on the success of your business…
Lessons on building a backend api in phoenix — oauth
https://medium.com/@travis_13686/lessons-on-building-a-backend-api-in-phoenix-oauth-e6042234b418
https://medium.com/@travis_13686/lessons-on-building-a-backend-api-in-phoenix-oauth-e6042234b418
Medium
Lessons on Building a Backend API in Phoenix — OAuth
I recently implemented OAuth in Phoenix for the first time almost entirely guided by this tutorial. I tried a couple of other tutorials…
Lessons on building a backend api in phoenix — plugs and authorization, part i
https://medium.com/@travis_13686/lessons-on-building-a-backend-api-in-phoenix-plugs-and-authorization-part-i-a1d128d4e933
https://medium.com/@travis_13686/lessons-on-building-a-backend-api-in-phoenix-plugs-and-authorization-part-i-a1d128d4e933
Medium
Lessons on Building a Backend API in Phoenix — Plugs and Authorization, Part I
This post is a loose continuation of my previous post on implementing OAuth in a Phoenix backend API. Read it if you want to. I’m not your…
Reductions and cpu usage with elixir (erlang vm)
https://medium.com/@gabkolawole/reductions-and-cpu-usage-with-elixir-erlang-vm-5e47eaae6448
https://medium.com/@gabkolawole/reductions-and-cpu-usage-with-elixir-erlang-vm-5e47eaae6448
Medium
Reductions and CPU usage with Elixir (Erlang VM)
Right in the middle of the week, the Ops sniper of my team called devs attention to the uprise in CPU usage on the production instance…
Lessons on building a backend api in phoenix — plugs and authorization, part ii
https://medium.com/@travis_13686/lessons-on-building-a-backend-api-in-phoenix-plugs-and-authorization-part-ii-b8229ff9349e
https://medium.com/@travis_13686/lessons-on-building-a-backend-api-in-phoenix-plugs-and-authorization-part-ii-b8229ff9349e
Medium
Lessons on Building a Backend API in Phoenix — Authorizations
This is the third in a collection of posts on various challenges I encountered while building a backend API in the Elixir Phoenix…
Turboplay releases stellar elixir blockchain sdk
https://medium.com/turboplay/turboplay-releases-stellar-elixir-blockchain-sdk-c3ff6a874b21
https://medium.com/turboplay/turboplay-releases-stellar-elixir-blockchain-sdk-c3ff6a874b21
Medium
TurboPlay Releases Stellar Elixir Blockchain SDK
In a milestone achievement, TurboPlay solves a longstanding problem and is the first to provide a viable solution for signing transactions…
Lessons on building a backend api in phoenix — validations
https://medium.com/@travis_13686/lessons-on-building-a-backend-api-in-phoenix-validations-3409554bd327
https://medium.com/@travis_13686/lessons-on-building-a-backend-api-in-phoenix-validations-3409554bd327
Medium
Lessons on Building a Backend API in Phoenix — Validations
This is the fifth in a collection of posts I’ve been writing on my first experience building a backend API in the Elixir Phoenix framework…