-
JavaScript
Immutable Objects in JavaScript
There are very good reasons to use immutable objects in certain languages. In JavaScript, however, I’m still kind of…. meh.…
Read More » -
jQuery
Fun With jQuery: Create A Puzzle
jQuery is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, event handling,…
Read More » -
Backbone.js
BackboneJS with Webpack: A lesson in optimization
Developing a large BackboneJS application presents a unique design problem. As developers, we like to organize our code so it is…
Read More » -
Web Dev
Starting your own web development business
So you think you have finally arrived! You have “mastered” a handful of technologies that allow you to create a…
Read More » -
JavaScript
A JavaScript Unit Test Trap
You’re a few months into writing a shiny new web app, and the team just settled on some new standards…
Read More » -
Web Dev
Getting Up and Running With Foundation for Apps
I have been programming for 9 years now, mostly focused on Java EE development. One area that I’m always interested…
Read More » -
Web Dev
Approaching Responsive Design
Coming from a Java back-end background and given the privilege to dive into the front-end space, I was finally able see…
Read More » -
Web Dev
Night of the Living Style Guide
Nowadays, projects are becoming more and more complex. Especially when either taking over on a project or coming in on…
Read More » -
Angular.js
Time Input Widget with AngularJS
I have been working with the AngularJS framework for a couple of years now. One of the features I love…
Read More »