#elixir
How to query a jsonb array field using postgres contains and elixir’s ecto library
https://medium.com/@averyduffin/how-to-query-a-jsonb-array-field-using-postgres-contains-and-elixirs-ecto-library-dde004a3f761
How to query a jsonb array field using postgres contains and elixir’s ecto library
https://medium.com/@averyduffin/how-to-query-a-jsonb-array-field-using-postgres-contains-and-elixirs-ecto-library-dde004a3f761
Medium
How to query a JSONB array field using Postgres contains and Elixir’s Ecto library
Lessons learned the hard way
#elixir
How to write a nested and/or query using elixir’s ecto library
https://medium.com/@averyduffin/how-to-write-a-nested-and-or-query-using-elixirs-ecto-library-b7755de79b80
How to write a nested and/or query using elixir’s ecto library
https://medium.com/@averyduffin/how-to-write-a-nested-and-or-query-using-elixirs-ecto-library-b7755de79b80
Medium
How to Write a Nested and/or Query Using Elixir’s Ecto Library
Lessons learned the hard way
#elixir
Genserver, dynamicsupervisor and registry: the elixir triad to manage processes
https://medium.com/@helvantine/genserver-dynamicsupervisor-and-registry-the-elixir-triad-to-manage-processes-a65d4c3351c1
Genserver, dynamicsupervisor and registry: the elixir triad to manage processes
https://medium.com/@helvantine/genserver-dynamicsupervisor-and-registry-the-elixir-triad-to-manage-processes-a65d4c3351c1
Medium
GenServer, DynamicSupervisor and Registry: The Elixir Triad To Manage Processes
Over the previous year, my programmer’s journey has brought me to the realm of Elixir, a functional programming language that compiles to…
#elixir
How we discovered a 7-year old performance issue in elixir
https://code.tubitv.com/how-we-discovered-a-7-year-old-performance-issue-in-elixir-99080bdce9a1
How we discovered a 7-year old performance issue in elixir
https://code.tubitv.com/how-we-discovered-a-7-year-old-performance-issue-in-elixir-99080bdce9a1
Medium
How we discovered a 7-year old performance issue in Elixir
Background
#elixir
Elixir’s creator josé valim on the development of a new language
https://medium.com/@semaphoreci/elixirs-creator-jos%C3%A9-valim-on-the-development-of-a-new-language-7d54d9176bdb
Elixir’s creator josé valim on the development of a new language
https://medium.com/@semaphoreci/elixirs-creator-jos%C3%A9-valim-on-the-development-of-a-new-language-7d54d9176bdb
Medium
Elixir’s Creator José Valim on the Development of a New Language
In this episode of Semaphore Uncut, José Valim, the creator of the Elixir programming language shares with us insights on developing…
#elixir
Github actions for elixir & phoenix app with cache
https://medium.com/@gottfrois/github-actions-for-elixir-phoenix-app-with-cache-6ca33f628459
Github actions for elixir & phoenix app with cache
https://medium.com/@gottfrois/github-actions-for-elixir-phoenix-app-with-cache-6ca33f628459
Medium
Github actions for Elixir & Phoenix app with cache
You can already find some samples on how to configure Github actions for an Elixir/Phoenix project but I couldn’t find one which shows the…
#elixir #phoenix
Deploy elixir phoenix app with heroku containers
https://dev.to/nathanjohnson320/deploy-elixir-phoenix-app-with-heroku-containers-3lgc
Deploy elixir phoenix app with heroku containers
https://dev.to/nathanjohnson320/deploy-elixir-phoenix-app-with-heroku-containers-3lgc
DEV Community
Deploy Elixir Phoenix App with Heroku Containers
Step by step guide for taking a mix phx.new app and turning it into a dockerized mix release app.
#elixir
Working with elixir releases and performing ci/cd in containers
https://medium.com/@darnahsan/working-with-elixir-releases-and-performing-ci-cd-in-containers-383ba03b6768
Working with elixir releases and performing ci/cd in containers
https://medium.com/@darnahsan/working-with-elixir-releases-and-performing-ci-cd-in-containers-383ba03b6768
Medium
Working with Elixir Releases and performing CI/CD in containers
Elixir has seen fast adoption in Wego with multiple services already in production after the weekend project UltronEx became a daily…
#elixir
A gentle intro to processes in elixir
https://medium.com/@featherart/a-gentle-intro-to-processes-in-elixir-9f8444dd292a
A gentle intro to processes in elixir
https://medium.com/@featherart/a-gentle-intro-to-processes-in-elixir-9f8444dd292a
Medium
A Gentle Intro to Processes In Elixir
Suppose that, like me, you’ve spent a long time writing JavaScript. Then you enter the exciting realm of Elixir and begin to discover the…
#elixir
How to become junior elixir developer with no elixir knowledge?
https://medium.com/@arturkasza/how-to-become-junior-elixir-developer-with-no-elixir-knowledge-5f826ba86e8c
How to become junior elixir developer with no elixir knowledge?
https://medium.com/@arturkasza/how-to-become-junior-elixir-developer-with-no-elixir-knowledge-5f826ba86e8c
Medium
How to become Junior Elixir Developer with no Elixir knowledge?
The story of how I landed my current job without language expertise.
#elixir #ember_js #javascript #web_development #ruby #react #engineering
A short guide to our favorite libraries of 2020
https://dockyard.com/blog/2021/01/01/a-short-guide-to-our-favorite-libraries-of-2020
A short guide to our favorite libraries of 2020
https://dockyard.com/blog/2021/01/01/a-short-guide-to-our-favorite-libraries-of-2020
#elixir #phoenix #liveview #dashboard
Journey building smart dashboard with elixir phoenix liveview
https://dev.to/darnahsan/smart-dashboard-with-phoenix-liveview-4e3d
Journey building smart dashboard with elixir phoenix liveview
https://dev.to/darnahsan/smart-dashboard-with-phoenix-liveview-4e3d
DEV Community
Journey building Smart Dashboard with Elixir Phoenix LiveView
I have been following Elixir/Phoenix for some time now and finally got to work with elixir with a sla...
#elixir
Scheduling jobs via genserver. part 1: run at least once an hour (day/minute/etc)
https://medium.com/@apelsinka223/scheduling-jobs-via-genserver-part-1-run-at-least-once-an-hour-day-minute-etc-40074930f5a5
Scheduling jobs via genserver. part 1: run at least once an hour (day/minute/etc)
https://medium.com/@apelsinka223/scheduling-jobs-via-genserver-part-1-run-at-least-once-an-hour-day-minute-etc-40074930f5a5
Medium
Scheduling jobs via GenServer. Part 1: Run at least once an hour (day/minute/etc)
Elixir provides a built-in easy way to schedule a job. Let’s take a look!