# How to modify library in node module and save it forever
3 min read
Ways to Fix Errors in node_modules and Preserve Edits (Using patch-package, ...)
Ways to Fix Errors in node_modules and Preserve Edits (Using patch-package, ...)
In this article, we'll learn how to write automated tests for a login page using Playwright - playwright test login page
Learn how to secure your Swagger API documentation in Node.js and NestJS projects using the express-basic-auth library, with step-by-step examples for both JavaScript and TypeScript.
Guide on using react-quill to create a rich text editor (WYSIWYG) and integrating Cloudinary for image storage in posts
A guide on using rn-fetch-blob to address CORS errors when making API calls in React Native.