#sql #ecto #elixir #phoenix_framework #pagination
Ecto. select data by computed column | elixir / phoenix
https://medium.com/codes-for-elixir-phoenix/ecto-select-data-by-computed-column-elixir-phoenix-cd71150f1653
Ecto. select data by computed column | elixir / phoenix
https://medium.com/codes-for-elixir-phoenix/ecto-select-data-by-computed-column-elixir-phoenix-cd71150f1653
Medium
Ecto. Select data by computed column | Elixir / Phoenix
This post is about a basic technique for SQL. The reason I want to write this article is that I am not a good friend with SQL and I hope a…
#elixir #engineering
What's new in intellij elixir 10.4.0
https://dockyard.com/blog/2019/03/26/what-s-new-in-intellij-elixir-10-4-0
What's new in intellij elixir 10.4.0
https://dockyard.com/blog/2019/03/26/what-s-new-in-intellij-elixir-10-4-0
#elixir #functional_programming #declarative_programming #pattern_matching #programming
Elixir for beginners: learning by unlearning
https://medium.com/@lucaspenzeymoog/elixir-for-beginners-learning-by-unlearning-724be7ed08b3
Elixir for beginners: learning by unlearning
https://medium.com/@lucaspenzeymoog/elixir-for-beginners-learning-by-unlearning-724be7ed08b3
Medium
Elixir for Beginners: Learning by Unlearning
Up until now I’ve worked solely in object oriented programming languages. As I transition to functional programming with Elixir, I figured…
#async #elixir #httpoison #stream
Elixir streams to process large http responses on the fly
https://medium.com/@asusmel/elixir-streams-to-process-large-http-responses-on-the-fly-9063507f9e
Elixir streams to process large http responses on the fly
https://medium.com/@asusmel/elixir-streams-to-process-large-http-responses-on-the-fly-9063507f9e
Medium
Elixir Streams to process large HTTP responses on the fly
Why should we handle HTTP responses with Streams, when we can just simply use something like HTTPoison.get to receive a response with the data we need? We already saw how HTTPoison, by default, saves…
#elixir #ecto #bulk_insert #phoenix_framework
Bulk update a record with ecto | elixir /phoenix
https://medium.com/codes-for-elixir-phoenix/bulk-update-a-record-with-ecto-elixir-phoenix-799c29ff52f6
Bulk update a record with ecto | elixir /phoenix
https://medium.com/codes-for-elixir-phoenix/bulk-update-a-record-with-ecto-elixir-phoenix-799c29ff52f6
Medium
Bulk update a record with Ecto | Elixir /Phoenix
Do you update a record by overriding values? Yes, you can. However, sometime we just can’t do it, because sometimes we have to delete some…
#error #postmortem #ssl_certificate #elixir #hackney
Discovering the truth behind an invalid_file_path error
https://medium.com/wttj-tech/discovering-the-truth-behind-an-invalid-file-path-error-1d561664d866
Discovering the truth behind an invalid_file_path error
https://medium.com/wttj-tech/discovering-the-truth-behind-an-invalid-file-path-error-1d561664d866
Medium
Discovering the truth behind an invalid_file_path error
In the Elixir application we use on our platform, we utilize the Elixir library arc to manage file uploads (similar to Carrierwave for the…
#elixir #dynamicsupervisor #process #erlang
From 0 to dynamicsupervisor — handling processes in elixir
https://medium.com/coletiv-stories/from-0-to-dynamicsupervisor-handling-processes-in-elixir-b8df0da0e2fc
From 0 to dynamicsupervisor — handling processes in elixir
https://medium.com/coletiv-stories/from-0-to-dynamicsupervisor-handling-processes-in-elixir-b8df0da0e2fc
Medium
From 0 to DynamicSupervisor — Handling Processes in Elixir
From 0 to DynamicSupervisor — Handling Processes in Elixir
#elixir #web_scraping
Web scraping with elixir using httpoison and floki
https://medium.com/@Jules_Corb/web-scraping-with-elixir-using-httpoison-and-floki-26ebaa03b076
Web scraping with elixir using httpoison and floki
https://medium.com/@Jules_Corb/web-scraping-with-elixir-using-httpoison-and-floki-26ebaa03b076
Medium
Web scraping with Elixir using HTTPoison and Floki
In this simple example we are going to build a web scraper to get a list of delicious smoothies from https://www.allrecipes.com.
#elixir #tail_recursion #programming #lists #recursion
Heads vs. tails: list recursion in elixir
https://medium.com/@lucaspenzeymoog/heads-vs-tails-list-recursion-in-elixir-349e5b3acf16
Heads vs. tails: list recursion in elixir
https://medium.com/@lucaspenzeymoog/heads-vs-tails-list-recursion-in-elixir-349e5b3acf16
Medium
Heads vs. Tails: List Recursion in Elixir
When you hear the word “list” in relation to some programming languages you might automatically think of arrays. This is not the case with…
#elixir #gamedev #indie #space
Dev-log #2: lander-game, we have a loop!
https://dev.to/niorad/dev-log-2-lander-game-we-have-a-loop-k3i
Dev-log #2: lander-game, we have a loop!
https://dev.to/niorad/dev-log-2-lander-game-we-have-a-loop-k3i
The DEV Community
Dev-Log #2: Lander-Game, we have a loop!
#erlang #elixir #supervisor #error_handling
Why should every process be supervised?
https://medium.com/@derek.kraan2/why-should-every-process-be-supervised-4fbd39c495c6
Why should every process be supervised?
https://medium.com/@derek.kraan2/why-should-every-process-be-supervised-4fbd39c495c6
Medium
Why should every process be supervised?
If you’ve been around in the Elixir / Erlang community long enough, you’ll begin to hear the same wisdom being passed around time after…
#elixir #postgres #ecto #postgrex #phoenix
Custom postgresql driver and adapter for ecto
https://medium.com/@paveltyk/custom-postgresql-driver-and-adapter-for-ecto-bedf1f9e0d19
Custom postgresql driver and adapter for ecto
https://medium.com/@paveltyk/custom-postgresql-driver-and-adapter-for-ecto-bedf1f9e0d19
Medium
Custom PostgreSQL driver and adapter for Ecto
Ever wonder how does Ecto work with a database? What Postgrex, DBConnection, and EctoSQL are for? “Tear apart and put it back together” —…
#elixir #string
Elixir strings in single quote vs double quote
https://medium.com/@junwan01/elixir-strings-in-single-quote-vs-double-quote-c0a61d3e5acd
Elixir strings in single quote vs double quote
https://medium.com/@junwan01/elixir-strings-in-single-quote-vs-double-quote-c0a61d3e5acd
Medium
Elixir strings in single quote vs double quote
Today I stumbled on the subtle difference in Elixir between strings in single quote and double quote. Although the documentation explains…
#elixir #engineering
Erlang term ordering: evaluating elixir functions part 2
https://dockyard.com/blog/2019/04/01/erlang-term-ordering-evaluating-elixir-functions-part-2
Erlang term ordering: evaluating elixir functions part 2
https://dockyard.com/blog/2019/04/01/erlang-term-ordering-evaluating-elixir-functions-part-2
DockYard
Erlang Term Ordering: Evaluating Elixir Functions Part 2
Erlang term ordering is a concept that applies to many different Elixir functions.
#erlang #distributed_systems #software_development #functional_programming #elixir
Building distributed apps: zero approximation
https://medium.com/@vonmo/building-distributed-apps-zero-approximation-b0c4b16f92d3
Building distributed apps: zero approximation
https://medium.com/@vonmo/building-distributed-apps-zero-approximation-b0c4b16f92d3
Medium
Building distributed apps: zero approximation
These days, the world is moving fast. Progress constantly creates new technological challenges. Information systems architecture should be…
#elixir #distillery #release_management
Wrong path in elixir after release with distillery
https://medium.com/@afternow/wrong-path-in-elixir-after-release-with-distillery-2b7e5be7872f
Wrong path in elixir after release with distillery
https://medium.com/@afternow/wrong-path-in-elixir-after-release-with-distillery-2b7e5be7872f
Medium
Wrong path in Elixir after release with Distillery
After releasing my Elixir 1.8 mailing app with Distillery 2.0, the path of my EEx templates where no more valid. I put the template files…