Posts
All the articles I've posted.
Remote Work for Beginners: How to Excel from the Start
Updated: at 06:38 PMMaster remote work essentials: effective communication, time respect, availability, and adherence to team rules for successful remote collaborations
How to Test Custom Hooks with React Testing Library and Jest
Updated: at 10:08 AMLearn how to test your custom React Hooks with React Testing Library and Jest. You'll find an interactive Codesandox at the end of the post.
How to Write Stronger Unit Tests with Jest
Updated: at 10:08 AMWe'll explore why weak tests can leave changes in behavior to land unnoticeably and what we can do to catch these changes early.
How to speed up your integration tests
Updated: at 10:08 AMIn this post, I'll show you how we speed up the build process for one of our clients. Now they can run 40% more builds on the same budget.
How to Fetch Data from Strapi GraphQL in Next.js 13 Server Components
Published: at 12:43 PMFetch Strapi GraphQL data in Next.js 13: Set up Strapi, GraphQL, Next.js, create client, generate types, fetch in Server Components
How to build static web apps with dynamic routes in Next.js 13
Updated: at 01:24 PMThis article will show you how to take advantage of the latest Next.js features: appDir and React Server Components.