#elixir #phoenix #ecto
Tracking changes with context using phoenix and ecto
https://dev.to/luizdamim/tracking-changes-with-context-using-phoenix-and-ecto-3b1i
Tracking changes with context using phoenix and ecto
https://dev.to/luizdamim/tracking-changes-with-context-using-phoenix-and-ecto-3b1i
DEV Community
Tracking changes with context using Phoenix and Ecto
Saving data changes in Phoenix and Ecto as events
#elixir #engineering #web_development
Phoenix liveview: leave regular web development behind
https://dockyard.com/blog/2019/05/16/phoenix-liveview-leave-regular-web-development-behind
Phoenix liveview: leave regular web development behind
https://dockyard.com/blog/2019/05/16/phoenix-liveview-leave-regular-web-development-behind
#elixir #phoenix #phoenix_framework #ecto #sql
Preload, or not preload, that is the question
https://medium.com/@SergeyChechaev/preload-or-not-preload-that-is-the-question-2b706da51cea
Preload, or not preload, that is the question
https://medium.com/@SergeyChechaev/preload-or-not-preload-that-is-the-question-2b706da51cea
Medium
Preload, or not preload, that is the question
Preload is a part of Ecto.Query module that provides the Query DSL. Preload is a powerful tool that allows you to avoid N+1 queries from…
#functional_programming #elixir #rust #engineering
Using rust to scale elixir for 11 million concurrent users
https://blog.discordapp.com/using-rust-to-scale-elixir-for-11-million-concurrent-users-c6f19fc029d3
Using rust to scale elixir for 11 million concurrent users
https://blog.discordapp.com/using-rust-to-scale-elixir-for-11-million-concurrent-users-c6f19fc029d3
Medium
Using Rust to Scale Elixir for 11 Million Concurrent Users
Must. Go. Faster.
#elixir #erlang #elixirlang
Use erlang packages with elixir
https://medium.com/@sushantbajracharya/use-erlang-packages-with-elixir-4b87957b2ad
Use erlang packages with elixir
https://medium.com/@sushantbajracharya/use-erlang-packages-with-elixir-4b87957b2ad
Medium
Use Erlang Packages with Elixir
Before you even decide to use an Erlang package with Elixir, you need to install `rebar3`. Rebar3 is erlang’s build tool. To install it…
#data_structures #elixir
Elixir’s (singly linked) list
https://medium.com/@sushantbajracharya/elixirs-singly-linked-list-efe0fea4d35
Elixir’s (singly linked) list
https://medium.com/@sushantbajracharya/elixirs-singly-linked-list-efe0fea4d35
Medium
Elixir’s (Singly Linked) List
Elixir’s list looks deceptively like an array but internally it is not. It is implemented as a Singly linked list. If you are like me, a…
#programming #elixir #merkle_tree #distributed_systems
Introducing merklemap: the new library powering horde’s improved performance.
https://medium.com/@derek.kraan2/introducing-merklemap-the-new-library-powering-hordes-improved-performance-9cd0b74a481
Introducing merklemap: the new library powering horde’s improved performance.
https://medium.com/@derek.kraan2/introducing-merklemap-the-new-library-powering-hordes-improved-performance-9cd0b74a481
Medium
Introducing MerkleMap: the new library powering Horde’s improved performance.
I’ve been to a couple of conferences already this year, including Lambda Days 2019, where I saw a whole bunch of good talks. Two talks in…
#elixir #ecto #phoenix_framework
Connecting two databases using ecto in elixir
https://medium.com/podiihq/connect-two-databases-using-ecto-1861116fbea2
Connecting two databases using ecto in elixir
https://medium.com/podiihq/connect-two-databases-using-ecto-1861116fbea2
Medium
Connecting Two Databases using Ecto in elixir
Imagine for a second that you are building a brand new Phoenix application, but you need to make use of some data stored in a different…
#erlang #concurrent_programming #the_beam #elixir
Elixir and the beam: how concurrency really works
https://medium.com/flatiron-labs/elixir-and-the-beam-how-concurrency-really-works-3cc151cddd61
Elixir and the beam: how concurrency really works
https://medium.com/flatiron-labs/elixir-and-the-beam-how-concurrency-really-works-3cc151cddd61
Medium
Elixir and The Beam: How Concurrency Really Works
What actually makes Elixir concurrent? To find out, we need to understand OTP and the Erlang VM.
#elixir #diversity_in_tech #inclusion #developer #imposter_syndrome
On the value of attending developer conferences
https://medium.com/@imjussayntho1/on-the-value-of-attending-developer-conferences-2f1bc90f0e95
On the value of attending developer conferences
https://medium.com/@imjussayntho1/on-the-value-of-attending-developer-conferences-2f1bc90f0e95
Medium
On The Value of Attending Developer Conferences
How to find valuable developer conferences and use the experience to further your career.
#docker #elixir #google_cloud_run #google_cloud_build #continuous_deployment
Elixir application on google cloud run with cloud build
https://medium.com/@brunoripa/elixir-application-on-google-cloud-run-with-cloud-build-ee6b21e6a14c
Elixir application on google cloud run with cloud build
https://medium.com/@brunoripa/elixir-application-on-google-cloud-run-with-cloud-build-ee6b21e6a14c
Medium
Elixir application on Google Cloud Run with Cloud Build
Let’s see how to deploy a dockerized Elixir application on Google Cloud Run using Google Cloud Build