InPermify Tech BlogbyEge AytinImplementing Role Based Access Control (RBAC) in Node.js and Express AppIn this article, you will learn you how to implement Role Based Access Control (RBAC) into a Node.js and Express application in mere…Jun 25, 20242Jun 25, 20242
InDev bitsbyNaren YellavulaWriting Memory Efficient Software Applications in Node.jsSee how to optimize your Node.js programs by 90% using automatic back pressuringNov 14, 201823Nov 14, 201823
Suneel KumarImplementing Role-Based Access Control (RBAC) in Node.jsRole-Based Access Control (RBAC) is a crucial aspect of application security. It provides a structured approach to manage and restrict…Oct 19, 20237Oct 19, 20237
InMac O’ClockbyPawel SzydlowskiHow to protect Apple cables against ageing?If you use Apple products for longer than a year, you will slowly notice that a nice white cable turns yellowish and become sticky after…Jun 6, 20213Jun 6, 20213
InBits and PiecesbyFernando DoglioTop 5 Embedded Databases for JavaScript ApplicationsWhat do you use when you only need to store small amounts of dataJun 22, 20212Jun 22, 20212
Shrihari Mohan🙅🏽♂️ Don’t use AWAIT inside FOREACHIt won’t work as you intended. Let us see a quick scenario, consider the following code and guess the output.May 22, 20229May 22, 20229
InITNEXTbyMikael KoliPractical Guide to Async, Threading & MultiprocessingWe discuss when you should async, threading and multiprocessing in Python and then we go through pitfalls in each multitasking option.Jul 28, 20221Jul 28, 20221
InBits and PiecesbyByteferImplement Concurrent Download of Large Files in JavaScriptHow to use JavaScript to implement a multi-threaded downloader step by step from scratch to improve the download efficiency of large filesJul 27, 20224Jul 27, 20224
InDev GeniusbyNkunze CalebHow I built a Payment Gateway using Javascript.After my University/College studies (about 5 years back), I had desire to build a project not only to generate income, but to…May 17, 20221May 17, 20221
InFrontEnd WebbyRajdeep SinghIs the next.js pages folder required?The src folder is an alternative to the next.js pages folder.Jun 16, 20221Jun 16, 20221
Matthew WangHandle Multiple Promises using Async/AwaitIn this example below, we loop through an Array of userIDs to fetch information about the user.May 7, 20223May 7, 20223
InLearning SQLbyJamie BurnsOptimising GROUP BY Queries in SQL ServerUsing GROUP BY incorrectly can severely impact performance — fortunately there are easy ways to fix itMay 18, 2022May 18, 2022
Kevin Comba Gatimu🔥 If you are a developer, you must know how CORS works 🔥Here’s a high-level flow on how browsers initiate that extra “preflight” request to determine whether they have permission to perform…Jun 9, 20222Jun 9, 20222
Ethan BatraskiWelcome to the New Database EraThe new category of cloud database services emergingJun 7, 20225Jun 7, 20225
Borisa KrsticVideo compression API — FFmpeg, Docker, Nodejs/ExpressCreate an API that compresses videos up to 10x while maintaining maximum quality.Jun 12, 20223Jun 12, 20223
Emma O'Donnellasync and await in Node.js — 100mThis is the second in a three part series on the async and await keywords in a Node.js application. In each part we’ll dive deeper into…Feb 28, 2021Feb 28, 2021
InDev Learning DailybyThe Educative TeamMongoDB vs DynamoDB: Which NoSQL database is right for you?Data storage flexibility can be one of the most important keys to your productivity as a software developer, and NoSQL databases are a…Apr 21, 20227Apr 21, 20227
InFiverr EngineeringbyMeir LeviMonitoring GraphQL like RESTHow we are monitoring our GraphQL requests.Jan 26, 20221Jan 26, 20221
Mohasin HossainInterface Segregation Principle in PHP/LaravelIn this tutorial, I’ll show you in a very simple way with the example, how you can use ISP(Interface Segregation Principle) in PHP/Laravel…Mar 13, 20222Mar 13, 20222