#ethereum #solidity #elixir #exw3
Signing ethereum messages on elixir
https://medium.com/@thiagobelem/signing-ethereum-messages-on-elixir-a494632f59b9
Signing ethereum messages on elixir
https://medium.com/@thiagobelem/signing-ethereum-messages-on-elixir-a494632f59b9
Medium
Signing Ethereum messages on Elixir
Using ExW3 you can interact with any Ethereum network, deploy Smart Contract and call/send any kind of functions & transactions.
#elixir #phoenix #phoenix_framework #elixirlang
Changing phoenix log (:backend) level for a running application
https://medium.com/@juanpabloaj/changing-phoenix-log-backend-level-for-a-running-application-3ea115e2d73b
Changing phoenix log (:backend) level for a running application
https://medium.com/@juanpabloaj/changing-phoenix-log-backend-level-for-a-running-application-3ea115e2d73b
Medium
Changing Phoenix log (:backend) level for a running application
Logger.configure_backend(:console, [level: :debug])
#programming #elixir #cizen
The mystery of event dispatching in cizen
https://medium.com/cizen/the-mystery-of-event-dispatching-in-cizen-25ccd4b44795
The mystery of event dispatching in cizen
https://medium.com/cizen/the-mystery-of-event-dispatching-in-cizen-25ccd4b44795
Medium
The Mystery of Event Dispatching in Cizen
Cizen is an Elixir library to build applications with collections of sagas. Sagas communicate with each other by subscribing and…
#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…