
An implementation of a sorting algorithm usually uses
one or more iterating loops in the form of a for/while statement. With
JavaScript and its powerful...
0 replies - 1451 views - 10/18/13 by Ariya Hidayat in Articles

Over the weekend, I started working on a Node.js client library for Toshl’s new API. An old side project stopped working recently and I need to fix it,...
0 replies - 1464 views - 10/17/13 by Swizec Teller in Articles

NEWS
Groupon Moves from Rails to Node.js
Groupon has decided to move from what it calls a monolithic Rails frontend to a more modular, service-oriented,...
0 replies - 4277 views - 10/14/13 by Mitch Pronschinske in Articles

Attend this webinar to learn how to manage applications and application servers in different on-premise, cloud, and Platform-as-a-Service environments. While...
0 replies - 236 views - 10/08/13 by Brandon Nokes in Uncategorized

Every day developers are tasked with creating impossible applications with complicated requirements and expected to deliver results in a short amount of...
0 replies - 317 views - 09/27/13 by Brandon Nokes in Uncategorized

In this video, VoltDB co-founder and chief strategy officer Scott Jarr helps you navigate the database
universe – in just seven minutes. Real-time...
0 replies - 119 views - 09/19/13 by Brandon Nokes in Uncategorized

NEWS
Atwood’s Coding Keyboard
The next great thing to issue forth from the sublime mind of Jeff Atwood was announced this week on his blog: It’s...
0 replies - 9135 views - 09/03/13 by Mitch Pronschinske in Articles

Last week I attended a review session of the new JSR166StampedLock run by Heinz Kabutz at the excellent JCrete unconference. StampedLock is an attempt to...
1 replies - 13217 views - 08/27/13 by Martin Thompson in Articles

It’s no news that quicksort is considered one of the most important algorithms of the century and that it is the de facto system sort for many languages,...
2 replies - 5981 views - 08/14/13 by Arun Manivannan in Articles

NEWS
New Coursera.org Class on Recommendation Systems
There’s a hot new class on Coursera.org this week from the University of Minnesota that starts...
0 replies - 6164 views - 08/11/13 by Mitch Pronschinske in Articles

As part of the FuseSource acquisition, Red Hat now supports Apache ActiveMQ as the recently released Red Hat JBoss A-MQ product. ActiveMQ is the...
0 replies - 819 views - 07/23/13 by Brandon Nokes in Uncategorized

There’s no such thing as Declarative and Imperative
With imperative programming, you tell the compiler what you want to happen, step by step. With...
0 replies - 3232 views - 06/19/13 by Mitch Pronschinske in Articles

ScaleBase Overview – Your complete scale out partner
Watch the Video below to learn how to scale out your MySQL Database with ScaleBase. Cost-effectively...
0 replies - 637 views - 02/22/13 by Kelley Gemma in Uncategorized

"Actuate BIRT’s (Business Intelligence and Reporting Tool) proven technology allows software companies to innovate, leapfrog the competition and meet...
0 replies - 582 views - 01/22/13 by Kelley Gemma in Uncategorized

Introduction
What’s the fastest way to sort the following sequence [9, 3, 0, 5, 4, 1, 2, 6, 8, 7]? Well, the question is a bit tricky since the input is...
0 replies - 12734 views - 01/02/13 by Stoimen Popov in Articles