How to chain functions in JavaScriptLet’s learn how to chain functions like this: body(‘email’).isEmail().withMessage(‘Email is required’)Mar 22, 2022Mar 22, 2022
Dependency Injection ExplainedDependency Injection solves the problem of creating objects with complex dependencies.Jan 8, 2022Jan 8, 2022
Migrate from CRA to Next.js with a single commandNext.js team created a codemod for migrating CRA (create-react-app) projects to Next.js.Nov 16, 2021Nov 16, 2021
Next.js Ultimate Routing GuideNext.js gives you several options for creating a route. As it is easy to forget what each option does, I created this guide to help you…Nov 15, 2021Nov 15, 2021
Matter.js Collisions ExplainedA brief post that explains how the collisions system works in the Matter.js library.Nov 14, 2021Nov 14, 2021
The best resource to learn MERN Fullstack for freeThere are countless resources on the internet that promise you to teach React, Express, and MongoDB.Nov 7, 20211Nov 7, 20211
The simple way to get the first developer jobAs companies expect you to have experience, and you need a job to gain experience, it is hard to get the first job. However, there is a…Nov 6, 2021Nov 6, 2021
Best Mac (Setapp) Apps in 2021Setapp is an app bundling service that you pay monthly to access over 220+ applications. But which ones are good?Nov 3, 2021Nov 3, 2021
Every React project should have an errorHandlerI have been learning and using the React library for the past one and a half years, and when I look at my first React projects, I recognize…Nov 2, 2021Nov 2, 2021
The useEffect hook is just a function that takes two parametersI have been using the React framework for the past year and a half, and I noticed that most people struggle with hooks.Nov 1, 2021Nov 1, 2021