NodeJS, an Elixir Library for Calling Node.js Functions December 6, 2018January 26, 2022 | Joel WietelmannDevelopment Blockchain Elixir Javascript Having this Elixir-to-Node bridge allows us to use a tried-and-tested JavaScript library for our app while we get our Elixir client off the ground.
Don’t Use JSON as a Configuration File Format. (Unless You Have To…) August 16, 2017February 21, 2022 | Bryan JosephDevelopment Javascript Don’t use JSON as a configuration file format, unless you have to. Here are all the reasons why – and what to use instead.