#elixir #endianess #functional programming
Do you break your elixir eggs on the big end or the little end?
https://robots.thoughtbot.com/do-you-break-your-elixir-eggs-on-the-big-end-or-the-little-end
Do you break your elixir eggs on the big end or the little end?
https://robots.thoughtbot.com/do-you-break-your-elixir-eggs-on-the-big-end-or-the-little-end
thoughtbot
Do you break your Elixir eggs on the big end or the little end?
From big-endian to little-endian through unsigned integers. A tale of two ends, and Elixir shines again.
#kubernetes #devops #elixir #k8s
Bonny: extending kubernetes with elixir — part 2
https://medium.com/coryodaniel/bonny-extending-kubernetes-with-elixir-part-2-efdf8e422085
Bonny: extending kubernetes with elixir — part 2
https://medium.com/coryodaniel/bonny-extending-kubernetes-with-elixir-part-2-efdf8e422085
Medium
Bonny: Extending Kubernetes with Elixir — Part 2
If you aren’t familiar with Operators, read Part 1. All of the source code for this tutorial is located here.
#kubernetes #elixir #k8s #sre #devops
Bonny: extending kubernetes with elixir — part 1
https://medium.com/coryodaniel/bonny-extending-kubernetes-with-elixir-part-1-34ccb2ea0b4d
Bonny: extending kubernetes with elixir — part 1
https://medium.com/coryodaniel/bonny-extending-kubernetes-with-elixir-part-1-34ccb2ea0b4d
Medium
Bonny: Extending Kubernetes with Elixir — Part 1
This morning I released Bonny, an Elixir framework for building Operators to extend Kubernetes.
#elixir #lua #mud #mmo #genserver
Hosting a lua script inside an elixir genserver for fun and games
https://medium.com/@KevinHoffman/hosting-a-lua-script-inside-an-elixir-genserver-for-fun-and-games-2c0662660007
Hosting a lua script inside an elixir genserver for fun and games
https://medium.com/@KevinHoffman/hosting-a-lua-script-inside-an-elixir-genserver-for-fun-and-games-2c0662660007
Medium
Hosting a Lua Script inside an Elixir GenServer for Fun and Games
Before I get into the tech, I want to take a moment to talk about side projects. I have the luxury of enjoying my job and I routinely find…
#elixir #torrents #api #htmlscraping
Magnex - building a torrent search engine in elixir
https://dev.to/sergio/magnex---building-a-torrent-search-engine-in-elixir-1neb
Magnex - building a torrent search engine in elixir
https://dev.to/sergio/magnex---building-a-torrent-search-engine-in-elixir-1neb
The Practical Dev
Magnex - Building a torrent search engine in Elixir
In this series of posts we'll build an Elixir library to handle fetching torrent information from multiple different websites and APIs.
#programming #elixir #functional
7 reasons to use elixir in 2019
https://medium.com/@neiro/7-reasons-to-use-elixir-in-2019-f39b77469f6
7 reasons to use elixir in 2019
https://medium.com/@neiro/7-reasons-to-use-elixir-in-2019-f39b77469f6
Medium
7 Reasons to use Elixir in 2019
Currently Elixir is not one of the most popular programming languages but for sure it is one of the most promising and underrated ones…
#elixir #programming #database
Build a simple persistent key-value store in elixir, using logs — part 2
https://medium.com/@asusmel/build-a-simple-persistent-key-value-store-in-elixir-using-logs-part-2-eb6a7c8fff41
Build a simple persistent key-value store in elixir, using logs — part 2
https://medium.com/@asusmel/build-a-simple-persistent-key-value-store-in-elixir-using-logs-part-2-eb6a7c8fff41
Medium
Build a Simple Persistent Key-Value Store in Elixir, using Logs — Part 2
Published articles in the series:
#elixir #coinbase #cryptocurrency #programming #erlang
Counting real-time trades
https://medium.com/@asusmel/counting-real-time-trades-f9db363e6ae8
Counting real-time trades
https://medium.com/@asusmel/counting-real-time-trades-f9db363e6ae8
Medium
Counting Real-Time Trades
In the Real-time Market-Data Updates with Elixir article, we have seen how to build a Coinbase WebSocket client and receive real-time…
#elixir #til #programming #mix
Handling environmental variables in elixir
https://medium.com/@noordean/handling-environmental-variables-in-elixir-549428585176
Handling environmental variables in elixir
https://medium.com/@noordean/handling-environmental-variables-in-elixir-549428585176
Medium
Handling Environmental Variables in Elixir
I started learning Elixir about a month ago after reading some nice things about it. Elixir has a similar syntax as Ruby but a very power…
#elixir #australia #programming_languages #developer #erlang
How to implement string operations in elixir?
https://medium.com/@harrydigital4075/how-to-implement-string-operations-in-elixir-9ce465817a62
How to implement string operations in elixir?
https://medium.com/@harrydigital4075/how-to-implement-string-operations-in-elixir-9ce465817a62
Medium
How to implement String operations in Elixir?
Elixir is a dynamic, functional programming language designed especially for building scalable and maintainable applications. Some of…
#elixir #pattern_matching #how_it_works #learn_to_code #programming
How functions pattern match in elixir
https://medium.com/flatiron-labs/how-functions-pattern-match-in-elixir-12a44a51c6ad
How functions pattern match in elixir
https://medium.com/flatiron-labs/how-functions-pattern-match-in-elixir-12a44a51c6ad
Medium
How functions pattern match in Elixir
Each function parameter matches against the incoming data at call time.
#elixir #engineering
What's new in intellij elixir 10.2.0
https://dockyard.com/blog/2019/01/02/what-s-new-in-intellij-elixir-10-2-0
What's new in intellij elixir 10.2.0
https://dockyard.com/blog/2019/01/02/what-s-new-in-intellij-elixir-10-2-0
DockYard
What's New in IntelliJ Elixir 10.2.0
Umbrella project in single-language IDEs. IntelliJ IDEA 2018.3 IEx and IEx Mix Terminal compatibility; :path handling for external dependencies
#elixir #ruby #ruby_on_rails #phoenix_framework #programming_languages
Elixir vs. ruby and phoenix vs. rails: what to choose and why
https://medium.com/@MLSDevCom/elixir-vs-ruby-and-phoenix-vs-rails-what-to-choose-and-why-130b34abe3a1
Elixir vs. ruby and phoenix vs. rails: what to choose and why
https://medium.com/@MLSDevCom/elixir-vs-ruby-and-phoenix-vs-rails-what-to-choose-and-why-130b34abe3a1
Medium
Elixir vs. Ruby and Phoenix vs. Rails: What to Choose and Why
Extensive comparison of Elixir vs. Ruby and Phoenix vs. Rails. Learn what advantages and disadvantages Elixir and Ruby have.