Skip to main content

A Practical Guide To Building Enterprise-Grade APIs

· 7 min read
Malcolm Navarro
Director of Engineering @ Messari

In today's interconnected software ecosystem, APIs are the lifeblood of modern applications. The difference between a good API and a great one often determines whether developers love or loathe integrating with your service. Companies like Stripe and Plaid have set the gold standard—their APIs are not just functional, they're delightful to use.

But what separates an enterprise-grade API from a hastily constructed endpoint? The little details.

Good Monoliths Are Underrated

· 6 min read
Malcolm Navarro
Director of Engineering @ Messari

Hot take to start the 2026 calendar year: Microservices were a psyop created to manufacture work and "fix" poor coding decisions. In most cases, a modular monolith makes more sense.

Are microservices a valid concept? Yes! Are there benefits when compared to a traditional monolith at scale? Without a doubt! However, the industry has over-indexed on microservices as a means to create separation of concerns, enable better parallelization / ownership and stop bad coding deciions by fragmenting the code. In this post, I'll be talking about when and how a monolith makes sense, and when it doesn't.

TLDR; it all hinges on scale.

Momentum is 🔑

· 3 min read
Malcolm Navarro
Director of Engineering @ Messari

If you took physics in high school (or at least pretended to while copying homework), you probably remember this equation when doing an assignment:

p = m × v

Momentum equals mass times velocity.

In software engineering, I think of mass as the quantity of work, and velocity as how fast it's being done. Momentum isn’t about cranking up one of these. You don’t win by doing everything, and you don’t win by doing one thing really fast if it’s the wrong thing. Momentum, is about from finding balance: doing the most meaningful work at the fastest sustainable pace.

Momentum matters because time is the most valuable resource in engineering (and in life, but that's a deeper discussion for another day). Not compute. Not headcount. Not even IC talent. You can always vertically or horizationally scale servers, hire more people (what a drag), or refactor technical debt. You cannot buy back lost time!

Transition To TypeScript

· 7 min read
Malcolm Navarro
VP of Technology @ Templum

This was the question I started asking myself about 6 months ago. JavaScript works - pretty well in fact. For whatever reason though, it still felt like something was missing.

Three long years ago I joined a 3 person startup as the first technical hire and was tasked with creating the company web application. After evaluating AngularJS, ReactJS and VueJS, I decided to build the proof-of-concept with ReactJS and TypeScript. It didn't go so well.

git commit -m "Initial Blog"

· 4 min read
Malcolm Navarro
VP of Technology @ Templum

Hello!

My name is Malcolm Navarro and this is my personal website. I'm 27 years old, I was born in Brazil and I currently live in Austin, Texas with my girlfriend and 2 dogs. Over the next several weeks I'm hoping to share a few blog posts with you spanning across different Software Engineer topics. Eventually, I aim to share some coding tutorials and notes that I feel could be beneficial to engineers of all levels.