Learn how to use React Testing Library in this tutorial. You will learn how to test your React components step by step with unit and integration tests ...
Reducing HTML Payload With Next.js (Case Study) — Smashing Magazine
This article showcases a case study of Bookaway’s landing page performance. We’ll see how taking care of the props we send to Next.js pages can make loading times and Web Vitals better.
Sam Julien: Director of DevRel and Your Biggest Fan
Sam Julien is a Developer Relations director, writer, and teacher. He loves helping people level up their developer advocacy or web development job using Node, Angular, Gatsby, and React.
Storing User Sessions on the Server with Express-Session | by John Au-Yeung | JavaScript in Plain English
To store confidential session data, we can use the express-session package. It stores the session data on the server and gives the client a session ID to access the session data. The session function…