Friday, September 12, 2025
STEM

Global Health and Safety Stats

In this post, we’re glancing at some key health and safety issues affecting human populations worldwide.From chronic illnesses to risks to lives posed by various human activities such as violence and traffic death, I’m presenting some easy-to-understand visuals and comparisons across most affected countries to selected developed and developing nations. The data have been sourced […]

Read More
STEM

Gauge, Speedometer in Excel

The speedometer, meter gauge, party/seat distribution created with doughnut charts features in Excel, are dynamic scalable, accurate, and highly customizable. You will learn how to generate such charts in Excel that is completely data-driven. They offer powerful and attractive visuals to convey meanings and context. In this post, I’ll share the progression of the charts […]

Read More
STEM

Search Algorithms and Path Navigation

In this post, I introduce two fundamental search algorithms used to traverse or search through graphs or tree data structures: breadth-first search (BFS), and depth-first search (DFS). I also present an overview of a path/search navigation scripts for both algorithms and compare their metrics. This post builds on my earlier post about stack and queue […]

Read More
Back To Top