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, 20244002Jun 25, 20244002
InDev bitsbyNaren YellavulaWriting Memory Efficient Software Applications in Node.jsSee how to optimize your Node.js programs by 90% using automatic back pressuringNov 14, 20187K23Nov 14, 20187K23
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, 20236437Oct 19, 20236437
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, 20212103Jun 6, 20212103
InBits and PiecesbyFernando DoglioTop 5 Embedded Databases for JavaScript ApplicationsWhat do you use when you only need to store small amounts of dataJun 22, 20212622Jun 22, 20212622
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, 20221139May 22, 20221139
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, 20224161Jul 28, 20224161
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, 20223234Jul 27, 20223234
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, 2022991May 17, 2022991
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, 20221113May 7, 20221113
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, 202280May 18, 202280
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, 20223482Jun 9, 20223482
Ethan BatraskiWelcome to the New Database EraThe new category of cloud database services emergingJun 7, 20223155Jun 7, 20223155
Borisa KrsticVideo compression API — FFmpeg, Docker, Nodejs/ExpressCreate an API that compresses videos up to 10x while maintaining maximum quality.Jun 12, 20221403Jun 12, 20221403
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, 202153Feb 28, 202153
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, 2022337Apr 21, 2022337
InFiverr EngineeringbyMeir LeviMonitoring GraphQL like RESTHow we are monitoring our GraphQL requests.Jan 26, 20225301Jan 26, 20225301
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, 2022842Mar 13, 2022842