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
Sometimes with Jest, you only need to test part of an object exists, or test on a subset of an array. We can do this using Jest’s partial ma| Emma Goto
2020 was probably a really strange year for a lot of us. For me, I can definitely see the silver linings - I'm an introvert, and so I've lov| Emma Goto
A search bar is a great way to make content on your website discoverable. In this tutorial, we'll be building an search bar component using| Emma Goto
Your app's code coverage is what percentage of the code is currently covered by unit tests. In this post I will explain how we can generate| Emma Goto