What to Look for in a Scraping API: 7 Strong Options ReviewedNowadays, there are so many scraping APIs in the market; both high-quality and the not-so-quality ones. As an experienced web scraping engineer, there are some technical factors I look out for when piAug 28, 2026·20 min read
How To Create A Fullstack Bank Statement Visualization AppProper tracking of monetary flows is always helpful in personal finance. I participated in a recent hackathon where I built an MVP that users can utilize in visualizing their bank statements. This blog is a break-down of this feature. You’ll learn ho...Mar 31, 2025·5 min read
Python Tutorial: How to Build Your First ATM TerminalPython is quite a resourceful language for anyone hoping to build incredible solutions in AI, FinTech, automation and so on. You’ll find this tutorial impactful if you are a beginner or intermediate Pythonista. Basically, you will learn how to build ...Dec 2, 2024·6 min read
Learn How to Build Personal Finance Smart Contracts on LineaAnyone who wants to build sustainable wealth must be interested in personal finance; the art and science of managing your money. This is something I have been interested in for a long time. Now that I have some free time off my sleeve, I am thinking ...Jun 26, 2024·14 min read
How To Build A Ride-Hailing Smart Contract With SolidityRide-hailing businesses such as Uber and InDrive are fast becoming interwoven into modern society. They are a million-dollar industry. In this tutorial, I built a smart contract for a ride-hailing service company with Solidity and tested it locally w...Apr 12, 2024·10 min read
How to Build Node.js Applications with Fastify: Panoramic GuidePersonally, I got to know about Fastify as Matteo Collina would constantly tweet about it. This piqued my interest, and I was curious about how this framework works. I have been a good user of Express before now. So when I came across Fastify, I aske...Dec 28, 2023·7 min read
How To Hash Passwords In Node.js Applications Using BcryptAny production-worthy codebase must be secure and safe for its users. Imagine a financial application where the users' passwords are plainly available in the database. Such a product is way more susceptible to malicious attacks. Not long ago, threat ...Nov 23, 2023·8 min read