Doomspork/elixir-companies

Doomspork/elixir-companies

A curated list of companies using Elixir in production, organized by industry.

Understanding the Node.js Event Loop

Understanding the Node.js Event Loop

This article helps you to understand how the Node.js event loop works, and how you can leverage it to build fast applications. We’ll also discuss the most common problems you might encounter, and the solutions for them.

Good article that describes how Node.js handles asynchronous operations including geting into microtasks and macrotasks as well as how they relate to the more common promise, process.nextTick(), and setTimeout() calls relate.

H4cc/awesome-elixir

H4cc/awesome-elixir

A curated list of amazingly awesome Elixir libraries, resources, and shiny things inspired by awesome-php.

Th0r/webpack-bundle-analyzer

Th0r/webpack-bundle-analyzer

Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap

Wow, this is super cool! Webpack is a great tool, but sometimes when your javascript has been bundled it’s nice to know what’s in it and why it is the size it is. This is a really nice tool for exploring your bundled dependencies.

Boundaries

Boundaries

This talk is about using simple values (as opposed to complex objects) not just for holding data, but also as the boundaries between components and subsystems. It moves through many topics: functional programming; mutability’s relationship to OO; isolated unit testing with and without test doubles; and concurrency

Gary is an engaging speaker and this talk is one I keep coming back to again and again.