Tutorial

  • submit to reddit

Links You Don't Want to Miss (Apr. 24)

A collection of JavaScript patternsThis is a list of TONS of JavaScript patterns and antipatterns that covers function patterns, jQuery patterns, jQuery plugin...

0 replies - 3771 views - 04/24/13 by Allen Coin in Articles

Guide to Tech Interviews

I’ve been interviewing people for programming jobs for five years and I’ve recently gotten a look at the interview process from the other side. Here are...

0 replies - 22972 views - 02/28/13 by Kristina Chodorow in Articles

SQL Query Optimization and Normalization

This article was written by the Imaginovation team.  They are a Raleigh web design and software development company who uses .NET, PHP, HTML5, JavaScript,...

1 replies - 3756 views - 10/03/12 by Michael Georgiou in Articles

A Proof-of-Concept of BigQuery

Can Google’s new BigQuery service give customers Big Data analytic power without the need for expensive software or new infrastructure?...

0 replies - 7655 views - 09/05/12 by Martin Fowler in Articles

How to: Make Your First MongoDB Commit

Basically, the idea is: you have found and fixed a bug (so you’ve cloned the mongo repository, created a branch named SERVER-1234, and committed your...

0 replies - 2695 views - 09/01/12 by Kristina Chodorow in Articles

Setting up PHP and MySQL on OS X 10.8 Mountain Lion

With OS X 10.8, Apple continues to ship PHP 5.3 with Xdebug, PEAR, GD and PDO_MYSQL. This is how to set it up from a clean install of...

0 replies - 9742 views - 08/31/12 by Rob Allen in Articles

Entity Framework Schema Translations

You should have different setup environments, right. Normally something like dev, test (or staging) and production. This implies to have different DBs as...

0 replies - 2864 views - 07/30/12 by Juri Strumpflohner in Articles

Don’t Use LINQ’s Join. Navigate!

One of the greatest benefits of LINQ to SQL and LINQ to Entities is navigation properties that allows queries across several tables, without the need to...

0 replies - 5378 views - 06/26/12 by Anders Abel in Articles

Apache Solr Test Suite - Getting Optimal Response Times

In this article we will try to present the importance of understanding the data in pursuit of optimal response times for a search engine. By comprehending...

0 replies - 4588 views - 04/11/12 by Dino Oglic in Articles

Beyond Java ORM: What Versant Did with the JPA (Part 1)

Back in 2004 Sun Microsystems was struggling with the shortcomings of its Enterprise Java Beans (EJB) 2.0 and EJB 2.1 specifications. It was clear at the...

3 replies - 7766 views - 04/05/12 by German Viscuso in Articles