Guide

Things Productive People Do Differently

I recently interviewed over 200 ultra-productive people including seven billionaires, 13 Olympians, 20 straight-A students and over 200 successful entrepreneurs. I asked a simple, open-ended question, “What is your number one secret to productivity?” After analyzing all of their responses, I coded their answers into 15 unique ideas. 15 Surprising Things Productive People Do Differently Kevin

Things Productive People Do Differently Read More »

Effective Software Development with Agile SCRUM

This article outlines my experience with using Agile Scrum to develop enterprise level software. The steps listed below are compiled from across the internet. See the end of this article for sources. Development Team Metrics Agile metrics are an essential component of the development process and are critical to communicating development estimates as well as

Effective Software Development with Agile SCRUM Read More »

MySQL Best Practices

Database operations often tend to be the main bottleneck for most web applications today. As programmers need to do our part by structuring tables properly, writing optimized queries and better code. Table Names By convention, the “snake case” in lowercase (no PascalCase – we’re not using Microsoft SQL Server here!), plural name of the class will

MySQL Best Practices Read More »