#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…
#docker #elixir #elm
Elixir-elm project from zero to deployment (using docker)
https://medium.com/@gege251/elixir-elm-project-from-zero-to-deployment-using-docker-273083f88911
Elixir-elm project from zero to deployment (using docker)
https://medium.com/@gege251/elixir-elm-project-from-zero-to-deployment-using-docker-273083f88911
Medium
Elixir-Elm project from zero to deployment (using Docker)
This blog post is about my experiences building an Elixir-Elm I started last weekend. It won’t serve as a detailed documentation, but I…
#elixir #python
Elixir ❤ python #1: getting started
https://medium.com/@pawel_dawczak/elixir-python-1-getting-started-165317f873fa
Elixir ❤ python #1: getting started
https://medium.com/@pawel_dawczak/elixir-python-1-getting-started-165317f873fa
Medium
Deploying Machine Learning Models for Elixir applications #1: Getting Started
You already know how to build scalable and fault tolerant systems with Elixir, but have you thought about making them smarter?
#elixir #websocket #erlang #phoenix_framework #api
Elixir websocket chat example
https://medium.com/@loganbbres/elixir-websocket-chat-example-c72986ab5778
Elixir websocket chat example
https://medium.com/@loganbbres/elixir-websocket-chat-example-c72986ab5778
Medium
Elixir WebSocket Chat Example w/o Phoenix
Using the Cowboy HTTP web server it’s very easy to handle web socket connections in your Elixir application. Keep in mind, this example is…
#elixir
Recommend: anonymous functions, programming elixir 1.6 — chapter 5
https://dev.to/chenge/recommend-anonymous-functions-programming-elixir-16chapter-5--2o0m
Recommend: anonymous functions, programming elixir 1.6 — chapter 5
https://dev.to/chenge/recommend-anonymous-functions-programming-elixir-16chapter-5--2o0m
The Practical Dev
Recommend: Anonymous Functions, Programming Elixir 1.6 — Chapter 5
Today I read this good post of a series about Elixir. Share it.
# FizzBuzz ...
# FizzBuzz ...
#elixir #advent_of_code #programming
Day 3: no matter how you slice it — advent of code 2018
https://medium.com/@CodeSync/day-3-no-matter-how-you-slice-it-advent-of-code-2018-4d4dce81db7
Day 3: no matter how you slice it — advent of code 2018
https://medium.com/@CodeSync/day-3-no-matter-how-you-slice-it-advent-of-code-2018-4d4dce81db7
Medium
Day 3: No matter how you slice it — Advent of Code 2018
by Simon Escobar Benitez