Academic Vault : Your own credential management systemWith the rise of document forgery and the time-consuming nature of manual verification processes, there's a growing need for a more robust and efficient credential management system. This is where blockchain technology offers a promising solution. Th...Jan 26, 2025·8 min read
SQL & NoSQL Friendly Database- HarperDBHey Readers 👋 In this article we'll be exploring the database that is designed to handle most workloads, eliminating the need for multiple products. Okay, this sounds exciting, right? Let's meet the fastest & most flexible database on the market tha...Sep 8, 2021·4 min read
The Ultimate Guide To Set and Map in JavaScriptHey there, JavaScript Developers👩💻 In this article we'll dig deeper into the concepts of Set and Map. What is a Set? A Set is a collection of unique values. That means the set can never have any duplicates and can hold any values of any data type...Aug 20, 2021·5 min read
Optional chaining '?.' in JavaScriptHey Readers 👋 In this article, we’ll learn about the optional chaining (?.) that simplifies the way to access values through nested objects. What the heck is Optional chaining? 🥴 The optional chaining ?. is a recent addition to the language which...Aug 13, 2021·4 min read
Project-Based Learning ApproachDo you know what's the best way to learn any programming language? The answer is quite simple and obvious: by building lots of projects 💪 Learning Web Development can be challenging. But as programmers, we always strive for better ways to be more...Jul 24, 2021·3 min read
The Ultimate Cheatsheet List For Web DevelopersBeing developers, we work with many different languages. Which makes it humanly impossible to remember all its aspects. Yes, we do have MDN docs, but looking at them for every little issue can be time-consuming. This is when a "Cheat Sheet" comes sup...Jul 16, 2021·4 min read
Want to Host Your Website for free ?When you create a website, you essentially create a bunch of different files. These files need to be stored somewhere in order to be accessible on the Internet. Reliable and high-performing web hosting is a crucial part of any successful website. Le...Jun 22, 2021·2 min read