Career
How Getting Certified Got Me Studying Again
How preparing for AZ-900 helped me stop jumping between topics and study with a clearer direction.
For a while, my studying was all over the place.
One day I was reading about Clean Architecture. The next day it was Kubernetes, RabbitMQ, SQL, system design or some other subject that seemed essential for a backend developer.
None of those topics were a waste of time, but I kept moving before going far enough with any of them. I would finish a study session with more tabs open than when I started and still feel as if I had done very little.
Preparing for AZ-900 gave me a path to follow.
Too many options were slowing me down
I used to think the problem was motivation. It was probably closer to decision fatigue.
There is no obvious end to learning software development. After C# comes ASP.NET Core. Then databases, authentication, testing, caching, messaging, Docker, cloud, security and deployment. Each subject opens another group of subjects.
I was trying to decide what mattered every time I sat down to study. That took energy before I had even started.
The AZ-900 study guide removed some of that choice. It gave me a fixed group of subjects: cloud concepts, Azure services, identity, governance, monitoring, pricing, regions and availability zones.
I still had to study, obviously, but I no longer had to invent the plan every day.
The exam gave the studying a boundary
"Learn Azure" is too vague to be useful.
Preparing for one exam is smaller. There is an official list of topics, practice questions and a point where the preparation ends.
That boundary helped me. I did not need to understand every service Azure offers. I needed enough understanding to explain the main services and recognise when someone would use them.
Practice questions also made weak areas obvious. Sometimes I recognised a term but could not explain it. Other times two answers looked almost identical because I had memorised definitions without understanding the difference.
Getting those questions wrong was useful. It gave me something specific to review.
Azure connected with my .NET projects
Before studying cloud concepts, I mostly thought about an application as the code and the database.
Azure made me think about what happens after the API works on my machine.
Where will it run? Where should its configuration live? Who can change the resources? How will I see errors? What happens when something goes down? How much will the setup cost?
I had seen some of those questions before, but not as parts of the same system.
My Azure knowledge was still basic, but it helped me connect things I had already touched in .NET, SQL and Docker.
I still need to build things
Studying for an exam can become another form of procrastination. Watching lessons and answering quizzes feels productive, even when no code is being written.
I do not want to replace projects with certificates.
My goal is to work as a .NET backend developer. I still need to improve at C#, ASP.NET Core, SQL, APIs, testing and debugging. A cloud certificate can support that work, but it cannot replace it.
What has worked better for me is connecting each cloud topic to something I have built.
When I study monitoring, I think about how I would monitor one of my APIs. When I study access control, I think about who should be able to deploy the application or change a production resource.
That makes the subject less abstract and easier to remember.
The routine became easier to follow
My study sessions became simpler:
- Choose one section from the exam guide.
- Write the concept in my own words.
- Answer practice questions.
- Review what I got wrong.
- Connect the subject to one of my projects.
Some of those notes are now turning into blog posts.
Writing them forces me to notice when my understanding is still vague. It is easy to believe I understand Azure RBAC until I try to explain the difference between a role, a scope and an assignment without copying the documentation.
What changed
The certification did not suddenly make me disciplined. I still get distracted by new tools and topics.
It did give me something to return to.
Instead of deciding from scratch what to study, I had a syllabus and a next step. That was enough to get me studying consistently again.
The badge is useful, but the structure has helped me more.