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, 2025 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, 2025 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, 2025 3 min
React JSReact Testing 5: mocking HTTP requestsmocking HTTP requests Background Testing that our frontend code interacts with the backend is…Daniel NguyenSeptember 06, 2025 3 min
React JSReact Testing 4: form testingform testing Background Our users spend a lot of time interacting with forms and many of our forms…Daniel NguyenSeptember 05, 2025 2 min
React JSReact Testing 3: Avoid implementation detailsAvoid implementation details Background One of the most important things to remember about testing…Daniel NguyenSeptember 04, 2025 2 min
React JSReact Testing 2: simple test with React Testing Librarysimple test with React Testing Library Background As much as I enjoy creating DOM nodes and…Daniel NguyenSeptember 03, 2025 1 min
React JSReact Testing 1: simple test with React Testing Librarysimple test with ReactDOM Background "The more your tests resemble the way your software is used…Daniel NguyenSeptember 02, 2025 2 min
Next JSNext.js 6 - Setting Up FontsTo integrate local fonts into your Next.js project using Tailwind CSS 4 and the next/font…Daniel NguyenAugust 06, 2025 1 min
Next JSNext.js 3 - React Client and Server ComponentsOkay, Now that you're familiar with the entire Next.js application structure, let’s get our hands…Daniel NguyenAugust 03, 2025 2 min