Preventing NoSQL Injection Attacks in Node.js: A Real-World DemonstrationNoSQL injection is a type of security vulnerability that can occur in applications that use NoSQL databases like MongoDB. Similar to SQL…Sep 27, 2024Sep 27, 2024
Minimal Domain-Driven Design For Nest JsDomain-driven design (DDD) is important for building software because it helps us understand complex problems better. It gives us a common…Feb 19, 20241Feb 19, 20241
How to implement dynamic validator using Nest Js.Recently, I encountered a problem dynamically applying a DTO in Nest Js based on some other property. I found it everywhere but I could not…Jan 28, 2024Jan 28, 2024
Open–closed principle in Javascript.Creating a large, scalable software project for an enterprise can be a complex endeavor, especially when you’re working with multiple…Sep 2, 2023Sep 2, 2023
How to implement custodian-based ERC-20 Tokens with solidity.Blockchain and cryptocurrencies are becoming famous day by day, the concept of a blockchain has transformed many new real-life applications…Nov 4, 2022Nov 4, 2022
How to use custom theme with Bootstrap SASS and Gatsby-JsWhen developing a website you need to customized some pre existing css framework to your own such as primary and secondary colors , fonts…Feb 18, 20211Feb 18, 20211
Interface 8088 MCU with EPROMs,RAMs ,8255 PPI and 8254 PIT/CDesign a microprocessor based system, in whichAug 19, 2020Aug 19, 2020
Get random documents from a collection in firebase firestore with firebase cloud functionsHello guys today i will show you how you can get random document from a collection using firebase firestore and cloud functions.Apr 20, 20202Apr 20, 20202