#graphql #elixir #api #testing
Testing absinthe queries/subscription with anise
https://medium.com/@gen3212/testing-absinthe-queries-subscription-with-anise-3743184686d1
Testing absinthe queries/subscription with anise
https://medium.com/@gen3212/testing-absinthe-queries-subscription-with-anise-3743184686d1
Medium
Testing Absinthe Queries/Subscription with Anise
Today I would like to tell you about how you can test Absinthe’s Queries and Subscriptions with Anise. Anise is a micro library that…
#iot #nerves_project #elixir
Smart sprinklers with nerves
https://medium.com/@toddresudek/smart-sprinklers-with-nerves-6fef3429cd7
Smart sprinklers with nerves
https://medium.com/@toddresudek/smart-sprinklers-with-nerves-6fef3429cd7
Medium
Smart Sprinklers with Nerves
If you are like me, you appreciate smart things. Smart lights, smart thermostats, smart speakers, etc. One problem that can really use a…
#elixir #rfid
Reading input from rfid usb reader in elixir on raspberry pi platform
https://medium.com/@yjchen.taiwan/reading-input-from-rfid-usb-reader-in-elixir-on-raspberry-pi-platform-d1a9fe4ee6f
Reading input from rfid usb reader in elixir on raspberry pi platform
https://medium.com/@yjchen.taiwan/reading-input-from-rfid-usb-reader-in-elixir-on-raspberry-pi-platform-d1a9fe4ee6f
Medium
Reading input from RFID USB reader in Elixir on Raspberry Pi platform
I recently bought a cheap RFID USB reader which serves as a keyboard. If a RFID card is swept on it, it will behave as card number is…
#elixir #open_source #software #phoenix_framework
Elixir open source @ frame.io
https://medium.com/frame-io-engineering/elixir-open-source-frame-io-849f4b1ebd9a
Elixir open source @ frame.io
https://medium.com/frame-io-engineering/elixir-open-source-frame-io-849f4b1ebd9a
Medium
Elixir Open Source @ Frame.io
Frame.io recently made a major move to Elixir, implementing nearly all of our API on a pure Elixir stack. This has been an amazing success…
#programming #erlang #elixir #functional_programming #rust
Arbitrary-precision arithmetic in erlang and elixir
https://medium.com/@vonmo/arbitrary-precision-arithmetic-in-erlang-and-elixir-4b3e7e95febb
Arbitrary-precision arithmetic in erlang and elixir
https://medium.com/@vonmo/arbitrary-precision-arithmetic-in-erlang-and-elixir-4b3e7e95febb
Medium
Arbitrary-precision arithmetic in Erlang and Elixir
Introduction
#erlang #adroll #women_in_tech #openerlang #elixir
20 years of open source erlang: openerlang interview with miriam pena
https://medium.com/@ErlangSolutions/20-years-of-open-source-erlang-openerlang-interview-with-miriam-pena-9c5d2c62a66e
20 years of open source erlang: openerlang interview with miriam pena
https://medium.com/@ErlangSolutions/20-years-of-open-source-erlang-openerlang-interview-with-miriam-pena-9c5d2c62a66e
Medium
20 years of open source Erlang: OpenErlang Interview with Miriam Pena
Originally posted 2018–11–06 by Erlang Solutions
#elixir #crdt #erlang #distributed_systems #programming
How deltacrdt can help you write distributed elixir applications
https://medium.com/@derek.kraan2/how-deltacrdt-can-help-you-write-distributed-elixir-applications-dc838c383ad5
How deltacrdt can help you write distributed elixir applications
https://medium.com/@derek.kraan2/how-deltacrdt-can-help-you-write-distributed-elixir-applications-dc838c383ad5
Medium
How DeltaCrdt can help you write distributed Elixir applications
Earlier this year I published my new library, Horde. Horde provides two things: a distributed supervisor, and a distributed registry, and…
#fp #ruby #elixir #javascript
Teaching functional programming: two big picture approaches
https://dev.to/eddroid/teaching-functional-programming-two-big-picture-approaches-3nli
Teaching functional programming: two big picture approaches
https://dev.to/eddroid/teaching-functional-programming-two-big-picture-approaches-3nli
DEV Community
Teaching Functional Programming: Two Big Picture Approaches
Two big picture explanations of functional programming for students and newcomers.
#elixir #engineering
The (distributed) state of things: new elixir library enhances development
https://dockyard.com/blog/the-distributed-state-of-things-new-elixir-library-enhances-development
The (distributed) state of things: new elixir library enhances development
https://dockyard.com/blog/the-distributed-state-of-things-new-elixir-library-enhances-development
DockYard
The (Distributed) State of Things: New Elixir Library Enhances Development - DockYard
Paul Schoenfelder previews his Big Elixir Conf presentation as well as a new library
#elixir
Building a new mysql adapter for ecto, part i: hello world
http://blog.plataformatec.com.br/2018/11/building-a-new-mysql-adapter-for-ecto-part-i-hello-world/
Building a new mysql adapter for ecto, part i: hello world
http://blog.plataformatec.com.br/2018/11/building-a-new-mysql-adapter-for-ecto-part-i-hello-world/
Plataformatec Blog | Plataformatec's place to talk about Ruby, Ruby on Rails, Elixir, and software engineering
Building a new MySQL adapter for Ecto, Part I: Hello World « Plataformatec Blog
As you may have seen in the announcement, Plataformatec is working on a new MySQL driver called MyXQL. Writing a complete driver involves quite a bit of work. To name just a few things, we need to support: all protocol messages and data types, authentication…
#elixir
Starting with elixir, the study guide
http://blog.plataformatec.com.br/2018/11/starting-with-elixir-the-study-guide/
Starting with elixir, the study guide
http://blog.plataformatec.com.br/2018/11/starting-with-elixir-the-study-guide/
Plataformatec Blog | Plataformatec's place to talk about Ruby, Ruby on Rails, Elixir, and software engineering
Starting with Elixir, the Study Guide « Plataformatec Blog
While I was studying Elixir, I had the opportunity to read many books and watch many talks, but I felt very lost because I didn't know what I had to read or which exercises to do, in order to become a better functional Elixir developer. The main objective…
#testing #elixir #kata #tdd
Property-based testing driven development
https://medium.com/@theesit/property-based-testing-driven-development-c2f823bf62ea
Property-based testing driven development
https://medium.com/@theesit/property-based-testing-driven-development-c2f823bf62ea
Medium
Property-based testing driven development
Property-based testing is a cool thing which will be merged into Elixir sometimes in the future. Why not try it out? In the article, I…
#elixir #indico #api #programming #beam
Building an api wrapper with elixir and tesla
https://medium.com/@ruslanbredikhin/building-an-api-wrapper-with-elixir-and-tesla-468889ce820
Building an api wrapper with elixir and tesla
https://medium.com/@ruslanbredikhin/building-an-api-wrapper-with-elixir-and-tesla-468889ce820
Medium
Building an API Wrapper with Elixir and Tesla
Or how to make your Elixir application talk to a REST API in minutes, literally
#react #elixir #blog #tech #programming
Event sourcing in react, redux & elixir — how we write fast, scalable, real-time apps at rapport
https://medium.com/rapport-blog/event-sourcing-in-react-redux-elixir-how-we-write-fast-scalable-real-time-apps-at-rapport-4a26c3aa7529
Event sourcing in react, redux & elixir — how we write fast, scalable, real-time apps at rapport
https://medium.com/rapport-blog/event-sourcing-in-react-redux-elixir-how-we-write-fast-scalable-real-time-apps-at-rapport-4a26c3aa7529
Medium
Event Sourcing in React, Redux & Elixir — how we write fast, scalable, real-time apps at Rapport
Written by Dan Tame and Gary McAdam
#elixir #ecto #changesets #best_practices
My ecto changeset best practices
https://medium.com/@jasonharrelson_18039/my-ecto-changeset-best-practices-3b3b444f2aef
My ecto changeset best practices
https://medium.com/@jasonharrelson_18039/my-ecto-changeset-best-practices-3b3b444f2aef
Medium
My Ecto Changeset Best Practices
As I have grown accustomed to using Ecto changesets I have developed some best practices that are starting to keep me out of trouble. It…