Agile Development Workflow

Reading Time: 7 minutesWhen developing software in an agile environment, how you tickets (or issues) flow is very critical to manage how the team is doing. In my experience the workflow above is how I manage it. This builds on the roles and concepts presented in my post Effective Software Development with Agile SCRUM Cold Backlog The Cold […]

Agile Development Workflow Read More »

Things Productive People Do Differently

Reading Time: 2 minutesI 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

Reading Time: 13 minutesThis 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 »

Essential MySQL Server Management Commands

Reading Time: 5 minutesLearn how to manage your MySQL server from the command line. This beginner-friendly guide covers starting and stopping MySQL, creating users, managing databases, and performing backups and restores using real-world commands.

Essential MySQL Server Management Commands Read More »