LSLucky Solomoninluckydocs.hashnode.dev·Jul 14, 2023 · 5 min readDemystifying Blockchain TechnologyBlockchain technology is, in my opinion, one of the most disruptive discoveries of the decade. Just like the internet in the early 90s, Blockchain is still in its infancy stage and is here to change how we interact with the world completely. Blockcha...00
LSLucky Solomoninluckydocs.hashnode.dev·Jul 7, 2023 · 4 min readHow to create a website: A beginner friendly guideCreating a website may seem like a complex task, especially for beginners, but with the right guidance, anyone can build their online presence. In this beginner-friendly guide, we will walk you through the step-by-step process of how to build a websi...00
LSLucky Solomoninluckydocs.hashnode.dev·Jun 25, 2023 · 3 min readMeaning of *args and **kwargs in Python function definitionIn programming, functions are fragments of codes that perform a specific task which when put together make a program. Although, in Object Oriented Programming (OOP) languages like Python, functions are referred to as methods. Methods in OOP terms, ar...00