#aws #aws_lambda #elixir #alexa #alexa_skills
Create an elixir alexa skill deployed in an aws lambda
https://medium.com/@qgadrian/create-an-elixir-alexa-skill-deployed-in-an-aws-lambda-2143b28f920e
Create an elixir alexa skill deployed in an aws lambda
https://medium.com/@qgadrian/create-an-elixir-alexa-skill-deployed-in-an-aws-lambda-2143b28f920e
Medium
Create an Elixir Alexa skill deployed in an AWS lambda
One great things of being a software developer is that is you need something you can just do it by yourself. And you can have fun while…
#ecto #elixir
Building a new mysql adapter for ecto, part iii: dbconnection integration
http://blog.plataformatec.com.br/2018/12/building-a-new-mysql-adapter-for-ecto-part-iii-dbconnection-integration/
Building a new mysql adapter for ecto, part iii: dbconnection integration
http://blog.plataformatec.com.br/2018/12/building-a-new-mysql-adapter-for-ecto-part-iii-dbconnection-integration/
Plataformatec Blog | Plataformatec's place to talk about Ruby, Ruby on Rails, Elixir, and software engineering
Building a new MySQL adapter for Ecto, Part III: DBConnection Integration « Plataformatec Blog
Welcome to the "Building a new MySQL adapter for Ecto" series: Part I: Hello World Part II: Encoding/Decoding Part III: DBConnection Integration (you're here!) Part IV: Ecto Integration In the first two articles of the series we have learned the basic building…
#elixir #programming #installation #erlang #tech
How to manage elixir versions on mac or linux — getting started with elixir
https://medium.com/juq/how-to-manage-elixir-versions-on-mac-or-linux-getting-started-with-elixir-12308e7b6451
How to manage elixir versions on mac or linux — getting started with elixir
https://medium.com/juq/how-to-manage-elixir-versions-on-mac-or-linux-getting-started-with-elixir-12308e7b6451
Medium
How to Manage Elixir versions on Mac or Linux — Part 1 of Getting Started with Elixir
Elixir is a wonderful language. Expressive, productive, scalable, fault-tolerant… But how do we start coding with different versions of it?
#functional_programming #elixir #currying #ruby
Currying with elixir and basic operators
https://medium.com/@loganbbres/currying-with-elixir-and-basic-operators-33bb68dcca4c
Currying with elixir and basic operators
https://medium.com/@loganbbres/currying-with-elixir-and-basic-operators-33bb68dcca4c
Medium
Currying With Elixir and Basic Operators
I recently learned that the object oriented language, Ruby has built in currying. This is pretty cool considering Ruby emphasized object…
#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.