Following on from my 2023, 2021 and 2020 wrap-up posts, I'm back for another year in review! This marks 5 years of me running my blog, and i| Emma Goto
I've recently been working on building a page to visualise Japan's 100 Famous Mountains. Since these mountains are spread out across Japan,| Emma Goto
If you spend time in tech blogging circles, you may have come across the concept of a digital garden, which offers an alternative for how yo| Emma Goto
Tests should help me be confident that my application is working and there are better ways to do that than shallow rendering.| kentcdodds.com
Testing implementation details is a recipe for disaster. Why is that? And what does it even mean?| kentcdodds.com
When writing Jest unit tests, I always struggle to remember the syntax for mocking ES6 modules. So this post is intended as a part-guide, pa| Emma Goto