#elixir #web_development #programming #phoenix #sql
Elixir phoenix: how i turned a function into raw sql and then into ecto queries
https://medium.brianemory.com/elixir-phoenix-how-i-turned-a-function-into-raw-sql-and-then-into-ecto-queries-b706dc77fd47
Elixir phoenix: how i turned a function into raw sql and then into ecto queries
https://medium.brianemory.com/elixir-phoenix-how-i-turned-a-function-into-raw-sql-and-then-into-ecto-queries-b706dc77fd47
Brian Emory | Web Developer
Elixir Phoenix: How I Turned A Function Into Raw SQL And Then Into Ecto Queries
As I described in a Twitter thread, I spent most of my day last Friday refactoring one function. I always wanted it to use Ecto queries but
#kubernetes #elixir #erlang #distributed_systems #software_development
What’s going on in libcluster?
https://medium.com/@TehBrofessor/whats-going-on-in-libcluster-76f239f00d57
What’s going on in libcluster?
https://medium.com/@TehBrofessor/whats-going-on-in-libcluster-76f239f00d57
Medium
What’s going on in libcluster?
In which we dive into “automatic cluster formation” for Erlang nodes, with beautifully rendered, crystal clear, colorless doodles and code.
#elixir #concurrency #processes #state
Understanding the basics of elixir’s concurrency model
https://medium.com/ilijas-musings-on-software-development/understanding-the-basics-of-elixirs-concurrency-model-bf8523642cc2
Understanding the basics of elixir’s concurrency model
https://medium.com/ilijas-musings-on-software-development/understanding-the-basics-of-elixirs-concurrency-model-bf8523642cc2
Medium
Understanding the basics of Elixir’s concurrency model
If you come from an object-oriented background, you might have tried concurrency in your favourite OO language before. Your mileage will…
#showdev #ruby #elixir #webdev
From rails to elixir: safe rewrites with noop deployments
https://dev.to/jdcosta/from-rails-to-elixir-safe-rewrites-with-noop-deployments-40cb
From rails to elixir: safe rewrites with noop deployments
https://dev.to/jdcosta/from-rails-to-elixir-safe-rewrites-with-noop-deployments-40cb
DEV Community
From Rails to Elixir: Safe Rewrites with NOOP Deployments
System rewrites are hard. Mitigate risks by planning carefully and doing it incrementally.
#elixir #phoenix #web_development #education #programming
Elixir phoenix: creating an app with tests (updated for phoenix 1.4)
https://medium.brianemory.com/elixir-phoenix-creating-an-app-with-tests-updated-for-phoenix-1-4-f44c66b690f
Elixir phoenix: creating an app with tests (updated for phoenix 1.4)
https://medium.brianemory.com/elixir-phoenix-creating-an-app-with-tests-updated-for-phoenix-1-4-f44c66b690f
Medium
Elixir Phoenix: Creating An App With Tests (Updated for Phoenix 1.4 and Elixir 1.8)
I released the first version of this tutorial in May of 2017. Since then, it has seen two major revisions. Each one seemed like it took…
#erlang #elixir #otp #supervisor #performance
Avoid these otp supervision performance pitfalls
https://medium.com/@derek.kraan2/avoid-these-otp-supervision-performance-pitfalls-c3fe64e70f9e
Avoid these otp supervision performance pitfalls
https://medium.com/@derek.kraan2/avoid-these-otp-supervision-performance-pitfalls-c3fe64e70f9e
Medium
Avoid these OTP Supervision performance pitfalls
As powerful as Elixir/Erlang’s OTP is, it’s also easy to nuke your performance by accidentally introducing a bottleneck into the system…
#elixir
Official distillery guide for deploying to google cloud platform
https://dockyard.com/blog/2019/01/17/official-distillery-guide-for-deploying-to-google-cloud-platform
Official distillery guide for deploying to google cloud platform
https://dockyard.com/blog/2019/01/17/official-distillery-guide-for-deploying-to-google-cloud-platform
DockYard
Official Distillery Guide for Deploying to Google Cloud Platform
We've added an official Distillery guide for deploying releases to Google Cloud Platform.
#elixir #tech #erlang #testing #programming
How to build a distributed game of life in elixir
https://medium.freecodecamp.org/how-to-build-a-distributed-game-of-life-in-elixir-9152588100cd
How to build a distributed game of life in elixir
https://medium.freecodecamp.org/how-to-build-a-distributed-game-of-life-in-elixir-9152588100cd
freeCodeCamp.org
How to build a distributed Game of Life in Elixir
I wrote my first game in Elixir. It is a popular thing — Conway’s Game of Life — but it gets quite interesting when you solve it in a…
#elixir #clojure #software_development #functional_programming #comparison
Elixir vs. clojure: a high-level comparison
https://blog.rentpathcode.com/elixir-vs-clojure-a-high-level-comparison-e5b79537d213
Elixir vs. clojure: a high-level comparison
https://blog.rentpathcode.com/elixir-vs-clojure-a-high-level-comparison-e5b79537d213
Medium
Elixir vs. Clojure: A High-Level Comparison
7 Factors to Consider When Choosing Between Clojure and Elixir
#elixir #phoenix #web_development #education #programming
Elixir phoenix: creating an app with tests (updated for phoenix 1.4 and elixir 1.8)
https://medium.brianemory.com/elixir-phoenix-creating-an-app-with-tests-updated-for-phoenix-1-4-f44c66b690f
Elixir phoenix: creating an app with tests (updated for phoenix 1.4 and elixir 1.8)
https://medium.brianemory.com/elixir-phoenix-creating-an-app-with-tests-updated-for-phoenix-1-4-f44c66b690f
Medium
Elixir Phoenix: Creating An App With Tests (Updated for Phoenix 1.4 and Elixir 1.8)
I released the first version of this tutorial in May of 2017. Since then, it has seen two major revisions. Each one seemed like it took…
#web_development #elixir #documentation
Customize how your exdoc documentation looks
https://medium.com/@takanori.ishikawa/customize-how-your-exdoc-documentation-looks-6913c240fb92
Customize how your exdoc documentation looks
https://medium.com/@takanori.ishikawa/customize-how-your-exdoc-documentation-looks-6913c240fb92
Medium
Customize how your ExDoc documentation looks
Documentation is a first-class citizen in the Elixir eco-system. ExDoc produces your project’s documentation in HTML format. Let’s learn…
#elixir #phoenix_framework #ruby_on_rails #ruby
Rewriting a ruby/rails app in elixir/phoenix (almost) literally
https://medium.com/@merajulislam/rewriting-a-ruby-rails-app-in-elixir-phoenix-almost-literally-7d50d913c8d3
Rewriting a ruby/rails app in elixir/phoenix (almost) literally
https://medium.com/@merajulislam/rewriting-a-ruby-rails-app-in-elixir-phoenix-almost-literally-7d50d913c8d3
Medium
Rewriting a Ruby/Rails app in Elixir/Phoenix (almost) Literally
I have been looking for a somewhat challenging app apart from the simple demos to write in Elixir using Phoenix framework for quite…
#elixir #control_flow #with #nomad
Using tuple-wrapping to improve `with` expressions in elixir
https://medium.com/@tylerpachal/using-tuple-wrapping-to-improve-with-expressions-in-elixir-f491b06265fa
Using tuple-wrapping to improve `with` expressions in elixir
https://medium.com/@tylerpachal/using-tuple-wrapping-to-improve-with-expressions-in-elixir-f491b06265fa
Medium
Using tuple-wrapping to improve `with` expressions in Elixir
Wrap your return values in tuples so you can clearly match them in the else block