How To Ace Fizz Buzz: The Video Guide

How To Ace Fizz Buzz: The Video Guide

Welcome to my first video post. It's a long overdue set of videos showing how to perform the Fizz Buzz coding challenge that is often used as an assessment at interviews.  It covers some of the basics of Test Driven Development and is aimed at developers that would like a bit of practice before their assessment.

In this first part we look at what Fizz Buzz is and we explore a way to break down the requirement that will help you pass the interview and not spoil your day.

In part 2 we implement the main body of the Fizz Buzz assessment, demonstrating the RED-GREEN-REFACTOR method that is common to TDD.

In the third and final part of the compulsory series, we look at how to output the result of Fizz Buzz without going awry.

Optional: Some basic variations to Fizz Buzz that are often used during interview