#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
#elixir #advent_of_code #programming
Day 2: inventory management system — advent of code 2018
https://medium.com/@CodeSync/day-2-inventory-management-system-advent-of-code-2018-d75897bf5564
Day 2: inventory management system — advent of code 2018
https://medium.com/@CodeSync/day-2-inventory-management-system-advent-of-code-2018-d75897bf5564
Medium
Day 2: Inventory Management System — Advent of Code 2018
by Simon Escobar Benitez
#elixir #advent_of_code #programming
Day 1: chronal calibration — advent of code 2018
https://medium.com/@CodeSync/day-1-chronal-calibration-advent-of-code-2018-1b90e3d3da5d
Day 1: chronal calibration — advent of code 2018
https://medium.com/@CodeSync/day-1-chronal-calibration-advent-of-code-2018-1b90e3d3da5d
Medium
Day 1: Chronal Calibration — Advent of Code 2018
By Simon Escobar Benitez
#phoenix #cowboy #elixir #erlang
Stripping `server: cowboy` from response headers in phoenix
https://medium.com/frame-io-engineering/stripping-server-cowboy-from-response-headers-5fc557b7ce2b
Stripping `server: cowboy` from response headers in phoenix
https://medium.com/frame-io-engineering/stripping-server-cowboy-from-response-headers-5fc557b7ce2b
Medium
Stripping `server: Cowboy` from response headers
Or: Cowboy, CowboyPlug, onresponse, stream_handlers, and Phoenix.Endpoint
#elixir #programming #web_development #tech #learning
My intro to elixir: how learning another programming language can make you a better developer
https://medium.freecodecamp.org/my-intro-to-elixir-how-learning-another-programming-language-can-make-you-a-better-developer-d967e568191c
My intro to elixir: how learning another programming language can make you a better developer
https://medium.freecodecamp.org/my-intro-to-elixir-how-learning-another-programming-language-can-make-you-a-better-developer-d967e568191c
freeCodeCamp.org
My intro to Elixir: how learning another programming language can make you a better developer
I attended ElixirConf EU in Warsaw earlier this year. It was actually my first ever programming conference. My colleague was giving a talk…
#ecto #elixir
Building a new mysql adapter for ecto, part ii: encoding/decoding
http://blog.plataformatec.com.br/2018/12/building-a-new-mysql-adapter-for-ecto-part-ii-encoding-decoding/
Building a new mysql adapter for ecto, part ii: encoding/decoding
http://blog.plataformatec.com.br/2018/12/building-a-new-mysql-adapter-for-ecto-part-ii-encoding-decoding/
blog.plataformatec.com.br
Building a new MySQL adapter for Ecto, Part II: Encoding/Decoding « Plataformatec Blog
Welcome to the "Building a new MySQL adapter for Ecto" series: Part I: Hello World Part II: Encoding/Decoding (you're here!) Part III: DBConnection Integration
#elixir #phoenix #ecto #metadata #graylog
Analyzing phoenix performance using graylog — developers bat mobile — metadata.
https://medium.com/blackode/analyzing-phoenix-performance-using-graylog-developers-bat-mobile-metadata-acdf13abf37c
Analyzing phoenix performance using graylog — developers bat mobile — metadata.
https://medium.com/blackode/analyzing-phoenix-performance-using-graylog-developers-bat-mobile-metadata-acdf13abf37c
Medium
Analyzing Phoenix performance using Graylog — Developers Bat mobile — Metadata.
Data may be a new Oil but Metadata is jet fuel.
#machine_learning #elixir #phoenix #linear_regression
Machine learning with elixir, part 1
https://medium.com/@kortirso/machine-learning-with-elixir-part-1-5a9228537457
Machine learning with elixir, part 1
https://medium.com/@kortirso/machine-learning-with-elixir-part-1-5a9228537457
Medium
Machine Learning with Elixir, part 1
LearnKit is Elixir library for machine learning. In first article I described using of simple linear regression algorithm with LearnKit.
#elixir #database #database_development #erlang #otp
Build a simple persistent key-value store in elixir, using logs — index recovery
https://medium.com/@asusmel/build-a-simple-persistent-key-value-store-in-elixir-using-logs-index-recovery-2670b78116e9
Build a simple persistent key-value store in elixir, using logs — index recovery
https://medium.com/@asusmel/build-a-simple-persistent-key-value-store-in-elixir-using-logs-index-recovery-2670b78116e9
Medium
Build a Simple Persistent Key-Value Store in Elixir, using Logs — Index Recovery
In the part 1, we’ve introduced a simple implementation of a kv-store engine, written in Elixir. We developed three modules: an Index, a…