• Menu
  • Home
  • Portfolio
  • Blog
  • Contact
  • Home
  • Portfolio
  • Blog
  • Contact

JavaScript

A collection of latest posts about JavaScript

Running Nodemon and Node Inspector with Gulp

6/18/2016 0 Shares

Nodemon 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/2016 0 Shares

Web 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/2016 0 Shares

If 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.

Discussion Topics

  • JavaScript
  • HTML5
  • Design

Recent Blog Posts

  • Running Nodemon and Node Inspector with Gulp
  • Performing a UI Inventory
  • Lets Build a Web Component
  • How to write a basic jQuery Plugin
        Copyright © 2016 www.davidodey.com. All Rights Reserved.