Mar 8, 2022web2 vs web3, in my opinion.Like every technology, the web is subject to evolution, advancement, and growth. From the early days of the internet and web 1.0 which lasted from 1989 to 2005 only allowed users to only read content, referred to as the read-only web. to web 2.0 …Blockchain2 min readBlockchain2 min read
Published inCoinsBench·Jan 28, 2022Uint, Arrays, and Array of Uints. An overviewData types in solidity can be classified into two types: Value types and reference types. Value types mean the data type stores a value. for example, bool stores either true or false, and uint stores a value of positive integers. On the other hand, reference types do not store a…Solidity4 min readSolidity4 min read
Aug 15, 2021MY HNG INTERNSHIP GOALS AND AMBITIONSMuch earlier this year, I enrolled in the Ingressive for good Zuri internship. It was a program that helped fast track my growth as a frontend developer. From writing my first “Hello World” with plain HTML to leading my frontend team to complete the final project in the concluding stage…Programming1 min readProgramming1 min read
Apr 28, 2021STORING DATA IN WEBPAGESInternet ‘Fortune cookies’ right inside your browser Ever opened a random webpage and the first thing you’re greeted with is cookie? They are not edible so what’s their purpose??! Prior to the introduction of html5 and Web storage APIs, only cookies were used to store web data. Cookies are the…Web Development3 min readWeb Development3 min read
Dec 15, 2020THE JOURNEY OF A SOFTWARE DEVELOPER BEGINS WITH A “HELLO WORLD”THE JOURNEY OF A SOFTWARE DEVELOPER BEGINS WITH A “HELLO WORLD” MY PERSONAL LESSONS ABOUT CODING A lot can happen in 6 months; like how I can go from being completely clueless about coding to bringing landing pages to life off the top of my head.Software Development5 min readSoftware Development5 min read