Become a member
Sign in
Sam Hagan
Sam Hagan

Sam Hagan

8 Following
1 Followers
  • Profile
  • Claps

Latest

Sam Hagan
Sam Hagan
Mar 31, 2016 · 2 min read

Docker Native — Why it matters for developers

Docker announced on March 24, 2016, that it was launching a beta of Docker that runs natively on OS X and Windows. This is huge for easily using Docker for development as it removes the need to have Oracle VirtualBox sit between you and your…

Sam Hagan
Sam Hagan
Mar 14, 2016 · 3 min read

JavaScript Async with Generators

Dealing with asynchronous code in JavaScript via callbacks is a pain whenever you need to nest more than a few callbacks together. The result, known as ‘callback hell’, often looks like the image below.

3

Sam Hagan
Sam Hagan
Feb 24, 2016 · 2 min read

Using Docker for Node Development

Docker is an open-source project that allows processes/applications to be run in isolated ‘containers,’ very similar to a virtual machine but with far less overhead.

Docker’s primary use is for deployment, but it is increasingly being used…

9