Getting Started as a Smart Contract Developer: Your Journey to Blockchain Brilliance!Jul 28, 2023·4 min read
Riding the Waves: How The Elliott Wave Theory Mirrors the Product Management LifecycleFirst of all, I should mention that this isn’t going to be a boring article—I think. And yes, I heard you groan after reading the title. Things like “theory” and “wave” sound a little too “mathy” for some people, and I understand. It isn’t going to b...Jul 28, 2024·6 min read
Infinite Wahala: P versus NP ProblemsI stumbled upon an old tweet by Vitalik Buterin (the creator of Ethereum) a few days ago, and got really confused. Actually, 'baffled' is more like it. The tweet wasn't an actual tweet... it was a poll. Doesn't seem very confusing, does it? Okay, ma...Mar 26, 2023·8 min read
Zero-Knowledge Proofs (ZKPs) For The Absolute BeginnerZero Knowledge Proofs (ZKPs) are a powerful tool in the world of cryptography that allows for secure and private... Stop... Let's start again, shall we? Imagine a scenario where I (Dolapo) need to send a secure email to a coworker (Stella) on the opp...Mar 24, 2023·5 min read
The Correct Way To Write Tests For Your Smart Contracts, Using HardHat And Ethers-JS: Reentrancy AttacksI was reading up on a few interesting topics the other day, and I found something that fascinated me. Reentrancy Attacks... ...one of the simplest, yet deadliest attacks anyone has ever carried out, or will ever carry out on a decentralized applicati...Mar 22, 2023·10 min read
Solidity Versus Rust For Smart Contract Development. Which Should You Pick?Before we "delve" into anything, I should probably mention that I do not use Rust, and am mostly conversant with Solidity. However, there are times when the thought of picking up Rust as a second blockchain development language comes to mind, and I w...Mar 11, 2023·10 min read
Server-side rendering and static site generation with Next.jsServer-side rendering (SSR) and static site generation (SSG) are two techniques used to improve the performance and user experience of web applications. In this article, we'll explore the benefits and drawbacks of SSR and SSG in Next.js applications ...Mar 10, 2023·5 min read
How to Create A Basic ERC20 Token Using Solidity And RemixAs far as blockchain technology goes, Ethereum, being the second most popular network, has emerged as one of the most popular platforms for creating decentralized applications (also known as Dapps). Conceived in 2013 and eventually created and releas...Mar 10, 2023·8 min read