<?xml version="1.0" encoding="UTF-8" ?>
  <rss version="2.0">
    <channel>
        <title>Meditations</title>
        <link>https://malamsyah.com</link>
        <description>This is my meditations RSS feed</description>
        <item>
          <title>Three Ideas That Shaped How I Make Decisions</title>
          <link>https://malamsyah.com/meditation/three-books-that-shaped-my-decisions</link>
          <description>In a world of wars and uncertainty, Annie Duke, Nassim Taleb, and the idea of power laws gave me a framework for navigating chaos — taking risks, surviving failures, and knowing which decisions actually matter.</description>
          <pubDate>Tue, 17 Mar 2026 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>My Daughter Turns One</title>
          <link>https://malamsyah.com/meditation/my-daughter-turns-one</link>
          <description>Reflections on a year of fatherhood, a failed startup, debt free, and moving to Japan — and how the order of decisions matters as much as the decisions themselves.</description>
          <pubDate>Mon, 16 Mar 2026 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Interview Humble-Pie: Forgetting the Basics</title>
          <link>https://malamsyah.com/meditation/forgetting-the-basics</link>
          <description>A stumble over Go channels reminded me that architecture vision is pointless without keeping the fundamentals sharp — and that code is only one piece of real-world engineering.</description>
          <pubDate>Thu, 10 Jul 2025 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>New Eyes: Parenting and Long-Term Thinking</title>
          <link>https://malamsyah.com/meditation/welcome-alika</link>
          <description>The day Alika arrived, my mental roadmap stretched from quarterly OKRs to the kind of world she will grow up in.</description>
          <pubDate>Sun, 16 Mar 2025 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Locality Over Perfection: The Realisation</title>
          <link>https://malamsyah.com/meditation/locality-vs-srp</link>
          <description>Single-Responsibility Principle is great on paper, but keeping related behavior close together trumps textbook purity when you are debugging at 2 AM.</description>
          <pubDate>Wed, 12 Feb 2025 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>From 90 Minutes to 10: Monitoring Overhaul</title>
          <link>https://malamsyah.com/meditation/from-90minutes-to-10-monitoring-overhaul</link>
          <description>How better dashboards and alerting transformed firefighting into a routine drill.</description>
          <pubDate>Wed, 22 Jan 2025 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Teaching Tracing: Multiplying Debugging Speed</title>
          <link>https://malamsyah.com/meditation/teaching-tracing-multiplying-debugging-speed</link>
          <description>Mentoring teammates to use distributed tracing and cut debugging time by 60%.</description>
          <pubDate>Sat, 05 Oct 2024 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Backward Compatibility: Clearing Mental Clutter</title>
          <link>https://malamsyah.com/meditation/backward-compatible</link>
          <description>Why building backward-compatible endpoints — and pairing them with rigorous tests — gave us peace of mind and true ownership.</description>
          <pubDate>Wed, 25 Sep 2024 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>When Traffic Surges 5x and Nothing Breaks</title>
          <link>https://malamsyah.com/meditation/when-traffic-surges-5-and-nothing-breaks</link>
          <description>Preparation, load-testing, and optimization that kept a fintech platform calm under promotional pressure.</description>
          <pubDate>Sat, 17 Aug 2024 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Guardrails for an AI Assistant</title>
          <link>https://malamsyah.com/meditation/guardrails-for-an-ai-assistant</link>
          <description>Fixing a demo mishap by adding safety nets to an AI-powered accessibility assistant.</description>
          <pubDate>Thu, 20 Jun 2024 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Legacy to Lean: Shrinking Deploy Times by 70%</title>
          <link>https://malamsyah.com/meditation/legacy-to-lean-shrinking-deploy-times-by-70</link>
          <description>Refactoring a legacy Java codebase into Go modules to unlock weekly releases and happier developers.</description>
          <pubDate>Wed, 15 May 2024 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Zero-Downtime Migration to Microservices in Healthcare</title>
          <link>https://malamsyah.com/meditation/zerodowntime-migration-to-microservices-in-healthcare</link>
          <description>Strategies for moving a monolith to microservices while maintaining uptime.</description>
          <pubDate>Wed, 15 Nov 2023 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>When Empathy Isn't Enough: Letting Go to Save the Team</title>
          <link>https://malamsyah.com/meditation/letting-go-for-team</link>
          <description>I believed every problem could be fixed with patience and feedback — until one teammate's toxic behavior forced me to choose between one person and the well-being of everyone else.</description>
          <pubDate>Fri, 18 Aug 2023 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Cheap Mistakes, Safe People: Engineering a Fearless Team</title>
          <link>https://malamsyah.com/meditation/cheap-mistakes</link>
          <description>Psychological safety is not a poster on the wall — it is tests that fail fast, dashboards that tell the truth, and blue-green deploys that let us ship without heart attacks.</description>
          <pubDate>Sun, 16 Jul 2023 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Leading by Listening (and Pair-Programming)</title>
          <link>https://malamsyah.com/meditation/leading-by-listening</link>
          <description>A diverse team taught me that trading micromanaging for empathy, leading by example, and coding shoulder-to-shoulder beats any management framework.</description>
          <pubDate>Sat, 10 Jun 2023 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>When Over-Engineering Trips Me Up</title>
          <link>https://malamsyah.com/meditation/overengineering</link>
          <description>In an interview I almost talked myself out of the job — proof that my biggest weakness is turning every nail into a distributed-systems hammer.</description>
          <pubDate>Tue, 14 Mar 2023 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Building an Observability Culture</title>
          <link>https://malamsyah.com/meditation/building-an-observability-culture</link>
          <description>Driving org-wide adoption of logs and metrics to accelerate incident response.</description>
          <pubDate>Sat, 10 Sep 2022 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Designing a Multi-Currency Payment Service</title>
          <link>https://malamsyah.com/meditation/designing-a-multicurrency-payment-service</link>
          <description>Building safeguards into a fintech microservice that now processes $20M+ a year.</description>
          <pubDate>Wed, 15 Jun 2022 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Three-Hour Downtime: Postgres Lock Lessons from Gojek</title>
          <link>https://malamsyah.com/meditation/lesson-learned-from-db-outage</link>
          <description>How one forgotten lock timeout, silent dead tuples, and an ill-timed migration took a core service offline — and the guard-rails we added afterward.</description>
          <pubDate>Mon, 12 Jul 2021 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Retry & Circuit Breakers: Keeping the BFF Breathing</title>
          <link>https://malamsyah.com/meditation/retry-and-circuit-breaker</link>
          <description>How adding smart retries and a circuit breaker to our Backend-for-Frontend stopped downstream hiccups from turning ride orders into spinning loaders.</description>
          <pubDate>Wed, 07 Apr 2021 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Breaking the Monolith: 10x Ride Growth at Gojek</title>
          <link>https://malamsyah.com/meditation/breaking-the-monolith-10-ride-growth-at-gojek</link>
          <description>Lessons from splitting a ride-hailing platform into microservices to scale smoothly during peak hours.</description>
          <pubDate>Sat, 15 Jun 2019 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Staying Calm During a 3 AM Outage</title>
          <link>https://malamsyah.com/meditation/staying-calm-during-a-3am-outage</link>
          <description>How a first on-call experience taught me the power of calm and teamwork in resolving production incidents.</description>
          <pubDate>Fri, 15 Mar 2019 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Lessons From My First Failed Startup</title>
          <link>https://malamsyah.com/meditation/lesson-from-first-failed-startup</link>
          <description>How chasing shiny tech, missing product-market fit, and the pain of winding down taught me urgency and empathy.</description>
          <pubDate>Wed, 10 Jan 2018 00:00:00 GMT</pubDate>
        </item>
    </channel>
  </rss>