Hi, I’m Josh.
Nice to meet you.
latestArticles

How to Begin Story Point Estimating
“How long will it take for you to complete this?” — It seems to be a pretty common question that is asked of us. Truth be told, when technical team members are asked this question, our answers are so far from confident because there are so many variables that can derail a time estimate. I’m … Continue reading How to Begin Story Point Estimating

What is a Code Review?
Code reviews allow you to ensure you’re putting forth the best product possible. They’re very beneficial because they help: Detect and remove defects. Ensure requirements are met. Identify potential improvements (code syntax or efficiency for example) Determine progress in a project Reduce development time Reduce testing time (because of less defects). It is important to … Continue reading What is a Code Review?