Writing

Articles published on Medium.

  1. February 27, 2026·2 min readThe Death of the “No”: Why Developers Need to Be Questioned

    Modern LLMs like Claude and ChatGPT have transitioned from a novelty to an essential element of modern software development. We went from “Hey, ChatGPT is kinda cool” to “Hey Cursor, implement my enti…

  2. April 9, 2025·2 min readDemystifying SQL Joins

    There is nothing magical about table joins in SQL. It’s actually quite simple … Dataset We will be using two example tables throughout the article. The first table f1_team uses id as the primary key.…