Writing on software engineering, company building, and the building an online brand.

All of my long-form thoughts on programming, leadership, product design, and more, collected in chronological order.

What is AI / ML?

AI is the broader concept encompassing the development of intelligent computer systems, while ML is a specific approach within AI that involves learning from data to improve performance on tasks.

Performing A Binary Search

Ever wondered how a complex algorithm can be broken down? We go over how to perform a key search algorithm.

Math in Javascript

A database is a structured collection of data that is organized in a way that makes it easy to manage, retrieve, and manipulate.