#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…