All Articles

Sept 20251 min read

I Got Tired of Backend Boilerplate, So I Built a One-Command Express + Mon

In this technical article, I explored how to streamline backend development by automating the setup process for Express.js and MongoDB applications. The piece introduces a one-command tool that eliminates repetitive boilerplate configuration — instantly generating a fully functional backend environment with authentication, database integration, and organized folder structure. This innovation empowers developers to focus on building core features instead of spending valuable time on initial setup, ultimately accelerating productivity and improving project scalability.

July 20244 min read

What Makes Blockchain Trustless ?

In this technical article, I explore the foundational mechanisms that make blockchains function in a 'trustless' manner — that is, systems where users don't need to rely on a single central authority to validate transactions. I discuss how public-key cryptography, consensus algorithms, and decentralized economic incentives work together to distribute trust across the network. The write-up also considers the practical implications for developers and organisations building on blockchain technology, and how to approach the design of truly resilient, decentralized systems.

Jan 20245 min read

Blockchain Fundamentals: A Beginner's Guide to Understanding the Technology Behind Cryptocurrencies

In this beginner-oriented guide, I demystify the core concepts of blockchain technology, explaining how distributed ledgers, cryptographic hashing, and consensus algorithms underpin cryptocurrencies and decentralised systems. The article offers clear, accessible explanations of blockchain's architecture, its relevance beyond digital currencies, and how developers and non-technical readers alike can grasp its transformative potential.

Jan 20242 min read

Sending data Back to the database in Laravel

In this technical guide, I walk through the process of submitting and storing data in a Laravel application—from creating routes and handling form submissions to validating input and persisting records via Eloquent. The article outlines best practices for request handling, model setup, and database interaction, enabling developers to build robust data‑driven features swiftly and securely.

Jan 20241 min read

Simplify Laravel CRUD Operations with Ease!

In this technical article, I demonstrate how to streamline backend development by mastering CRUD (Create, Read, Update, Delete) operations in the Laravel framework. It offers a practical, beginner‑friendly walkthrough featuring ready‑to‑use code and best practices, enabling developers to architect scalable applications quickly and efficiently.