The metadata of a website holds information about its search engine-related properties like title, description, site-name, site-color, and many other…
Continue ReadingFastifyError- Request body is too large
Fastify is a Node.Js Server Side Framework written on top of JavaScript scripting language. It has by default 1MB of…
Continue ReadingHow to start with ESLint on VS Code
ESLint is a code testing tool that checks for syntax errors, and other potential errors and prevents any unused variables/functions…
Continue Reading[Case Study] Importance Of Indexing In MongoDB
MongoDB is a document-oriented database that can efficiently handle large amounts of data when indexes are used cleverly. Through this…
Continue ReadingHow To Highlight Code Using Web Workers | JavaScript
Ever faced performance problems in highlighting code? Ever heard about Web Workers? Well, I am going to explain the best…
Continue ReadingMongoDB: How To Find Duplicate Documents In Collection
Looking out to find duplicate documents in a MongoDB collection? This article will help you find duplicate records in MongoDB…
Continue Reading