Explore
Select a tab
What's new
How Windsurf Has Revolutionized My Development Workflow
Windsurf revolutionizes software development by drastically reducing development time. It can automate code reviews, enforce coding standards and offer potential enhancements to QA processes. However, human oversight remains crucial, blending AI efficiency with expert judgment for optimal results.
Blog
•Jul 14, 2025
Data Waterfalls with RTK Query
Calling web APIs has never been easier, but some pitfalls remain. This article shows best practices for synthesizing information from multiple endpoints in React components using RTK Query.
Blog
•Mar 31, 2024
Enhancing Remix's Defer Functionality
A dive into one of Remix's newer features: the ability to defer rendering part of a web page.
Blog
•Oct 3, 2023
Using Mock Service Worker to Improve Jest Unit Tests
Mock Service Worker (MSW) improves unit tests of components that make API calls by defining mocks at the network level instead of mocking our own custom code. Better still, we get that benefit while also making our test code smaller, easier to read and easier to reuse.
Blog
•Aug 5, 2021