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 …

Lessons From Facebook: React/Flux

Zach Gardner Articles, Development Technologies & Tools, JavaScript, Opinion 5 Comments

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

webpack

Pack It Up, Pack It In

Steven MountJoy Articles, Development Technologies & Tools, JavaScript 3 Comments

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.Let me begin with a list of usual suspects up to no good in the browser: CoffeeScript (or TypeScript) Less (or Sass/Scss) Jade (or …

Introduction to the Backbone Query API

Matt McCandless API Development, Articles, BackboneJS, Development Technologies & Tools, JavaScript 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.As a relatively โ€œnewโ€ user of Backbone.js, I looked at different JSON querying tools that existed. At the time I was still struggling with …

Node.js

Improve Node.js Performance by Turning It into a Clusterfork

David Elton Articles, Development Technologies & Tools, JavaScript, Node.js 2 Comments

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.One of the big reasons people are drawn to Node.js for running web servers is the simplicity you gain from a single-threaded paradigm, versus …