#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
#elixir #elixirlang #programming_languages #programming_tips #beginner_coding
When to return the :ok in elixir
https://medium.com/@bruno_sapienza/when-to-return-the-ok-in-elixir-10c3c336870
When to return the :ok in elixir
https://medium.com/@bruno_sapienza/when-to-return-the-ok-in-elixir-10c3c336870
Medium
When to return the :ok in Elixir
A co-worker raised that question the other day and it made me think about how this might be a bit tricky if you’re coming from a classic…
#elixir #change #technology #technology_trends #transformation
How to embrace change with elixir
https://medium.com/weareevermore/how-to-embrace-change-with-elixir-f3361e099281
How to embrace change with elixir
https://medium.com/weareevermore/how-to-embrace-change-with-elixir-f3361e099281
Medium
How to Embrace Change with Elixir
Elixir can still be considered a relatively young programing language, as it appeared on the busy IT scene just seven years ago. Since…
#elixir #phoenix #pubsub #redis
Distributed phoenix chat using redis pubsub
https://medium.com/@asusmel/distributed-phoenix-chat-using-redis-pubsub-3bd4e0185277
Distributed phoenix chat using redis pubsub
https://medium.com/@asusmel/distributed-phoenix-chat-using-redis-pubsub-3bd4e0185277
Medium
Distributed Phoenix Chat using Redis PubSub
In the previous article, Create a High-Availability Kubernetes Cluster on AWS with Kops, we have seen how to create a Kubernetes cluster and how to deploy the Phoenix Chat app. The single node…