This week I wrapped up the final courses in the Google Cybersecurity Certificate, including detection and response, automating tasks with Python, and job preparation. Finishing these sections helped show especially how incident response, logging, and automation actually work in real-world security roles. Completing this certificate gave me a solid foundation in cybersecurity and a better understanding of the tools and workflows used in the field. I also started the Google Cloud Digital Leader training and completed the first course on digital transformation. It gave me a good overview of how companies use cloud technology to scale and improve operations. I’m planning to complete the rest of the courses to build a stronger understanding of cloud systems and how they tie into cybersecurity.
This week I focused a lot on understanding time complexity and recursive analysis. It was challenging at first to figure out how to break down recursive functions and write the correct recurrence relations. Applying the Master Theorem was especially tough because I had to carefully identify each part of the formula and decide which case applied. I also spent time reviewing the difference between Big O, Big Omega, and Big Theta, which helped me better understand how to describe the efficiency of an algorithm. These concepts took time to click but working through examples really helped.
Comments
Post a Comment