Posts

Showing posts with the label Microsoft

How to Pass AZ-900 Azure Fundamentals Certification Exam

Image
I recently passed this exam, after some light-core studying, over maybe three to four weeks, I wasn't preparing all that intensively but considering what is recommended by a lot of people. I prepared more than I needed to prepare, I like to play it safe. A lot of people have been asking me how I prepared for the exam so that gave me the idea to put together this blog post with a few tips. Since this is an entry-level exam it's not too hard, compared to more specialized certification exams. It covers the basic cloud literacy and basic knowledge about Microsoft Azure, its services, and products. If you're new to IT or planning a change of career, this might give you a nice boost of confidence, if this is the case it makes take you a bit more to get acquainted with all the terms that will be new to you, but a few weeks of studying should suffice. On average, one or two weeks should be ample enough to prepare for this exam. The exam topics (at the time I'm writing this) are...

Few thoughts on JavaScript

Image
Why did I choose JavaScript as my first language? To answer that first question first I will need to embark on a little rant on how and why did I decide to learn coding. Roughly three years ago I was working as PC repair guy and got a tech support job at the end of 2014, after getting a few Microsoft certificates (MCP, MCSA, MCITP). At that time I started thinking about learning to code in my spare time. I tried learning Java but it left me confused and feeling a bit dumb to be honest, so I gave it up for a time.  After a longer pause I started playing with HTML and CSS at the end of 2016 and found them really easy, after all those two are not real programming languages. After some research I decide to give JavaScript a try. What I liked immediately about it is the fact that you can get instant visualization of what you're learning, all you need is a modern web browser it's easy to try stuff out in the browser console. In despite all quirks that JavaScript has I...