Meet the people who make it all happen

Believe, Innovate, Create

Curious minds exploring software, data, finance, and the ideas shaping how we build the future.

All Articles

Why Most AI Projects Fail in Production (And How to Avoid It)

AI projects often fail in production due to a lack of proper engineering practices. This article explores the most common reasons why AI projects fail and how to avoid them....

Understanding Role-Based Access Control (RBAC)

A practical guide to Role-Based Access Control (RBAC), how it works, why it matters, and how to implement it effectively in modern applications.

The Ride Hailing Paradox, More Trips, Same Spending, and Barely Any Food Delivery

An exploratory study investigating the influence of digital transportation platforms on mobility, trade, transport expenditure, and food consumption behaviour using survey data and regression analysis.

Two Wheels and a Heartbeat

An exploration of why the motorcycle remains the most versatile, efficient, and rewarding vehicle ever created.

Progress Is Hard to See When You're Living It

Went digging through old code and found out I've grown more than I thought.

The Importance of Writing for Developers: Why Every Programmer Should Start a Blog

Writing is a fundamental part of the software development profession. It is a powerful tool for learning, career growth, and personal branding.

Where Does Performance Go When Serving an LLM

A deep dive on where the cost lies at when serving llm models.

Clean Code vs. Quick Hacks: Striking the Balance Every Developer Faces

Every developer faces the dilemma of choosing between writing clean, maintainable code and implementing quick hacks to meet tight deadlines. This article explores the importance of both approaches and offers...

Introduction to Stochastic Differential Equations

Learn how stochastic differential equations (SDEs) model randomness in systems like stock prices prediction and renewable energy adoption, with practical F# examples using the Euler-Maruyama method.