reboottime / Problem-Solving-Philosophy

An attempt to find systematic problem solving framework(s) for my mind
0 stars 0 forks source link

Problem Solving 101 #27

Open reboottime opened 10 months ago

reboottime commented 10 months ago

Overview

This article is a note about reading book Problem Solving 101.

After reading, I believe this book melds The Logical Thinking Process theory with practicality, offering a step-by-step guide with rich examples for applied learning.

Key takeaways from the preface:

  1. Problem solving oriented education and thinking, instead of skills oriented education
  2. A fundamental approach (mindset) to solve everyday life problems (partially similar to what I'm looking for)
reboottime commented 10 months ago

Class 01: Problem solving kids

Balance Action and Thinking.


image





image



as with the help of above two means, we often uncovers root causes better and leads to a broader range of potential solutions.


In real world scenarios, many problem are open ended, so iteration also happens defining the problem and the goal we identified.

reboottime commented 10 months ago

Class 2 : Part I, The Framework (Rock Bands and Root causes)

Find causes through hypothesis and facts based validation.

Issue Hypothesis Rationale Analysis/Activity Information Source
Slow website performance Inefficient database queries Database queries are not optimized, leading to longer load times Profiled database queries and identified bottlenecks Internal performance tests
Memory leak in application Unreleased resources in code Objects created are not being properly disposed of Reviewed code for object disposal patterns Code review logs
Question Hypothesis Result Findings
Do you know about the concerts? 5%(25) 30%(150) There are more people who know about the concert
Have you ever been? 60%(15) 10%(15) Many more people know about the concert but never came
Do you come consistently? 100%(15%) 80%(12) Some people stopped coming to the concerts
reboottime commented 10 months ago

Class 2: Part II, Example (Rock Bands and Root Causes)

This section illustrates the author's step-by-step guide on how he solved the Miss Mushroom's problem.