How dockup tracks online status of remote agents using phoenix presence
https://medium.com/dockup/how-dockup-tracks-online-status-of-remote-agents-using-phoenix-presence-e59d9675fb5e
https://medium.com/dockup/how-dockup-tracks-online-status-of-remote-agents-using-phoenix-presence-e59d9675fb5e
Medium
How Dockup tracks online status of remote agents using Phoenix Presence
“Is our agent online? Let’s ask Phoenix Presence!”
How to build multiple web apps with elixir thanks to umbrella — part 3.1: set up an admin website with users
https://medium.com/@cedric_30386/how-to-build-multiple-web-apps-with-elixir-thanks-to-umbrella-part-3-1-9288a372e5b
https://medium.com/@cedric_30386/how-to-build-multiple-web-apps-with-elixir-thanks-to-umbrella-part-3-1-9288a372e5b
Medium
How to build multiple web apps with Elixir thanks to umbrella — part 3.1:
A (wannabe) guide to learn how to create web apps with Elixir 1.9, Phoenix 1.4, Docker (for development), Git (including submodules) to…
Stop trying to make fetch happen: or, make it happen with dataloader + graphql
https://medium.com/@citybase/stop-trying-to-make-fetch-happen-or-make-it-happen-with-dataloader-graphql-5c471912c16
https://medium.com/@citybase/stop-trying-to-make-fetch-happen-or-make-it-happen-with-dataloader-graphql-5c471912c16
Medium
Stop Trying to Make Fetch Happen: Or, Make It Happen with Dataloader + GraphQL
By Alex Knowles, Senior Software Engineer
10 common code refactoring experiences|elixir
https://medium.com/blackode/elixir-code-refactoring-techniques-33589ac56231
https://medium.com/blackode/elixir-code-refactoring-techniques-33589ac56231
Medium
10 Common Code Refactoring Experiences|Elixir
Sometimes things go wrong to show right path
Ecto embedded schemas — quick search through a jsonb array in postgresql
https://medium.com/coletiv-stories/ecto-embedded-schemas-quick-search-through-a-jsonb-array-in-postgresql-f9d91cf90843
https://medium.com/coletiv-stories/ecto-embedded-schemas-quick-search-through-a-jsonb-array-in-postgresql-f9d91cf90843
Medium
Ecto Embedded Schemas — Quick search through a JSONB array in PostgreSQL
Have you ever wanted or had the need to take a database table and cram a lot of information into a specific field using JSON?
Keeping state on functional programming (elixir)
https://medium.com/@ecz/keeping-state-on-functional-programming-elixir-9251fd4f0339
https://medium.com/@ecz/keeping-state-on-functional-programming-elixir-9251fd4f0339
Medium
Keeping state on Functional Programming (Elixir)
Today I’m writing about keeping state on functional programming. I kept forgetting that functional programming is a completely different…
Building tetris kachori game with elixir and phoenix liveview — sandesh soni
https://medium.com/@sandeshsoni/building-tetris-kachori-game-with-elixir-and-phoenix-liveview-sandesh-soni-5cc77cb884de
https://medium.com/@sandeshsoni/building-tetris-kachori-game-with-elixir-and-phoenix-liveview-sandesh-soni-5cc77cb884de
Medium
Building Tetris with Elixir and Phoenix LiveView — my experience
My journey about how it started, reference, ideas. How many times I thought this is not possible. Things I learnt, mistake made. next…
#ruby #elixir #rails #phoenix
Book giveaway: phoenix for rails developers
https://dev.to/citizen428/book-giveaway-phoenix-for-rails-developers-hfj
Book giveaway: phoenix for rails developers
https://dev.to/citizen428/book-giveaway-phoenix-for-rails-developers-hfj
The DEV Community
Book giveaway: Phoenix for Rails Developers
I have a promo code for a free copy of "Phoenix for Rails Developers" by Elvio Vicosa. First come, f...
Migrating data from sql to elasticsearch with elixir
https://medium.com/@sashman90/migrating-data-from-sql-to-elasticsearch-with-elixir-a18d5349d88d
https://medium.com/@sashman90/migrating-data-from-sql-to-elasticsearch-with-elixir-a18d5349d88d
Medium
Migrating data from SQL to Elasticsearch with Elixir
If you are familiar with the benefits and tradeoffs Elasticsearch introduces feel free to skip this section. This post will not dive deep into intricacies of Elasticsearch, so here is a very brief…
How to build multiple web apps with elixir thanks to umbrella — part 3.2: set up an admin website with users
https://medium.com/@cedric_30386/how-to-build-multiple-web-apps-with-elixir-thanks-to-umbrella-part-3-2-d7f3c25c33c5
https://medium.com/@cedric_30386/how-to-build-multiple-web-apps-with-elixir-thanks-to-umbrella-part-3-2-d7f3c25c33c5
Medium
How to build multiple web apps with Elixir thanks to umbrella — part 3.2:
A (wannabe) guide to learn how to create web apps with Elixir 1.9, Phoenix 1.4, Docker (for development), Git (including submodules) to…
#elixir #github #ci #phoenix
Testing your elixir + phoenix + postgres app with github ci
https://dev.to/nickforall/testing-your-phoenix-elixir-app-with-github-ci-2gh1
Testing your elixir + phoenix + postgres app with github ci
https://dev.to/nickforall/testing-your-phoenix-elixir-app-with-github-ci-2gh1
The DEV Community
Testing your Elixir + Phoenix + Postgres app with Github CI
. Tagged with elixir, github, ci, phoenix.
Til: understanding dialyzer’s “the pattern can never match the type.”
https://medium.com/@lasseebert/til-understanding-dialyzers-the-pattern-can-never-match-the-type-e948385837d
https://medium.com/@lasseebert/til-understanding-dialyzers-the-pattern-can-never-match-the-type-e948385837d
Medium
TIL: Understanding dialyzer’s “The pattern can never match the type.”
I spend a good three hours today debugging a dialyzer warning in my Elixir app, so I’m naturally obligated to share my insights.