#elixir
Russian peasant multiplication — with elixir — part 4
https://medium.com/@houmanka/russian-peasant-multiplication-with-elixir-part-4-2ace5e2e106b
Russian peasant multiplication — with elixir — part 4
https://medium.com/@houmanka/russian-peasant-multiplication-with-elixir-part-4-2ace5e2e106b
Medium
Russian Peasant Multiplication — with Elixir — Part 4
In this article we will be working on Higher order function with statements. We want to explore how to encapsulate all the mess that a…
#elixir
Russian peasant multiplication — with elixir — part 5
https://medium.com/@houmanka/russian-peasant-multiplication-with-elixir-part-5-c1887c2b4259
Russian peasant multiplication — with elixir — part 5
https://medium.com/@houmanka/russian-peasant-multiplication-with-elixir-part-5-c1887c2b4259
Medium
Russian Peasant Multiplication — with Elixir — Part 5
This is the last piece of the puzzle. We will create Sum functionality for out application with recursion.
#elixir
Russian peasant multiplication — with elixir — last round
https://medium.com/@houmanka/russian-peasant-multiplication-with-elixir-last-round-62df3129e7b9
Russian peasant multiplication — with elixir — last round
https://medium.com/@houmanka/russian-peasant-multiplication-with-elixir-last-round-62df3129e7b9
Medium
Russian Peasant Multiplication — with Elixir — Last Round
In this last article we are going to stitch all the pieces together and make the use of Monad (a bit), and some Monad operator.
#elixir #javascript #functional
Recursive approach to map and reduce: a thought experiment
https://dev.to/savagepixie/recursive-approach-to-map-and-reduce-a-thought-experiment-4dnh
Recursive approach to map and reduce: a thought experiment
https://dev.to/savagepixie/recursive-approach-to-map-and-reduce-a-thought-experiment-4dnh
DEV Community
Recursive approach to map and reduce: A thought experiment
In my early stages of learning Elixir, I had to write a recursive implementation of the functions map...
#learning #elixir #thisweekilearned #unicode
Identifying and removing hidden characters
https://dev.to/noelworden/identifying-and-removing-hidden-characters-2m8i
Identifying and removing hidden characters
https://dev.to/noelworden/identifying-and-removing-hidden-characters-2m8i
DEV Community
Identifying and Removing Hidden Characters
I came across an interesting problem this week. There was a hidden character in a CSV preventing me f...
#elixir
Using broadway and rabbitmq to create a data pipeline in elixir
https://medium.com/@merajulislam/using-broadway-and-rabbitmq-to-create-a-data-pipeline-in-elixir-900ddff57c7d
Using broadway and rabbitmq to create a data pipeline in elixir
https://medium.com/@merajulislam/using-broadway-and-rabbitmq-to-create-a-data-pipeline-in-elixir-900ddff57c7d
Medium
Using Broadway and RabbitMQ to Create a Data Pipeline in Elixir
In this article, I will focus on creating a data ingestion and processing pipeline for Elixir using Broadway [1] library. As per…