hello.js

var please = require('share');
console.log('thank you');

NEW !!!

Friday, 18 December, 2015 UTC

Migrating from Refluxjs to Redux

Unless you have been living under a rock. I'm sure you are aware of all the buzz behind React. Our latest project at work is React based. It's been so much fun to get our hands on a new UI framework. We built out the initial proof of concept using React, ... more


Thursday, 3 December, 2015 UTC

Are you linting yet?

If you aren't you should be! If you are like me, you have a love and hate relationship with Javascript. It's used to do so much, but it's loose rule set makes it a potential nightmare. At work we already were using Checkstyle and FindBugs for our Java ... more


Saturday, 21 November, 2015 UTC

Spring-Boot: Building Bootstrap with Gulp and Gradle

Bootstrap is one of my favorite CSS frameworks. I've used it in many of my Java projects. One problem I've often ran into is how to include Bootstrap in your project. I've seen it done in quite a few ways. The most popular are. Added as a static library ... more