<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">Blog posts by OptiMinded</title><link href="http://world.optimizely.com" /><updated>2025-10-20T13:00:42.0000000Z</updated><id>https://world.optimizely.com/blogs/optiminded/</id> <generator uri="http://world.optimizely.com" version="2.0">Optimizely World</generator> <entry><title>Building a Modern eCommerce Platform with Optimizely PaaS and Next.js SaaS Frontend - Part 3: Testing, Deployment &amp; Monitoring</title><link href="https://www.matthewdamon.com/building-a-modern-ecommerce-platform-with-optimizely-paas-and-next-js-saas-frontend-part-3-testing-deployment-monitoring/" /><id>&lt;h2 id=&quot;introduction-testing-strategy-overview&quot;&gt;Introduction &amp;amp; Testing Strategy Overview&lt;/h2&gt;&lt;p&gt;In &lt;a href=&quot;https://www.matthewdamon.com/building-a-modern-e-commerce-platform-with-optimizely-paas-and-next-js-saas-frontend-part-1-architecture-overview-2/&quot;&gt;Part 1&lt;/a&gt; and &lt;a href=&quot;https://www.matthewdamon.com/building-a-modern-e-commerce-platform-with-optimizely-paas-and-next-js-saas-frontend-part-2-frontend-implementation/&quot;&gt;Part 2&lt;/a&gt;, we covered the architecture and frontend implementation of our headless eCommerce platform. Now it&amp;apos;s time to tackle the operational side&amp;#x2014;the testing, deployment, and monitoring strategies that make this architecture production-ready.&lt;/p&gt;&lt;p&gt;Testing a headless architecture presents&lt;/p&gt;</id><updated>2025-10-20T13:00:42.0000000Z</updated><summary type="html">Blog post</summary></entry> <entry><title>Building a Modern eCommerce Platform with Optimizely PaaS and Next.js SaaS Frontend – Part 2: Frontend Implementation</title><link href="https://www.matthewdamon.com/building-a-modern-ecommerce-platform-with-optimizely-paas-and-next-js-saas-frontend-part-2-frontend-implementation/" /><id>&lt;h2 id=&quot;introduction-setup&quot;&gt;Introduction &amp;amp; Setup&lt;/h2&gt;&lt;p&gt;In &lt;a href=&quot;https://www.matthewdamon.com/building-a-modern-e-commerce-platform-with-optimizely-paas-and-next-js-saas-frontend-part-1-architecture-overview-2/&quot;&gt;Part 1&lt;/a&gt;, we explored the high-level architecture of our headless eCommerce platform&amp;#x2014;why we chose &lt;strong&gt;Optimizely PaaS&lt;/strong&gt; for the backend and &lt;strong&gt;Next.js&lt;/strong&gt; for the frontend, and how we structured the overall system for scalability and developer experience.&lt;/p&gt;&lt;p&gt;Now we&amp;#x2019;ll dive into the&lt;/p&gt;</id><updated>2025-10-15T13:00:17.0000000Z</updated><summary type="html">Blog post</summary></entry> <entry><title>Extending Optimizely Opal with Custom Tools and Agents</title><link href="https://www.matthewdamon.com/extending-optimizely-opal-with-custom-tools-and-agents/" /><id>&lt;p&gt;In  we looked at Opal&amp;#x2019;s role as an AI workflow manager in the Optimizely stack. Now let&amp;#x2019;s go deeper and see how you can extend Opal with your own code. Opal isn&amp;#x2019;t just a chat interface &amp;#x2014; it can call out to custom HTTP&lt;/p&gt;</id><updated>2025-09-23T13:00:19.0000000Z</updated><summary type="html">Blog post</summary></entry> <entry><title>Part 2 – Extending Optimizely Opal with Custom Tools and Agents</title><link href="https://www.matthewdamon.com/part-2-extending-optimizely-opal-with-custom-tools-and-agents/" /><id>&lt;p&gt;In &lt;a href=&quot;#&quot; rel=&quot;noopener&quot;&gt;Part 1&lt;/a&gt; we looked at Opal&amp;#x2019;s role as an AI workflow manager in the Optimizely stack. Now let&amp;#x2019;s go deeper and see how you can &lt;strong&gt;extend Opal with your own code&lt;/strong&gt;. Opal isn&amp;#x2019;t just a chat interface &amp;#x2014; it can call out to&lt;/p&gt;</id><updated>2025-09-23T13:00:00.0000000Z</updated><summary type="html">Blog post</summary></entry> <entry><title>Optimizely Opal: AI Assistant and Workflow Manager for the Modern DXP</title><link href="https://www.matthewdamon.com/optimizely-opal-ai-assistant-and-workflow-manager-for-the-modern-dxp/" /><id>&lt;h2 id=&quot;introduction&quot;&gt;Introduction&lt;/h2&gt;&lt;p&gt;Most AI assistants today focus on point productivity&amp;#x2014;generating text, summarizing documents, or suggesting code. These tools are useful, but they&amp;#x2019;re still single-task helpers. They don&amp;#x2019;t manage context across systems, and they rarely align with enterprise workflows.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Optimizely Opal&lt;/strong&gt; is different. Instead of acting&lt;/p&gt;</id><updated>2025-09-22T13:00:51.0000000Z</updated><summary type="html">Blog post</summary></entry> <entry><title>Optimizely PaaS + Next.js: Technical Architecture for Modern eCommerce Platforms</title><link href="https://www.matthewdamon.com/building-a-modern-e-commerce-platform-with-optimizely-paas-and-next-js-saas-frontend-part-1-architecture-overview-2/" /><id>This post walks through the architecture behind the platform—how we decoupled the backend and frontend, connected the pieces effectively, and ensured the system could scale without sacrificing developer speed.</id><updated>2025-08-04T13:57:43.0000000Z</updated><summary type="html">Blog post</summary></entry> <entry><title>Building a Modern eCommerce Platform with Optimizely PaaS and Next.js SaaS Frontend: Part 1 – Architecture Overview</title><link href="https://www.matthewdamon.com/building-a-modern-ecommerce-platform-with-optimizely-paas-and-next-js-saas-frontend-part-1-architecture-overview/" /><id>&lt;h2 id=&quot;introduction&quot;&gt;Introduction&lt;/h2&gt;&lt;p&gt;When you&amp;apos;re building a modern eCommerce experience, it&amp;apos;s tempting to reach for familiar tools. But monoliths break down fast under real-world load&amp;#x2014;especially when content teams and developers are moving at different speeds.&lt;/p&gt;&lt;p&gt;We wanted something better.&lt;/p&gt;&lt;p&gt;So we built a platform that combines&lt;/p&gt;</id><updated>2025-08-04T13:00:00.0000000Z</updated><summary type="html">Blog post</summary></entry> <entry><title>Kicking Off the OMVP Opal Hackathon</title><link href="https://www.matthewdamon.com/kicking-off-the-omvp-opal-hackathon/" /><id>&lt;p&gt;I&amp;apos;m excited to officially join the &lt;strong&gt;OMVP Opal Hackathon&lt;/strong&gt;&amp;#x2014;a 3-week innovation sprint exclusive to Optimizely MVPs and their teams.&lt;/p&gt;&lt;p&gt;Over the next few weeks, we&amp;#x2019;ll be diving into Opal (&lt;a href=&quot;https://www.optimizely.com/ai/?ref=matthewdamon.com&quot; rel=&quot;noreferrer&quot;&gt;Optimizely&amp;#x2019;s new AI layer&lt;/a&gt;) to build practical tools that enhance CMS 12 troubleshooting,&lt;/p&gt;</id><updated>2025-07-25T14:58:17.0000000Z</updated><summary type="html">Blog post</summary></entry></feed>