<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.10.0">Jekyll</generator><link href="https://markjbrown.com/feed.xml" rel="self" type="application/atom+xml" /><link href="https://markjbrown.com/" rel="alternate" type="text/html" /><updated>2026-06-11T19:38:55+00:00</updated><id>https://markjbrown.com/feed.xml</id><title type="html">Mark Brown</title><subtitle>Engineer, evangelist, community cat-herder. Principal PM at Microsoft on Azure Cosmos DB. This is my personal site — opinions are my own.</subtitle><entry><title type="html">Starting over: this blog is now on GitHub Pages</title><link href="https://markjbrown.com/2026/06/11/starting-over.html" rel="alternate" type="text/html" title="Starting over: this blog is now on GitHub Pages" /><published>2026-06-11T18:00:00+00:00</published><updated>2026-06-11T18:00:00+00:00</updated><id>https://markjbrown.com/2026/06/11/starting-over</id><content type="html" xml:base="https://markjbrown.com/2026/06/11/starting-over.html"><![CDATA[<p>I just retired my old WordPress site and rebuilt
<a href="https://markjbrown.com">markjbrown.com</a> as a static Jekyll site hosted on
GitHub Pages. The old site had been on Azure App Service for years and was
quietly costing me money to host content I wasn’t even maintaining.</p>

<p>A few things I like about the new setup:</p>

<ul>
  <li><strong>Free hosting.</strong> GitHub Pages costs $0 for public repos.</li>
  <li><strong>No surface area to attack.</strong> No WordPress admin, no PHP, no database, no
plugins to patch.</li>
  <li><strong>Git is the CMS.</strong> Writing a post is <code class="language-plaintext highlighter-rouge">git commit &amp;&amp; git push</code>. Editing
happens in any editor — and PRs give me a built-in review workflow.</li>
  <li><strong>The site IS the source.</strong> No more “where did I write that?” — it’s all
Markdown in a public repo at
<a href="https://github.com/markjbrown/markjbrown.github.io">github.com/markjbrown/markjbrown.github.io</a>.</li>
</ul>

<p>I’m planning to start writing again here — mostly about the stuff I’m working
on day-to-day on the Azure Cosmos DB team: data modeling at scale, vector
search, multi-agent AI patterns, and the surprises that fall out of running
real workloads in distributed systems.</p>

<p>More soon.</p>]]></content><author><name></name></author><category term="meta" /><category term="jekyll" /><category term="azure" /><summary type="html"><![CDATA[I just retired my old WordPress site and rebuilt markjbrown.com as a static Jekyll site hosted on GitHub Pages. The old site had been on Azure App Service for years and was quietly costing me money to host content I wasn’t even maintaining.]]></summary></entry></feed>