Part Deux: A Google Calendar Gadget in Angular.js

Lyndsey Padget Angular, Development Technologies, JavaScript, Single-Page Application 1 Comment

Attention: The following article was published over 10 years ago, and the information provided may be aged or outdated. Please keep that in mind as you read the post.I was on a project recently where the team was faced with a daunting list of scheduling-related backlog stories. When looking at the entire feature, about 20% of these stories dealt with custom functionality …

Docker: VMs, Code Migration, and SOA Solved

Zach Gardner Development Technologies, DevOps, Docker 2 Comments

Attention: The following article was published over 10 years ago, and the information provided may be aged or outdated. Please keep that in mind as you read the post.It’s rare that a piece of software as new as Docker is readily adopted by startups along with huge, well established companies. dotCloud, the company that created and maintains Docker, recently nabbed …

New Features in AngularJS 1.3

Mark Fricke Angular, Development Technologies, JavaScript, Single-Page Application 6 Comments

Attention: The following article was published over 10 years ago, and the information provided may be aged or outdated. 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 know, to include: Performance improvements One-time bindings ngModel.$validators …

The Journey From Java EE to SPA

John Hoestje Java, JavaScript, Single-Page Application 2 Comments

Attention: The following article was published over 10 years ago, and the information provided may be aged or outdated. Please keep that in mind as you read the post.While pulling down an existing Backbone.js project that I was helping with, I felt confident enough with JavaScript that I figured I could start cranking out JavaScript fairly quickly. What could have …

Introduction to Scaling PHP Applications – Part 2

Zach Gardner Architecture, Programming, Scaling PHP Apps, Tutorial 6 Comments

Attention: The following article was published over 11 years ago, and the information provided may be aged or outdated. Please keep that in mind as you read the post.This is the second blog in a two-part series on scaling PHP applications. The first blog in the series focused on replacing Apache+mod_php with Nginx+PHP-FPM. This blog will go into advanced topics that …