Saturday, February 4, 2017

Spent Energy

Since this blog is new, I already have 2 repos in git covering:

node-study-1 )

Covers my setup and configuration on Windows 10, including a basic introduction into how I will be using the git desktop

https://github.com/ChrisJokinen/node-study-1



node-study-2 )

Goes a little more into a GitHub work flow using feature branches and how to avoid multiple contributors overwriting or deleting work.

https://github.com/ChrisJokinen/node-study-2


My next goal will be to take a closer look at one of the most common pain points in node.js, the callback. This will also lead into an exploration of how one can work around asynchronous programming when your logic requires a specific order of steps.

No comments:

Post a Comment