Posts
All the articles I've posted.
Why New Developers Should Dive into the Open Source Pool: It’s Easier than You Think! 🌊
Published: at 12:00 AMSo you've learned the basics, coded a few personal projects, and now you're wondering: 'What's next?' How about diving into the vast ocean of open source projects? Trust me, the water’s warm! 🏊♂️
🚀 Blast From The Past: Guess Who’s Back? 🎉
Published: at 12:00 AMAfter a brief 3-4 year hiatus (which in the tech world is, I admit, almost an eternity 🦖), I'm dusting off my keyboard, giving the old blog a fresh coat of pixels, and making a grand re-entry into the world of 1s and 0s.
Mocking out Angular's ActivatedRoute for Unit Tests
Published: at 02:02 AMI've been writing a ton of unit tests and snapshot tests lately. While doing so, I have had to mock out a few things. This includes the `ActivatedRoute`. So let's say we have the following component.