-
My Experience with the Azure Fundamentals AZ-900 Exam
Written by
on
It’s been a bit quiet on my blog, but I’ve kept busy! I spent everyday from mid-March to the beginning of April preparing for the Azure Fundamentals AZ-900 exam. After…
-
More IAM Fundamentals
Written by
on
I found another IAM course on Udemy. This course called Foundations of Identity Access Management, covered much of the same topics the previous course covered. However, it goes into more…
-
Learning IAM Fundamentals
Written by
on
I first learned about Identity and Access Management (IAM) while exploring AWS. The AWS documentation provided insights into what IAM is and why it is used. Further exploration of AWS’…
-
Python Crash Course: Day 11
Written by
on
In Chapter 11, I learned about testing my code. Testing is an important part of programming as it ensures that code is working correctly. I can even test new code…
-
Python Crash Course: Day 10
Written by
on
In Chapter 10, I learned about handling errors, exceptions, and working with files and data. To work with contents in a file, I need to tell Python the path to…
-
Python Crash Course: Day 9
Written by
on
Chapter 9 discussed object-oriented programming (OOP) and classes. Object-oriented programming is a way of structuring a software program around objects. In object-oriented programming, classes represent real-world things and situations and…