React JSSetting Up `@testing-library/react` and `Jest` for React Component TestingTesting your React components is essential for maintaining a stable and scalable codebase. In this…Daniel NguyenSeptember 25, 2024 1 min
EnglishVitamins - To supplement or not?Mineral, vitamin, and anti-oxidant health supplements make up a multi-billion dollar industry in the…Daniel NguyenSeptember 12, 2024 3 min
EnglishThe development of travel under the oceanFor millennia humans have been intrigued by what lies beneath the sea, and although sub-marine…Daniel NguyenSeptember 09, 2024 3 min
React JSReact Testing 8: Testing custom hooktesting custom hooks Background Testing custom hooks is a common question as well. Step back and…Daniel NguyenSeptember 09, 2024 1 min
React JSReact Testing 7: testing with context and a custom render methodtesting with context and a custom render method Background A common question when testing React…Daniel NguyenSeptember 08, 2024 1 min
React JSReact Testing 6: mocking Browser APIs and modulesmocking Browser APIs and modules Background Mocking HTTP requests is one thing, but sometimes you…Daniel NguyenSeptember 07, 2024 3 min