#elixir #phoenix
Using phoenix presence in liveview |> a simple example
https://dev.to/kabisasoftware/using-phoenix-presence-in-liveview-a-simple-example-c75
Using phoenix presence in liveview |> a simple example
https://dev.to/kabisasoftware/using-phoenix-presence-in-liveview-a-simple-example-c75
DEV Community
Using Phoenix Presence in LiveView |> A Simple Example
Normally I'm not a big fan of things that seem like magic, but in the case of Phoenix Presence I actu...
#elixir
Part 1. genserver — elixir/otp
https://medium.com/@thebedroomprogrammer/part-1-genserver-elixir-otp-9af237aa3674
Part 1. genserver — elixir/otp
https://medium.com/@thebedroomprogrammer/part-1-genserver-elixir-otp-9af237aa3674
Medium
Part 1. GenServer — Elixir/OTP
With the beginning of 2020 Elixir has been gaining a lot of popularity in the field of functional programming language. Being a software…
#elixir
Customizing your elixir with sigils and macros
https://medium.com/@jeffborch/customizing-your-elixir-with-sigils-and-macros-ee6e231874f6
Customizing your elixir with sigils and macros
https://medium.com/@jeffborch/customizing-your-elixir-with-sigils-and-macros-ee6e231874f6
Medium
Customizing Your Elixir with Sigils and Macros
I’ve only been learning Elixir for a couple months, but I’ve already noticed a very cool thing about Elixir: it is remarkably extendable…
#elixir
Next generation distributed systems on the beam
https://medium.com/@gordonguthrie/next-generation-distributed-systems-on-the-beam-cffc501cf320
Next generation distributed systems on the beam
https://medium.com/@gordonguthrie/next-generation-distributed-systems-on-the-beam-cffc501cf320
Medium
Next Generation Distributed Systems On The BEAM
So I was hired by Wayfair to write a new distributed systems language. Then my new boss set himself on fire and I became a general manager…
#elixir #docker #rust #rendercom
Deploy elixir apps utilizing rust nifs on render.com
https://dev.to/frigidcode/deploy-elixir-apps-utilizing-rust-nifs-on-render-com-1c7l
Deploy elixir apps utilizing rust nifs on render.com
https://dev.to/frigidcode/deploy-elixir-apps-utilizing-rust-nifs-on-render-com-1c7l
DEV Community
Deploy Elixir apps utilizing Rust NIFs on Render.com
After a long week of dealing with servers at my day job I had no urge to do the same with my side p...
#elixir #phoenix #k8s
Real world phoenix |> let's d4y |> using k8s
https://dev.to/kabisasoftware/real-world-phoenix-let-s-d4y-using-k8s-8i
Real world phoenix |> let's d4y |> using k8s
https://dev.to/kabisasoftware/real-world-phoenix-let-s-d4y-using-k8s-8i
DEV Community
Real World Phoenix |> Let's D4Y |> using K8S
As promised in my last post, here is step 3 in my deployment adventure. The one where I use Kubernete...
#elixir
Part 2. managing multiple stores using genserver processes — elixir/otp
https://medium.com/@thebedroomprogrammer/part-2-managing-multiple-stores-using-genserver-processes-elixir-otp-a692b712be2a
Part 2. managing multiple stores using genserver processes — elixir/otp
https://medium.com/@thebedroomprogrammer/part-2-managing-multiple-stores-using-genserver-processes-elixir-otp-a692b712be2a
Medium
Part 2. Managing multiple stores using GenServer processes — Elixir/OTP
Hey, have you stumbled upon this post directly without reading the previous article because you searched for something and Google decided…
#elixir
Arduino companions for nerves devices (part 1)
https://medium.com/@luisgabrielroldan/arduino-companions-for-nerves-devices-part-1-2e3d618edc9f
Arduino companions for nerves devices (part 1)
https://medium.com/@luisgabrielroldan/arduino-companions-for-nerves-devices-part-1-2e3d618edc9f
Medium
Arduino companions for Nerves devices (Part 1)
Let’s see how to add an Arduino Sketch into a Nerves project and include the result on the release to upload it later.
#elixir
Elixir dynamic queries made simple
https://medium.com/@ayoushchourasia/elixir-dynamic-queries-made-simple-46dfff6ac9aa
Elixir dynamic queries made simple
https://medium.com/@ayoushchourasia/elixir-dynamic-queries-made-simple-46dfff6ac9aa
Medium
Elixir Dynamic Queries Made Simple
Okay so before we address the elephant in the room I would like to share the case statement which forces me to look for Dynamic Queries on…
#elixir
Why your project needs elixir developers
https://medium.com/@IuriiGurzhii/why-your-project-needs-elixir-developers-73312c9756a5
Why your project needs elixir developers
https://medium.com/@IuriiGurzhii/why-your-project-needs-elixir-developers-73312c9756a5
Medium
Why your project needs Elixir developers
Elixir is a functional, distributed, general purpose programming language that runs on BEAM, an Erlang virtual machine. The Erlang VM…
#elixir
Part 3. persisting data in key-value store using genserver — elixir/otp
https://medium.com/gamezop/part-3-persisting-data-in-key-value-store-using-genserver-elixir-otp-b7e38241cccd
Part 3. persisting data in key-value store using genserver — elixir/otp
https://medium.com/gamezop/part-3-persisting-data-in-key-value-store-using-genserver-elixir-otp-b7e38241cccd
Medium
Part 3. Persisting data in key-value store using GenServer — Elixir/OTP
This is part 3 of the 7 part series. Please read the previous articles to catch up on the topic.
#elixir #pubsub #postgres #tutorial
Yggdrasil and postgresql notifications
https://dev.to/alexdesousa/yggdrasil-and-postgresql-notifications-31kb
Yggdrasil and postgresql notifications
https://dev.to/alexdesousa/yggdrasil-and-postgresql-notifications-31kb
The DEV Community
Yggdrasil and PostgreSQL Notifications
One thing I really like about PostgreSQL is its notifications via pg_notify. This feature is very use...
#elixir
Part 4. making operations on the key-value store faster by using worker processes — elixir/otp
https://medium.com/gamezop/part-4-making-operations-on-the-key-value-store-faster-by-using-worker-processes-elixir-otp-e9ea2c15703b
Part 4. making operations on the key-value store faster by using worker processes — elixir/otp
https://medium.com/gamezop/part-4-making-operations-on-the-key-value-store-faster-by-using-worker-processes-elixir-otp-e9ea2c15703b
Medium
Part 4. Making operations on the key-value store faster by using worker processes — Elixir/OTP
This is part 4 of the 7 part series. Please read the previous articles to catch up on the topic.
#elixir
How garbage collection in erlang helps us to create scalable applications
https://medium.com/evrone-en/how-garbage-collection-in-erlang-helps-us-to-create-scalable-applications-bb9b2e28436a
How garbage collection in erlang helps us to create scalable applications
https://medium.com/evrone-en/how-garbage-collection-in-erlang-helps-us-to-create-scalable-applications-bb9b2e28436a
Medium
How garbage collection in Erlang helps us to create scalable applications
Erlang is a functional programming language with dynamic typization. Its primary feature is working at a separate-process level. Personal…