An Introduction To Underscore.js

Nick Brown Articles, BackboneJS, Development Technologies & Tools, JavaScript Leave a Comment

Underscore is a JavaScript utility library with many useful functions to handle common programming use cases. In this blog, I discuss some of the more useful functions I have found inside of Underscore. Some of the benefits are less apparent in smaller and simpler code chunks. But, as the complexity of the code increases, this is where Underscore really shines as the useful toolbox that it is…

webpack

BackboneJS with Webpack: A lesson in optimization

Brandon Klimek Articles, BackboneJS, Development Technologies & Tools, JavaScript, Microservices 2 Comments

Attention: This article was published over 10 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.Developing a large BackboneJS application presents a unique design problem. As developers, we like to organize our code so it is understandable, logical, and predictable. …

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

Chris Shatrov Articles, BackboneJS, Development Technologies & Tools, HTML5, JavaScript 3 Comments

Attention: This article was published over 10 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so 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 …

Choosing a JavaScript Framework [Infographic]

Keyhole Software Angular, Articles, BackboneJS, JavaScript Leave a Comment

Attention: This article was published over 10 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so 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. …

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

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

Attention: This article was published over 11 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so 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 …