#advent of code #elixir
Let’s learn elixir together with advent of code!
http://blog.plataformatec.com.br/2018/11/lets-learn-elixir-together-with-advent-of-code/
Let’s learn elixir together with advent of code!
http://blog.plataformatec.com.br/2018/11/lets-learn-elixir-together-with-advent-of-code/
blog.plataformatec.com.br
Let's learn Elixir together on Advent of Code! « Plataformatec Blog
Hi everyone, Advent of Code is a series of small programming puzzles for a variety of skill sets and skill levels in any programming language you like. Advent
#elixir #ecto #ddd #business_logic
Exoperation: organizing business logic with operations in elixir
https://medium.com/@feymartynov/exoperation-organizing-business-logic-with-operations-in-elixir-ce28a5f8b5ef
Exoperation: organizing business logic with operations in elixir
https://medium.com/@feymartynov/exoperation-organizing-business-logic-with-operations-in-elixir-ce28a5f8b5ef
Medium
ExOperation: organizing business logic with operations in Elixir
Approaching business-logic organization problem with composable operations and presenting a new library ExOperation for implementing them.
#elixir #testing #functional_programming
Testing in elixir without a mix project
https://medium.com/@dinobi/testing-in-elixir-without-a-mix-project-3ab8c82b0222
Testing in elixir without a mix project
https://medium.com/@dinobi/testing-in-elixir-without-a-mix-project-3ab8c82b0222
Medium
Testing in Elixir without a Mix project
Whenever I chose to pick up a new programming language, I typically start by creating a #language-WIL repository on Github. By the way…
#elixir #genstage #ads_b
Stop collection pokemons and start collecting aircrafts
https://medium.com/@ainformatico/stop-collection-pokemons-and-start-collecting-aircrafts-c5cfb7982170
Stop collection pokemons and start collecting aircrafts
https://medium.com/@ainformatico/stop-collection-pokemons-and-start-collecting-aircrafts-c5cfb7982170
Medium
Stop collection Pokemons and start collecting aircrafts
Using Elixir, GenStage and an ADS-B receiver it is time to start collecting aircrafts and forget about Pokemons!
#aws #elixir #circleci #continuous_deployment #backend
How to automate your elixir project’s deployment into aws
https://medium.com/coletiv-stories/how-to-automate-your-elixir-projects-deployment-into-aws-9ecbbafb403d
How to automate your elixir project’s deployment into aws
https://medium.com/coletiv-stories/how-to-automate-your-elixir-projects-deployment-into-aws-9ecbbafb403d
Medium
How to automate your Elixir project’s deployment into AWS
This is the first article of a 2-part series, where we explain in full how to automate your Elixir project’s deployment. The technologies…
#elixir #json #javascript #postgres #data_science
Battleship elixir: json sunk my float
https://medium.com/@davelucia/battleship-elixir-json-sunk-my-float-dc3df46447db
Battleship elixir: json sunk my float
https://medium.com/@davelucia/battleship-elixir-json-sunk-my-float-dc3df46447db
Medium
Battleship Elixir: JSON sunk my Float
As the legend goes, Brendan Eich wrote the first version of Javascript over the course of 10 days in 1995. Among many compromises…
#elixir #phoenix_framework #phoenix #programming_languages #app_development
Elixir programming: facts to know for better app development
https://medium.com/@MLSDevCom/elixir-programming-facts-to-know-for-better-app-development-ff0c7a6b5f2c
Elixir programming: facts to know for better app development
https://medium.com/@MLSDevCom/elixir-programming-facts-to-know-for-better-app-development-ff0c7a6b5f2c
Medium
Elixir Programming: Facts to Know for Better App Development
Introduction to the Elixir programming language and Phoenix framework. Overview of their benefits for app development.
#elixir #erlang #iot #esp32 #functional_programming
Atomvm: how to run elixir code on a 3 $ microcontroller
https://medium.com/@Bettio/atomvm-how-to-run-elixir-code-on-a-3-microcontroller-b414773498a6
Atomvm: how to run elixir code on a 3 $ microcontroller
https://medium.com/@Bettio/atomvm-how-to-run-elixir-code-on-a-3-microcontroller-b414773498a6
Medium
AtomVM: how to run Elixir code on a 3 $ microcontroller
AtomVM is a tiny portable virtual machine that allows BEAM code to run on microcontrollers with less than 500KB of RAM such as the ESP32.
#elixir #programming #programming_languages #web_development #functional_programming
Programming elixir 1.6 — chapter 5 summary
https://medium.com/@fay_jai/programming-elixir-1-6-chapter-5-summary-6a7b5d88cf07
Programming elixir 1.6 — chapter 5 summary
https://medium.com/@fay_jai/programming-elixir-1-6-chapter-5-summary-6a7b5d88cf07
Medium
Programming Elixir 1.6 — Chapter 5 Summary
Chapter 1 and 2 — OOP, Functional Programming, and Pattern Matching
#elixir #database #software_architecture
Build a simple persistent key-value store in elixir, using logs — part 1
https://medium.com/@asusmel/build-a-simple-persistent-key-value-store-in-elixir-using-logs-part-1-9f961944c832
Build a simple persistent key-value store in elixir, using logs — part 1
https://medium.com/@asusmel/build-a-simple-persistent-key-value-store-in-elixir-using-logs-part-1-9f961944c832
Medium
Build a Simple Persistent Key-Value Store in Elixir, using Logs — Part 1
In the last year I’ve got interested in logs and how something so simple can be the solid foundation of databases like Riak, Cassandra and…
#elixir #cache #distributed_systems #framework #erlang
Distributed caching in elixir using nebulex
https://medium.com/erlang-battleground/distributed-caching-in-elixir-using-nebulex-9af589186caa
Distributed caching in elixir using nebulex
https://medium.com/erlang-battleground/distributed-caching-in-elixir-using-nebulex-9af589186caa
Medium
Distributed Caching in Elixir using Nebulex
I remember around 2008 when I was submerged in the Java world I had a change to try awesome caching libraries and frameworks, such as…
#elixir #phoenix_framework #ecto #report
Streaming csv report in phoenix
https://medium.com/@feymartynov/streaming-csv-report-in-phoenix-4503b065bf4a
Streaming csv report in phoenix
https://medium.com/@feymartynov/streaming-csv-report-in-phoenix-4503b065bf4a
Medium
Streaming CSV report in Phoenix
Exporting some query result as CSV file is a very common task in web apps. Here I’m going to show to implement it considering latency…
#elixir #phoenix #deployment #circleci #continuous_delivery
Elixir/phoenix project — deployment steps and automation with circle ci
https://medium.com/coletiv-stories/elixir-phoenix-project-deployment-steps-and-automation-with-circle-ci-d719d8ab79f1
Elixir/phoenix project — deployment steps and automation with circle ci
https://medium.com/coletiv-stories/elixir-phoenix-project-deployment-steps-and-automation-with-circle-ci-d719d8ab79f1
Medium
How to automate the deployment of your Elixir project with CircleCI
This is the second article of a 2-part series, where we explain in full how to automate your Elixir project’s deployment. The technologies…
#elixir #embedded_systems #erlang #iot #distributed_systems
Iex remote shell into your elixir driven grisp board
https://medium.com/@toensbotes/iex-remote-shell-into-your-elixir-driven-grisp-board-76faa8f2179e
Iex remote shell into your elixir driven grisp board
https://medium.com/@toensbotes/iex-remote-shell-into-your-elixir-driven-grisp-board-76faa8f2179e
Medium
IEx Remote Shell into your Elixir driven GRiSP Board
A quick tutorial on opening a remote connection to your GRiSP board. This facilitates quicker development iterations, better shell…
#functional_programming #evolutionary_biology #clojure #elixir #kotlin_beginners
Learn functional programming without all that arcane math jargon nonsense spell-casting phd monad jive talk
https://hackernoon.com/learn-functional-programming-without-all-that-arcane-math-jargon-nonsense-spellcasting-phd-jive-talk-27f760a32a47
Learn functional programming without all that arcane math jargon nonsense spell-casting phd monad jive talk
https://hackernoon.com/learn-functional-programming-without-all-that-arcane-math-jargon-nonsense-spellcasting-phd-jive-talk-27f760a32a47
Hacker Noon
Learn Functional Programming without all that Arcane Math Jargon Nonsense Spell-Casting PhD Monad Jive Talk
The Principal stood there, puzzled.
#programming #ruby #elixir #compilers #tail_recursion
Recursion, tail call optimization and recursion.
https://medium.com/@edisonywh/recursion-tail-call-optimization-and-recursion-ac54b01e3b18
Recursion, tail call optimization and recursion.
https://medium.com/@edisonywh/recursion-tail-call-optimization-and-recursion-ac54b01e3b18
Medium
Recursion, Tail Call Optimization and Recursion.
Recently I thought I’d take a jab at functional languages just to try out a different paradigm of thinking, and I decided to pick up…
#elixir #phoenix #learning_to_code
Learn to code the easy way (part 1)
https://medium.com/@damonvjanis/learn-to-code-the-easy-way-part-1-8067cd3b6307
Learn to code the easy way (part 1)
https://medium.com/@damonvjanis/learn-to-code-the-easy-way-part-1-8067cd3b6307
Medium
Learn to Code the Easy Way (Part 1)
Learning to write software can be hard. One of the things that can be the most challenging for a beginner is the mounds of free…