#elixir #database #database_development #erlang #otp
Build a simple persistent key-value store in elixir, using logs — index recovery
https://medium.com/@asusmel/build-a-simple-persistent-key-value-store-in-elixir-using-logs-index-recovery-2670b78116e9
Build a simple persistent key-value store in elixir, using logs — index recovery
https://medium.com/@asusmel/build-a-simple-persistent-key-value-store-in-elixir-using-logs-index-recovery-2670b78116e9
Medium
Build a Simple Persistent Key-Value Store in Elixir, using Logs — Index Recovery
In the part 1, we’ve introduced a simple implementation of a kv-store engine, written in Elixir. We developed three modules: an Index, a…
#elixir #kubernetes #otp
Elixir otp applications on kubernetes
https://engineering.dollarshaveclub.com/elixir-otp-applications-on-kubernetes-9944636b8609
Elixir otp applications on kubernetes
https://engineering.dollarshaveclub.com/elixir-otp-applications-on-kubernetes-9944636b8609
Medium
Elixir OTP applications on Kubernetes
OTP (Open Telecom Platform) provides rock solid foundations for building concurrent and fault-tolerant applications in Elixir. By building…
#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…
#erlang #elixir #otp #supervisor #performance
Avoid these otp supervision performance pitfalls
https://medium.com/@derek.kraan2/avoid-these-otp-supervision-performance-pitfalls-c3fe64e70f9e
Avoid these otp supervision performance pitfalls
https://medium.com/@derek.kraan2/avoid-these-otp-supervision-performance-pitfalls-c3fe64e70f9e
Medium
Avoid these OTP Supervision performance pitfalls
As powerful as Elixir/Erlang’s OTP is, it’s also easy to nuke your performance by accidentally introducing a bottleneck into the system…
#elixir #otp #genserver #processes #beam
Otp in elixir: learn genserver by building your own url shortener
https://medium.com/ilijas-musings-on-software-development/otp-in-elixir-learn-genserver-by-building-your-own-url-shortener-5f49647cba2e
Otp in elixir: learn genserver by building your own url shortener
https://medium.com/ilijas-musings-on-software-development/otp-in-elixir-learn-genserver-by-building-your-own-url-shortener-5f49647cba2e
Medium
OTP in Elixir: Learn GenServer by Building Your Own URL Shortener
Elixir works on the BEAM virtual machine and inherits plenty from Erlang’s rich history, and a bit more — something called OTP.
#elixir #erlang #otp #functional_programming #genserver
Orchestrating genserver state changes with `handle_continue`
https://medium.com/@adammokan/orchestrating-genserver-state-changes-30ab84866678
Orchestrating genserver state changes with `handle_continue`
https://medium.com/@adammokan/orchestrating-genserver-state-changes-30ab84866678
Medium
Orchestrating GenServer state changes with `handle_continue`
A minor addition to Erlang/OTP 21 that could make life a little easier
#elixir #handle_continue #asynchronous #otp #process
Introduction to handle_continue in elixir (and when to use it)
https://medium.com/@tylerpachal/introduction-to-handle-continue-in-elixir-and-when-to-use-it-53ba5519cc17
Introduction to handle_continue in elixir (and when to use it)
https://medium.com/@tylerpachal/introduction-to-handle-continue-in-elixir-and-when-to-use-it-53ba5519cc17
Medium
Introduction to handle_continue in Elixir (and when to use it)
The handle_continue/2 callback prevents race conditions and allows for faster, asynchronous initialization.
#elixir #react #otp #trees
A comparison of elixir supervision trees and react component trees
https://dev.to/jackmarchant/a-comparison-of-elixir-supervision-trees-and-react-component-trees-2oc2
A comparison of elixir supervision trees and react component trees
https://dev.to/jackmarchant/a-comparison-of-elixir-supervision-trees-and-react-component-trees-2oc2
The DEV Community
A Comparison of Elixir Supervision Trees and React Component Trees
Elixir Supervision Trees and React Component Trees - both trees, but do the similarities end there? In this article I compare the pair.
#elixir #otp #genserver
How we scrapped and aggregated data from multiple sources using otp
https://medium.com/coletiv-stories/how-we-scrapped-and-aggregated-data-from-multiple-sources-using-otp-beccdb90f5f3
How we scrapped and aggregated data from multiple sources using otp
https://medium.com/coletiv-stories/how-we-scrapped-and-aggregated-data-from-multiple-sources-using-otp-beccdb90f5f3
Medium
How we scrapped and aggregated data from multiple sources using OTP
Just like in the documentary series “Big, Bigger, Biggest” we are going to show the different versions we developed on a real project…
#elixir #otp #erlang #coding_challenge #coding_test
Orbital lasers, broken stradivari and coding tests in elixir / otp
https://medium.com/@glebandreev/orbital-lasers-broken-stradivari-and-coding-tests-in-elixir-otp-f82fc1a49036
Orbital lasers, broken stradivari and coding tests in elixir / otp
https://medium.com/@glebandreev/orbital-lasers-broken-stradivari-and-coding-tests-in-elixir-otp-f82fc1a49036
Medium
Orbital lasers, broken Stradivari and coding tests in Elixir / OTP
Over-engineering as a test. Some humour with a flavor of OTP.
#phoenix #elixir #otp #telemetry #analytics
Instrumenting your phoenix application using telemetry
https://thoughtbot.com/blog/instrumenting-your-phoenix-application-using-telemetry
Instrumenting your phoenix application using telemetry
https://thoughtbot.com/blog/instrumenting-your-phoenix-application-using-telemetry
thoughtbot
Instrumenting your Phoenix application using telemetry
Gain insight into events and performance measurements from your Phoenix application with a simple but scalable integration of telemetry.
#elixir #erlang #otp #supervisors
Injecting and Discovering Dependencies in OTP Supervisors
https://dev.to/miros/injecting-and-discovering-dependencies-in-otp-supervisors-352m
Injecting and Discovering Dependencies in OTP Supervisors
https://dev.to/miros/injecting-and-discovering-dependencies-in-otp-supervisors-352m
DEV Community
Injecting and Discovering Dependencies in OTP Supervisors
Our task We need siblings of supervisors to find out about each other. Preferably we also...
#elixir #otp
Elixir, OTP and concurrency, is it really that hard? (Part I.)
https://milan-pevec.medium.com/elixir-and-otp-is-it-really-that-hard-51cb9f18ccc7
Elixir, OTP and concurrency, is it really that hard? (Part I.)
https://milan-pevec.medium.com/elixir-and-otp-is-it-really-that-hard-51cb9f18ccc7
Medium
Elixir, OTP and concurrency, is it really that hard? (Part I.)
In the following series of articles, I would like to present clear view on these topics. Maybe I will help someone. Let’s give it a try!
#elixir #otp #software #coding #development #engineering #inclusive #community
Controlling Elixir supervisors at runtime with feature flags
https://dev.to/knocklabs/controlling-elixir-supervisors-at-runtime-with-feature-flags-108b
Controlling Elixir supervisors at runtime with feature flags
https://dev.to/knocklabs/controlling-elixir-supervisors-at-runtime-with-feature-flags-108b
DEV Community
Controlling Elixir supervisors at runtime with feature flags
👋 We’re Knock, the most powerful notification system you'll never build. Developers use Knock to...