CodeWinds Free Video Tutorials - Leading edge web developer training videos Collections: All Free Projects / Playlists CW V010 : Developer Skills - Creating a custom boilerplate repo Forking and customizing a repo for your preferences This video demonstrates how to fork and customize a boilerplate repo with your own preferences. This will make it easy to start a new project. CW V009 : Hapi Elapsed Plugin - Publish in npm registry Publish a package to the npm registry and verify This video demonstrates how to publish a package to the npm registry and also how to verify with a new install. CW V008 : Hapi Elapsed Plugin - Enable Travis-CI Enable Travis-CI continuous integration for GitHub project This video demonstrates how to configure and enable travis-ci for our GitHub repo. Finally we test by pushing a change which automatically runs the build and reports any errors. CW V007 : Hapi Elapsed Plugin - Push to GitHub Create new GitHub repo, push to repo, install from repo This video demonstrates how to create a new GitHub repo and how to push our local code up to the new repository. Finally we test by installing this Node.js Hapi plugin directly from GitHub. CW V006 : bench-rest - Main usage - Node.js REST benchmark client Basic usage of bench-rest, a REST benchmarking client, written in Node.js This video demonstrates some basic basic functionality of bench-rest, a REST benchmark client which is written in Node.js. CW V005 : Hapijs Elapsed Plugin - Iterate Adding Features Iterating to add functionality to our Hapijs Elapsed Plugin In this video, I will iterate with tests and implementation to complete the functionality for our Hapijs Elapsed Plugin. CW V004 : Hapijs Elapsed Plugin - Add Elapsed Feature How to create a test and implement our elapsed time feature of this Hapijs plugins In this video, I will demonstrate how to create a test for our elapsed time feature and we will implement the feature. CW V003 : Hapijs Elapsed Plugin - Adding First Test How to add our first MochaJS test to our new Node.js Hapi Plugin In this Node.js video tutorial we will add Mocha pending and failing tests to our new Hapijs Plugin project. Then we will Hapi plugin registration. CW V002 : Hapijs Elapsed Plugin - Adding Dependencies to a Node.js project How to add dependencies to a Node.js project In this video tutorial we review the goals for our Hapijs Elapsed Plugin, and install some developer dependencies to our Node.js project so we can begin our test driven development of this Hapi plugin. CW V001 : Node.js Fundamentals - Cloning to create a new module Creating a new module by cloning a git repo with boilerplate files This video tutorial explains how to create a new module workspace by cloining a boilerplate git repo and then editing the necessary files.