JavaScript
A collection of latest posts about JavaScriptRunning Nodemon and Node Inspector with Gulp
6/18/2016Nodemon and node-inspector are two must-have tools if you’re using node.js. You can manually start nodemon or node-inspector using two separate console windows, or you can do it a more efficiently using gulp.js. It took me some time to get everything setup the way I wanted it so I’m hoping this post will save you some effort.
Lets Build a Web Component
5/27/2016Web Components may soon change the way we build websites and web applications. It’s an HTML specification that has been in the works since 2013 and is finally making its way to select browsers.
How to write a basic jQuery Plugin
5/17/2016If you’re like me you may have wanted to write a jQuery plugin, but wasn’t sure how or where to start? I will attempt to show you in this article, how to write a simple jQuery plugin that uses a weather API to display current temperatures based on a zip code.