Claude Code on a 3.85M-line codebase (what we learned about AI agents and scale)There is a version of AI-assisted development that works well. Small repos, contained tasks, a few hundred files. The agent finds what it needs, writes something reasonable, and moves on. Most of the Mar 17, 2026·4 min read·6
Building Your First Data Pipeline with Meroxa: A Beginner's GuideMeroxa is a cloud-based platform that enables developers to build real-time data pipelines with ease. In this article, we will explore how beginner developers can use Meroxa to build their first data pipeline. We will provide step-by-step instruction...Feb 24, 2023·3 min read·59
SPL: a database language featuring easy writing and fast runningObjective of database language To clarify this objective, we need to first understand what the database does. When it comes to database, it always makes people think that it is primarily for storage since its name has a part “base”. But in fact, it i...Feb 13, 2023·17 min read·63
How I Built a Side-Income Stream For Myself as a DeveloperA guide for Tech beginnersSep 18, 2022·6 min read·360
An Overview of Blockchain and Web3Beginner-friendly explanation of Blockchain and Web3Jul 17, 2022·4 min read·31
What is Git? How will it help you?What is Git? Git is a version control system that helps you keep track of changes in your project. It is free, open-source, and distributed. Git can keep track of the smallest of changes, no matter how large your project is, giving you complete contr...Jul 12, 2022·3 min read·71
Let's get started with Solidity - Web3 DevelopmentWhat is Solidity? Solidity is an object-oriented, high-level language for implementing smart contracts. It is a statically typed language that supports libraries and complex user-defined types among other features. It is used to develop dApps & Smart...Jul 10, 2022·4 min read·59