Explore
Select a tab
4 results found
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
Performance Benchmarking: Bun vs. C# vs. Go vs. Node.js vs. Python
I took 5 runtimes and built functionally identical REST APIs with each of them. Then I ran load tests for each application to measure their performance.
Blog
•Jun 13, 2023
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
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