#elixir #phoenix #web_application_design
Functional web development with elixir, otp, and phoenix — a book review
https://medium.com/@merajulislam/functional-web-development-with-elixir-otp-and-phoenix-a-book-review-b95bbb4ae98f
Functional web development with elixir, otp, and phoenix — a book review
https://medium.com/@merajulislam/functional-web-development-with-elixir-otp-and-phoenix-a-book-review-b95bbb4ae98f
ITNEXT
Functional Web Development with Elixir, OTP, and Phoenix — A Book Review
I recently had the pleasure to read “Functional Web Development with Elixir, OTP, and Phoenix” by Lance Halvorsen. As a fan of Elixir and…
#elixir #software_development #distillery #how_to #programming
How to perform hot code swapping using distillery— #2 — a (live demo) genserver state update.
https://medium.com/@blackode/how-to-perform-hot-code-swapping-using-distillery-2-a-live-demo-genserver-state-update-53d8344d9147
How to perform hot code swapping using distillery— #2 — a (live demo) genserver state update.
https://medium.com/@blackode/how-to-perform-hot-code-swapping-using-distillery-2-a-live-demo-genserver-state-update-53d8344d9147
Medium
How to perform Hot Code Swapping using Distillery— #2 — A (Live Demo) GenServer State update.
Focus on code & make releases easily.
#elixir #stream
Processing large csv files with elixir streams
https://medium.com/@asusmel/processing-large-csv-files-with-elixir-streams-8fe58bbac9b8
Processing large csv files with elixir streams
https://medium.com/@asusmel/processing-large-csv-files-with-elixir-streams-8fe58bbac9b8
Medium
Processing Large CSV files with Elixir Streams
We need to process a large CSV file of minute by minute volume and prices. Our task is pretty simple: we just want to get the first line…
#elixir #erlang #processing
How processes maintain and update state.
https://medium.com/@edwardscaroline32/how-processes-maintain-and-update-state-50234d996597
How processes maintain and update state.
https://medium.com/@edwardscaroline32/how-processes-maintain-and-update-state-50234d996597
Medium
How processes maintain and update state.
A few months ago, I walked into a restaurant with a friend to grab a meal and we had to wait over 30 min to get a waiter for our table. As…
#elixir #learning #javascript
How learning elixir made me a better programmer 🥃
https://medium.com/@yourboybigal/how-learning-elixir-made-me-a-better-programmer-674f2c12cd97
How learning elixir made me a better programmer 🥃
https://medium.com/@yourboybigal/how-learning-elixir-made-me-a-better-programmer-674f2c12cd97
Medium
How Learning Elixir Made Me a Better Programmer 🥃
After getting comfortable with a couple programming technologies, developers usually stop there.
#elixir #phoenix #software_development
Setting up code quality for your elixir/phoenix project
https://medium.com/thoughts-on-elixir/setting-up-code-quality-for-your-elixir-phoenix-project-e9958237ccfe
Setting up code quality for your elixir/phoenix project
https://medium.com/thoughts-on-elixir/setting-up-code-quality-for-your-elixir-phoenix-project-e9958237ccfe
Medium
Setting up code quality for your Elixir/Phoenix project
Elixir comes with a set of tools to make our lives easier. More importantly, keep our craft maintainable in the long run.
#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