Archives

Algorithmic Problem Solving

September 15, 2016

Understanding the problem Deciding on: Exact vs. approximate problem solving Appropriate data structure Design of algorithm Proving correctness Analyzing an... View Article

Introduction to Algorithm

September 15, 2016

An algorithm is a sequence of unambiguous instructions for solving a computational problem, i.e., for obtaining a required output for... View Article

Join Introduction [MySQL]

September 15, 2016

Joins tables Many forms: INNER JOIN (include only matching columns) OUTER JOIN (include all columns) LEFT OUTER JOIN NATURAL JOIN... View Article

NoSQL Performance Tuning

September 13, 2016

Source: http://www.slideshare.net/ronwarshawsky/rw-nosql-2013presentatonv1 OS Tuning : Try “tuned” – best when used in staging/load testing environment under realistic load. Storage Tuning... View Article