<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Local Development on m7y.me - Software Engineering, Platform Engineering &amp; Leadership</title>
    <link>https://m7y.me/tags/local-development/</link>
    <description>Recent content in Local Development on m7y.me - Software Engineering, Platform Engineering &amp; Leadership</description>
    <generator>Hugo</generator>
    <language>en-au</language>
    <copyright>Privacy | © 2026 m7y.me |</copyright>
    <lastBuildDate>Sat, 04 Apr 2026 00:00:00 +1000</lastBuildDate>
    <atom:link href="https://m7y.me/tags/local-development/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Getting Started with Azure Event Grid Simulator</title>
      <link>https://m7y.me/post/2026-04-04-getting-started-with-azure-event-grid-simulator/</link>
      <pubDate>Sat, 04 Apr 2026 00:00:00 +1000</pubDate>
      <guid>https://m7y.me/post/2026-04-04-getting-started-with-azure-event-grid-simulator/</guid>
      <description>A walkthrough of AzureEventGridSimulator - install it, configure topics and subscribers, publish events to a locally running Azure Function, and explore filtering, retry, dead-lettering, and the built-in dashboard. No Azure subscription required.</description>
    </item>
    <item>
      <title>Easier Code Debugging with SQL Server Backups</title>
      <link>https://m7y.me/post/2024-04-21-debugging-with-sql-server-backups/</link>
      <pubDate>Sun, 21 Apr 2024 00:00:00 +1000</pubDate>
      <guid>https://m7y.me/post/2024-04-21-debugging-with-sql-server-backups/</guid>
      <description>Speed up your debugging workflow by restoring SQL Server backups to quickly reproduce issues. A practical guide to using BACKUP and RESTORE commands to reset your local database to a known state.</description>
    </item>
    <item>
      <title>Part II: Initialising SQL Server with Docker Compose</title>
      <link>https://m7y.me/post/2024-04-06-sql-server-init-docker-compose/</link>
      <pubDate>Sat, 06 Apr 2024 00:00:00 +1000</pubDate>
      <guid>https://m7y.me/post/2024-04-06-sql-server-init-docker-compose/</guid>
      <description>This article explores three effective methods for initialising a SQL Server container using Docker Compose: execution of SQL scripts, leveraging mssql-tools, and restoring from a bacpac.</description>
    </item>
    <item>
      <title>Part I: Microsoft SQL Server with Docker Compose</title>
      <link>https://m7y.me/post/2024-04-05-sql-server-with-docker-compose/</link>
      <pubDate>Fri, 05 Apr 2024 00:00:00 +1000</pubDate>
      <guid>https://m7y.me/post/2024-04-05-sql-server-with-docker-compose/</guid>
      <description>A step-by-step guide to running Microsoft SQL Server in Docker Compose for local development. Covers configuration for both Windows and Mac (including ARM/Rosetta), health checks, persistent volumes, and team-friendly defaults.</description>
    </item>
    <item>
      <title>SQL Server High Dpi Settings</title>
      <link>https://m7y.me/post/2021-01-03-sql-server-high-dpi-settings/</link>
      <pubDate>Sun, 03 Jan 2021 00:00:00 +1000</pubDate>
      <guid>https://m7y.me/post/2021-01-03-sql-server-high-dpi-settings/</guid>
      <description>A quick fix for SQL Server Management Studio looking awful on high DPI screens. Mostly a note to my future self.</description>
    </item>
    <item>
      <title>Keep your dev loop as short as possible with SQL Server Snapshots</title>
      <link>https://m7y.me/post/2019-12-05-debugging-with-sql-server-snapshots/</link>
      <pubDate>Thu, 05 Dec 2019 00:00:00 +1000</pubDate>
      <guid>https://m7y.me/post/2019-12-05-debugging-with-sql-server-snapshots/</guid>
      <description>SQL Server snapshots let you quickly save and restore your local database state - handy when switching branches or debugging scenarios that need complex data setups.</description>
    </item>
    <item>
      <title>Creating an Azure Event Grid Simulator</title>
      <link>https://m7y.me/post/2019-02-02-creating-an-eventgrid-simulator/</link>
      <pubDate>Sat, 02 Feb 2019 00:00:00 +1000</pubDate>
      <guid>https://m7y.me/post/2019-02-02-creating-an-eventgrid-simulator/</guid>
      <description>I built an Azure Event Grid Simulator so I could run integration tests locally without needing a real Event Grid instance. It&amp;rsquo;s on GitHub.</description>
    </item>
    <item>
      <title>Locally Debugging an Event Grid Triggered Azure Function with Postman</title>
      <link>https://m7y.me/post/2018-12-18-debug-eventgrid-triggered-azure-function/</link>
      <pubDate>Tue, 18 Dec 2018 00:00:00 +1000</pubDate>
      <guid>https://m7y.me/post/2018-12-18-debug-eventgrid-triggered-azure-function/</guid>
      <description>How to locally debug an Azure Function with an Event Grid trigger using Postman. The trick is the aeg-event-type header, which took me ages to find in the docs.</description>
    </item>
  </channel>
</rss>
