New Features in AngularJS 1.3

Mark Fricke Angular, Articles, Development Technologies & Tools, JavaScript, Single-Page Application 6 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.Now that Angular 1.3 has been officially released, I thought I would talk about some of the new features that developers would like to …

Using PouchDB for Offline/Data Sync

Dave Jackson Articles, Databases, 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.Recently the term “Mobile First” received additional notoriety as the new CEO of Microsoft proclaimed the company’s shift in focus. As I’ve been researching …

An Introductory Analysis of CoffeeScript

Justin Graber 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.For the last six months, I have been working a project that exclusively uses CoffeeScript for both the front end and back end. That …

Notes On JavaScript Prototypal Inheritance

Adrienne Gessler Articles, Development Technologies & Tools, JavaScript 6 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.I’ve recently been working a lot with JavaScript (specifically, Backbone with Marionette) after many years of working predominantly with Java. When I start something …

Don’t just randomize, truly randomize!

Vince Pendergrass Articles, Development Technologies & Tools, Java, JavaScript, Security 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.The state of web application cryptography has changed, and each development language provides its own way of working with it. I will touch on …