by Adrian Bryant | Sep 28, 2022
What is ideation? Ideation is an intentional exercise to generate a high volume of ideas for a business’s products, services, and customer experience. Unlike “free-for-all” brainstorming sessions, these exercises remain structured and guided by a product team member....
by Adrian Bryant | Apr 28, 2021
What Is an Affinity Diagram? An affinity diagram helps a team visualize and review large amounts of information by grouping items into categories. Instead of analyzing each idea on a long list without context, the team can spot trends and patterns. Seeing those...
by Adrian Bryant | May 18, 2020
What are the 4 Ds of Time Management? The 4 Ds of time management, sometimes referred to as the 4 Ds of productivity, is a popular strategy for discerning whether or not a task or project is worth your time. It involves making a quick decision about what to act on now...
by Adrian Bryant | Apr 8, 2020
Bubble sort is a basic algorithm for arranging a string of numbers or other elements in the correct order. The method works by examining each set of adjacent elements in the string, from left to right, switching their positions if they are out of order. The algorithm...
by Adrian Bryant | Mar 23, 2020
What is Bucket Sort? Bucket Sort is a sorting technique that places items in buckets, or categories. These items are then prioritized or ranked in order of importance, first by category and then by specific items within each category. Karuna Sehgal, a full-stack web...