21 Nov 2016
Is the Ringelmann Effect Holding You Back?
When you ask yourself how you can be useful, you immediately become
more aware of the needs around you. You see where the holes are, you
find a way to fill them. The question jumpstarts your brain and shift
your thoughts from, “Well, surely someone will find a
solution,” to “How can I help fix this?”
18 Nov 2016
developit/preact-scroll-viewport
Preact Component that renders children only when in-viewport
https://jsfiddle.net/developit/t6qqnwn9/
18 Nov 2016
Doomspork/elixir-companies
A curated list of companies using Elixir in production, organized by
industry.
03 Nov 2016
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.
02 Nov 2016
H4cc/awesome-elixir
A curated list of amazingly awesome Elixir libraries, resources, and shiny things inspired by awesome-php.