#elixir #functional_programming #performance #programming #software_development
Map vs list performance in elixir
https://medium.com/@damonvjanis/map-vs-list-performance-in-elixir-c45642a25c6
Map vs list performance in elixir
https://medium.com/@damonvjanis/map-vs-list-performance-in-elixir-c45642a25c6
Medium
Map vs List Performance in Elixir
Today I discovered an awesome property of Elixir maps that let me reduce the time of a matching operation on large datasets from about 30+…
#elixir #phoenix_framework #programming #software_development #learning_to_code
Learn to code the easy way (part 2)
https://medium.com/@damonvjanis/learn-to-code-the-easy-way-part-2-d5974723b577
Learn to code the easy way (part 2)
https://medium.com/@damonvjanis/learn-to-code-the-easy-way-part-2-d5974723b577
Medium
Learn to Code the Easy Way (Part 2)
This is a continuation of Learning to Code the Easy Way (Part 1).
#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 #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.
#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 #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 #erlang #toml #distributed_systems #software_development
How to update elixir project configuration with toml in runtime.
https://medium.com/pharos-production/elixir-toml-configuration-d6b42a88fd65
How to update elixir project configuration with toml in runtime.
https://medium.com/pharos-production/elixir-toml-configuration-d6b42a88fd65
Medium
How to Update Elixir Project Configuration with TOML in Runtime.
Distributed & High-Load Systems Development.
#elixir #clojure #fibonacci #programming #software_development
Clojure vs. elixir, part 2: fibonacci code challenge
https://blog.rentpathcode.com/clojure-vs-elixir-part-2-fibonacci-code-challenge-13f485f48511
Clojure vs. elixir, part 2: fibonacci code challenge
https://blog.rentpathcode.com/clojure-vs-elixir-part-2-fibonacci-code-challenge-13f485f48511
Medium
Clojure vs. Elixir, Part 2: Fibonacci Code Challenge
How do you calculate a Fibonacci number in each language?
#blockchain #esprezzo #software_development #elixir #app_development
Esprezzo block explorer is live!
https://medium.com/esprezzo/esprezzo-block-explorer-is-live-8ad7a41b440f
Esprezzo block explorer is live!
https://medium.com/esprezzo/esprezzo-block-explorer-is-live-8ad7a41b440f
Medium
Esprezzo Block Explorer is Live!
We’re excited to announce the initial release of the official Esprezzo Block Explorer! View balances & activity on the Perkle Blockchain.
#elixir #phoenix_framework #software_development #single_page_applications #ecommerce
A gentle introduction to elixir + phoenix + graphql + spa
https://medium.com/build-ideas/a-gentle-introduction-to-elixir-phoenix-graphql-spa-7902fdb921c8
A gentle introduction to elixir + phoenix + graphql + spa
https://medium.com/build-ideas/a-gentle-introduction-to-elixir-phoenix-graphql-spa-7902fdb921c8
Medium
A gentle Introduction to Elixir + Phoenix + GraphQL + SPA
This is the 3rd part in the series of my journey of writing an E-Commerce software from scratch. Let’s get started right away!
#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…
#erlang #software_development #programming #elixir #coding
Solving embarrassingly obvious problems in erlang
https://medium.com/@gar1t/solving-embarrassingly-obvious-problems-in-erlang-e3f21a6203cc
Solving embarrassingly obvious problems in erlang
https://medium.com/@gar1t/solving-embarrassingly-obvious-problems-in-erlang-e3f21a6203cc
Medium
Solving Embarrassingly Obvious Problems In Erlang
This is revised version of my 2012 essay on using small, simple functions to drive clear-headedness in programming. After seven years and…
#elixir #tdd #integration_testing #software_development #programming
Mock user input for integration tests in elixir/exunit
https://medium.com/@lucaspenzeymoog/mock-user-input-for-integration-tests-in-elixir-exunit-a7f179fdfc53
Mock user input for integration tests in elixir/exunit
https://medium.com/@lucaspenzeymoog/mock-user-input-for-integration-tests-in-elixir-exunit-a7f179fdfc53
Medium
Mock User Input for Integration Tests in Elixir/ExUnit
As I was building a simple game of Tic Tac Toe in Elixir, I was running into problems when trying to test more complicated functions…
#tdd #elixir #programming #software_development #encryption
Solving the caesar cipher kata in elixir with tdd
https://medium.com/@lucaspenzeymoog/solving-the-caesar-cipher-kata-in-elixir-with-tdd-38c055ad1b17
Solving the caesar cipher kata in elixir with tdd
https://medium.com/@lucaspenzeymoog/solving-the-caesar-cipher-kata-in-elixir-with-tdd-38c055ad1b17
Medium
Solving the Caesar Cipher Kata in Elixir with TDD
TDD, aka Test Driven Development, is simple enough on the surface, but in practice it can be anything but intuitive. Many programmers view…
#functional_programming #programming #software_development #elixir #software_engineering
Functional core imperative shell in elixir
https://medium.com/@lucaspenzeymoog/functional-core-imperative-shell-in-elixir-48ec0ad3d9c0
Functional core imperative shell in elixir
https://medium.com/@lucaspenzeymoog/functional-core-imperative-shell-in-elixir-48ec0ad3d9c0
Medium
Functional Core Imperative Shell in Elixir
Functional programming languages such as Elixir are great until they’re not. That is, they’re great for writing pure functions, but a…
#programming #elixir #software_development #game_theory #software_engineering
Build an unbeatable tic tac toe minimax player in elixir in 5 simple steps
https://medium.com/@lucaspenzeymoog/build-an-unbeatable-tic-tac-toe-minimax-player-in-elixir-in-5-simple-steps-d9814dea8802
Build an unbeatable tic tac toe minimax player in elixir in 5 simple steps
https://medium.com/@lucaspenzeymoog/build-an-unbeatable-tic-tac-toe-minimax-player-in-elixir-in-5-simple-steps-d9814dea8802
Medium
Build an Unbeatable Tic Tac Toe Minimax Player in Elixir
Tic Tac Toe is a simple enough game for us humans to play, what with our powerful pattern-finding brains, but getting a computer to play…