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
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
For 2020, one of my goals was to step outside of my comfort zone and write one blog post per week. I decided to blog as a way to improve my| Emma Goto
React's useRef hook is most commonly used to store references to DOM elements. But did you know you can also use it to store and update valu| Emma Goto
As your React app gets larger, you may have to start worrying about its bundle size. An app’s bundle size is the amount of JavaScript a use| Emma Goto