Maximizing Multer: Advanced Configuration and Tips for Powerful File UploadsMany of you might be using multer to store the files uploaded by the user first in your server and then in some cloud to provide atomicity in your web applications. For this you might me using multer or some of you might be uploading the files direct...Sep 8, 2024·6 min read·254
MongoDB Aggregation Pipelines : Part 1Writing pipelines to get subscriber count and number of channels subscribed to in controller which gives user profile.Feb 25, 2024·6 min read·95
Access Tokens and Refresh TokensIntroduction : Tokens are used to authenticate users and authorize requests from clients without keeping the session data on the servers. Tokens provide a way to avoid storing tokens in a database by encoding all of the necessary information in the t...Feb 20, 2024·3 min read·230