Metamask, Phantom, Rabby and a plethora of others... what is all the fuss about?
If you have a mobile device and are connected to the internet, chances are, that you have come across, heard about, seen or even used a web3 wallet.
Metamask, Phanto...
Metamask, Phantom, Rabby and a plethora of others... what is all the fuss about?
If you have a mobile device and are connected to the internet, chances are, that you have come across, heard about, seen or even used a web3 wallet.
Metamask, Phanto...
As a Web3 developer, the "hell loop" of writing code, compiling, and testing is where we spend 90% of our time...
...for many, that loop is broken.
We either rely on isolated web-based IDEs, which feels disconnected from our local VS Code environm...
A Blockchain revolution...
If you are conversant with the web3 ecosystem, chances are that you would have interacted with a decentralized App dApp, you have a crypto wallet, own some tokens and have probably even made crypto transfers.
All of the a...
Been a while in the series innit?
In the last issue, we discussed consensus algorithms and how they secure the Blockchain. In this issue, we will go over the possible attacks in the Blockchain ecosystem and how they can be mitigated. Let's get start...
In the last issue, we discussed how cryptography helps secure the Blockchain with regards to the Cryptographic linkage of blocks. Think of a block as a page in a book ledger, in which a page is Cryptographically linked to it's previous and next pages...
In the last issue, we discussed cryptography and how it is used on the Blockchain to approve transactions.
In this issue, we will talk about how Cryptography secures the Blockchain. Let's get started, shall we?
The Blockchain can be thought of as...
In the last issue, we talked about how Blockchain technology is applied in real-world scenarios, we touched Decentralized Finance DeFi and the advantages it holds against Traditional Finance TradFi, and decentralized agreements smart contracts and ho...
In the last issue, we discussed the features of the Blockchain which can be summarized into Decentralization, Immutability security and Transparency pseudonymity.
In this issue, let us take a look at how these features are used to apply Blockchain t...
In the previous issue, we got to understand buzz words like web3 and the blockchain and a little bit of how nuanced they are from each other. In this issue, we will cover, from a high level the features of a blockchain and what makes them so interest...
Blockchain, web3, crypto. Terms that a lot of people use to refer to the same thing but they are quite different from each other while still being related.
I decided to start a series on web3, Blockchain on particular, I am so much interested in thi...
Sometime last week, I stumbled across BIP-39 and how it helps secure web3 wallets, I decided to try my hands on a demo.
A web3 wallet self-custodial is a software/hardware that allows users keep track of their funds on the Blockchain. It is controll...
June 2, 2025.
Just a random Monday for most people, but not for me. It was a day I launched efIQo - a product I have been working on since the 1st of December, 2024.
efIQo is a study tool that allows users to create, share and learn with personali...
DOMSculpt
I created DOMSculpt for the sole purpose of simplifying markup generation for building fast, functionality-driven and simple web pages and applications.
Why DOMSculpt?
You may be wondering, why in the name of unnecessity have I created th...
Concept of Runtime Variables in JavaScript.
In my previous article, I explained how the this keyword is handled in JavaScript, in this article, we will be talking about another concept in JavaScript - Runtime Variables.
Although, developers don't...
JS this keyword in object scope
In JavaScript, understanding the what, how and where of the this keyword can be the difference between writing code that actually works and tearing your hair out while you code.
The this keyword
In Javascript, this ...