My Typescript Learning Roadmap

My Typescript Learning Roadmap
Photo by Karl Pawlowicz / Unsplash

One thing I've mentioned before is using roadmaps to navigate through my learning. I'm using the ones from the website, roadmap.sh.

This summer, I'm pushing to get a good understanding of TypeScript. It falls under the nice-to-have section in almost every JavaScript developer job posting.

This post will be the hub for future progress updates as I review my learning roadmap and process concepts in my own words.

My Roadmap

Here's a link to my roadmap: Arvin's TypeScript roadmap.

Resources I'm learning from

The roadmap has links to helpful articles, but I'm also using other resources.

I stumbled upon Matt Pocock's YouTube channel before, and he makes a lot of content on TypeScript. Recently, he shared a free book called that I'm working through. You can find it here: Total TypeScript Essentials.

Through my various Azure certifications, I have become well-acquainted with Microsoft Learn. I will use this learning path to learn more about TypeScript: Build JavaScript applications by using TypeScript.

Then, of course, there's the official documentation, which is always worth reading: TypeScript Documentation.

TypeScript | In My Own Words

Stay tuned for links to short posts where I process what I've learnt using my own words and examples.