Web3: An Introduction to the Future of TransactionsSome folks say that Web3 is just a big ol' scam, but listen up! There will always be those wild and crazy founders and daring investors who will throw their money into these Web3 startups like it's nobody's business. So, if you're interested in this ...Feb 12, 2023·3 min read
Everything about MongoDBMongoose, mongoose model, MVC architecture, request-response cycle, Application logic, Business Logic and many moreDec 20, 2022·5 min read
Threads ,Thread Pool and Event Loop in Node.jsThreads in Node.js when we use node in a computer it means that there is a node process running on that computer. Node.js runs on a so called single thread and a thread is basically just a sequence of instructions. If you run your node app it wil...Dec 9, 2022·3 min read
Static vs Dynamic WebsiteStatic Websites So a static website or a simple website it is when a developer uploads final ready to be served files of a website onto the webserver. Basically static websites are nothing just the simple website we all used to create while learning...Dec 3, 2022·2 min read
Easiest way to learn Binary SearchDefination : Binary Search is an algorithm used to search for an specific element in an array of integers , Array must be sorted either in decreasing order or non-decreasing order (increasing order). Thats it thats all about the simple defination ,Le...Nov 24, 2022·4 min read