Becoming a Better Full-Stack Developer: Switching from Back to Front

Chris Shatrov BackboneJS, Development Technologies, HTML5, JavaScript 3 Comments

Attention: The following article was published over 9 years ago, and the information provided may be aged or outdated. Please keep that in mind as you read the post.After getting my degree, I was hired as a back-end developer at one of the largest corporations in Kansas City. I was able to gain good experience working for this company. However, …

Spring Batch – Replacing XML Job Configuration With JavaConfig

Jonny Hackett Development Technologies, Java, Spring, Spring Batch 7 Comments

Attention: The following article was published over 9 years ago, and the information provided may be aged or outdated. Please keep that in mind as you read the post.I recently assisted a client in getting up and running with a Spring Batch implementation. The team had decided to move forward with a JavaConfig-based configuration for their batch jobs instead of the traditional …

Choosing a JavaScript Framework [Infographic]

Keyhole Software Angular, BackboneJS, JavaScript Leave a Comment

Attention: The following article was published over 9 years ago, and the information provided may be aged or outdated. Please keep that in mind as you read the post.In this week’s blog, we’d like to present to you an informative infographic that compares some of the aspects of AngularJS, Backbone.js and Ember. Sometimes half the battle is determining which JavaScript …

Boilerplate Template for Node.js and Backbone Using Gulp and Browserify

Justin Graber BackboneJS, Development Technologies, JavaScript, Node.js Leave a Comment

Attention: The following article was published over 9 years ago, and the information provided may be aged or outdated. Please keep that in mind as you read the post.I’ve been working with Node.js and Backbone for a little over a year now and recently started a new side project in my spare time. Every time I start a project from …

Lessons From Facebook: React/Flux

Zach Gardner Development Technologies, JavaScript, Opinion 5 Comments

Attention: The following article was published over 9 years ago, and the information provided may be aged or outdated. Please keep that in mind as you read the post.Note This blog post will cover Facebook’s React JavaScript library and Flux application architecture paradigm. It is a summary of the presentation I presented at DevCon 5 on 7/22/2015 in NYC. Introduction All the buzz …