Unleash Your E-commerce Potential: Why MedusaJS is the Ultimate Solution for Your Next ApplicationApr 19, 2023·4 min read
A Simplified Explanation Of Enum & Struct IN RustRust is a modern programming language that provides fast, secure, and reliable software. In Rust, Enums and Structs are two powerful features that help developers organize code logically and easily. Enums allow developers to define a set of named val...Jun 13, 2023·5 min read
Build Bitcoin smart contract: Simplified Introduction to Stacks and Clarity languageEven if you are unfamiliar with cryptocurrencies, you must have heard the word "Bitcoin," probably on the news, on social media, or from a friend. However, Bitcoin is one of the most fascinating things happening to the human race currently. What is B...Jan 11, 2023·3 min read
Simplified Explanation of Zero Knowledge proof (ZKP)Imagine you are returning home from work; on your way back, you called off at a store to get some candy for your little boy at home. When you get home, your little boy opens the door and demands candy before you can enter the house. You find a way to...Jan 11, 2023·3 min read
REST APIs vs GraphQL APIs: Simplified Explanation of their differencesWHAT IS API? You visit a nice restaurant to sate your hungry stomach. You order a plate of salad. The waiter then takes your request to the kitchen and asks the chef to make a salad and a few minutes later, the waiter returned with your order. So, wi...Jan 9, 2023·3 min read
Build A Qrcode Generator With pythonI'll guide you through the process of creating a QRcode generator in this article. I'm assuming you have your IDE installed and ready to go. In this article, we will work with two Python modules. TABLE OF CONTENTS What is a QR code? How to install ...Jul 20, 2022·3 min read
Google's carbon programming - A new language for software developmentGoogle introduced a new programming language, the Carbon language, which was described as an "experimental successor to C++". C++ is one of the dominant programming languages for software development." C++ is a powerful general-purpose programming ...Jul 19, 2022·2 min read
A Simplified Explanation Of Blockchain Consensus Algorithms With ExamplesIn this article, I will break down the following concepts What is Blockchain Technology What is a Blockchain Network What is Blockchain Consensus What is Blockchain Consensus Algorithm Now, let's start. When you have a group of data stored in a ...Dec 5, 2021·9 min read