Readings for Lunch — [ 11 Jun 2018 ]
UI
Gallery of programmer interfaces
These images bear witness to the passionate work of so many people striving to improve programming.
NODEJS
Keeping Node.js fast
When it comes to performance, what works in the browser doesn’t necessarily suit Node.js.
So, how do we make sure a Node.js implementation is fast and fit for purpose?
Let’s walk through a hands-on example.