Abuse Elixir Process State with the Dictionary!
You’ve seen the recommended way of managing state in an Elixir process.
Recently I learned how you can maintain process state through the Process Dictionary. Read what it is, how it works, and how it can be abused.
Stay safe out there!
ElixirScript 0.31.0 Released
ElixirScript 0.31.0 has been released.
This release includes a number of bug fixes and some enhancements https://elixirscript.github.io/post/elixirscript-0.31.0-released/
Hammer v2: Rate-Limiter with pluggable backends
Hammer v2.0.0 has just been released, along with a corresponding update for the Redis backend.
This release brings a much simpler API, making Hammer easier to integrate into your system.
Building Thor-like CLI in Elixir
Let’s explore and compare two possible implementations of Ruby’s Thor CLI toolkit, one using Ruby’s dynamic metaprogramming and one using Elixir macros.
Exploring the Bitcoin Blockchain with Elixir and Phoenix
Let’s go further down the Bitcoin rabbit hole and start building out a basic blockchain explorer using Elixir and Phoenix!
Elixir :applications vs :extra_applications - a guide
I wrote a <a href=”https://www.amberbit.com/blog/2017/9/22/elixir-applications-vs-extra_applications-guide/“>blog post about :applications vs :extra_applications</a>. Enjoy!
ElixirJobs - Elixir-oriented job board
We’ve just released ElixirJobs, a job board for Elixir enthusiasts and companies that want to hire developers for their Elixir/Erlang projects!
You can see it in the web and following the Twitter account
Mockery 1.3.1 released
Version 1.3:
- fixes erlang modules mocking
- adds workaround for avoiding unnecessary compile-time dependencies when using module attributes
Rails and Phoenix microservice synergy
I’ve just written an article about how we rewrote part of our Rails app to Phoenix service https://medium.com/@SergeyChechaev/rails-and-phoenix-microservice-synergy-5433598ab333
Reading Named Pipes With Elixir
https://blog.ironbay.co/reading-named-pipes-with-elixir-c5c614a32f25
How to go about reading data from special files like named pipes
Clusterable v0.2
https://hex.pm/packages/clusterable
This version removes epmd dependency, and
- v0.1 only helps prepare a node before it can be clustered.
- v0.2 goes one step further to integrate libcluster into the library, performing the clustering for you.
Still not for release users though.
GenStage Under Umbrella?
https://medium.com/@iacobson/genstage-under-umbrella-634160612cf6
Use GenStage to communicate between Elixir Umbrella apps and avoid internal dependencies issues.
5 Great Talks from ElixirConf 2017
Five talks from this year’s ElixirConf US that will teach you to be a better Elixir developer – both for beginners and advanced Alchemists.
https://medium.com/@pentacent/5-great-videos-from-elixirconf-2017-4d985386b55b
Controlling a Bitcoin Node with Elixir
This post dives into how to control and query a Bitcoin full node from within Elixir using HTTPoison and Bitcoin’s JSON RPC interface. Check it out!
Slowsort and examples in docu
Short blog post in Polish about examples in documentation and how to use them to write tests. Everything with Slowsort algorithm background.
Exometer InfluxDB reporter on hex.pm
Finally, exometer_influxdb is available on hex.pm and ready to use with your Erlang/Elixir projects.
Cloudinex - Cloudinary Wrapper
Cloudinex is an Elixir wrapper around the Cloudinary Image Upload API and Admin API using Tesla
Deploying a Phoenix application with Distillery
I wrote a blog post about the easy deployment of Phoenix applications.
ElixirConf Embedded Round-Up
ElixirConf 2017 was a great opportunity to get together, enjoy each other’s company, and celebrate what we’ve accomplished in the past year. In particular, Nerves has grown significantly in both maturity and popularity since the previous ElixirConf.
Check out our collection of the Nerves/embedded-related presentations here: http://embedded-elixir.com/post/2017-09-11-embedded-talks-elixirconf/
New on @elixirschool: benchmarking with Benchee!
New on Elixir School - a lesson on benchmarking in Elixir with Benchee! Learn just how easy it is to get real answers on how fast your functions are.
