#elixir #haveibeenpwned #api #passwords
Validate your passwords using elixir and haveibeenpwned.com's api
https://dev.to/fteem/validate-your-passwords-using-elixir-and-haveibeenpwnedcoms-api-1718
Validate your passwords using elixir and haveibeenpwned.com's api
https://dev.to/fteem/validate-your-passwords-using-elixir-and-haveibeenpwnedcoms-api-1718
The Practical Dev
Validate your passwords using Elixir and haveibeenpwned.com's API
This post was originally published on my blog, on December 23, 2018. You can se...
#javascript #elixir #phoenix
How to install bootstrap on a phoenix 1.4 project
https://medium.com/wecode-ng/how-to-install-bootstrap-on-phoenix-1-4-project-c8aa724dcdeb
How to install bootstrap on a phoenix 1.4 project
https://medium.com/wecode-ng/how-to-install-bootstrap-on-phoenix-1-4-project-c8aa724dcdeb
Medium
How to install Bootstrap on a Phoenix 1.4 project
I wanted to use bootstrap in my phoenix 1.4 project but phoenix 1.4 ships with the milligram.io by default.
#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…