From caf93c091bf66b09a6448486f8711b1b62f8b377 Mon Sep 17 00:00:00 2001 From: woose Date: Fri, 28 Mar 2025 21:07:01 +0300 Subject: [PATCH] docs: update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 6ce47e2..833b837 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,10 @@ # Troubleshooting_And_Debugging_Techniques Digital notes about 4th course of IT Automation with Python on Coursera created by Google + +# Learning Objectives +- Understand the concept of troubleshooting +- Grasp what debugging is and how it can help in the troubleshooting process +- Understand how to get to the root cause of a problem +- Utilize the right approach for recurring problems and intermittent problems +- Understand the difference between linear and binary searches +- Search CSV files for invalid data \ No newline at end of file