Hasina Razafintsalama

Hasina RAZAFINTSALAMA

TECHNICAL ARTICLES (43)

Blog: Architecture, APIs & AI

Technical articles on architecture, APIs, AI, and software craftsmanship.

Backend

FastAPI vs Laravel: Which One for Your API?

Both are excellent. The choice depends on your team, your constraints, and what you are building. Here is an honest, hands-on comparison.

2026-05-20·10 min
Read →
AI & RAG

Building a RAG System with LangChain and FastAPI

Retrieval-Augmented Generation grounds an LLM in your own data. Here is a production-ready pipeline with LangChain and FastAPI: indexing, retrieval, a grounded prompt, streaming responses, and evaluation.

2026-05-12·12 min
Read →
AI & RAG

When and How to Add AI to an Existing Application

AI is not a magic fix. In the right places it delivers real value fast; in the wrong ones it adds cost and unpredictability. Here is how to tell them apart and integrate cleanly.

2026-05-05·11 min
Read →
Audit

10 Points to Audit Before Scaling Your Application

Scaling is not just adding more servers. Before throwing resources at the problem, audit these 10 areas that kill performance in production.

2026-04-28·12 min
Read →
Engineering

Technical Debt: How to Measure and Reduce It

Technical debt is inevitable. The problem is when it becomes invisible. Here is how to quantify it, prioritize it, and chip away at it without stopping feature delivery.

2026-04-20·12 min
Read →
Frontend

Vue 3 vs React in 2026: My Take After Real Projects

I have shipped production apps with both. Here is an honest comparison on developer experience, reactivity, state management, meta-frameworks, hiring and performance, and when each one wins.

2026-04-10·11 min
Read →
Architecture

Common REST API Architecture Mistakes (and How to Fix Them)

After auditing many codebases, the same API mistakes show up again and again: schema exposure, no versioning, inconsistent errors, missing pagination and idempotency. Here is each one and its fix.

2026-04-01·11 min
Read →