{"id":172,"date":"2026-03-14T02:47:40","date_gmt":"2026-03-14T02:47:40","guid":{"rendered":"https:\/\/dev.harmonic-framework.com\/testing-blog-infrastructure\/"},"modified":"2026-03-14T02:47:40","modified_gmt":"2026-03-14T02:47:40","slug":"testing-blog-infrastructure","status":"publish","type":"post","link":"https:\/\/dev.harmonic-framework.com\/es\/testing-blog-infrastructure\/","title":{"rendered":"Testing Blog Infrastructure"},"content":{"rendered":"\n<p>This is a test post to verify the blog infrastructure is working correctly. It includes code blocks, a Mermaid diagram, and various formatting elements.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Code Highlighting Test<\/h2>\n\n\n\n<p>Here is a Python code sample rendered with Prismatic\/Prism.js:<\/p>\n\n\n<pre><code class=\"\" data-line=\"\">class Engine:\n    &quot;&quot;&quot;Business rule execution component.&quot;&quot;&quot;\n    \n    def calculate_pricing(self, order: Order) -&gt; Decimal:\n        base = order.quantity * order.unit_price\n        discount = self._apply_volume_discount(base, order.quantity)\n        return base - discount\n    \n    def _apply_volume_discount(self, total: Decimal, qty: int) -&gt; Decimal:\n        if qty &gt;= 100:\n            return total * Decimal(&quot;0.15&quot;)\n        elif qty &gt;= 50:\n            return total * Decimal(&quot;0.10&quot;)\n        return Decimal(&quot;0&quot;)\n<\/code><\/pre>\n\n\n<p>And a TypeScript example:<\/p>\n\n\n<pre><code class=\"\" data-line=\"\">interface FlowComponent {\n  readonly id: string;\n  readonly interactions: InteractionComponent[];\n  execute(context: FlowContext): Promise&lt;FlowResult&gt;;\n}\n\nconst checkoutFlow: FlowComponent = {\n  id: &quot;checkout&quot;,\n  interactions: [cartReview, paymentEntry, confirmation],\n  async execute(ctx) {\n    for (const step of this.interactions) {\n      const result = await step.run(ctx);\n      if (!result.success) return FlowResult.abort(result.reason);\n    }\n    return FlowResult.complete();\n  }\n};\n<\/code><\/pre>\n\n\n<h2 class=\"wp-block-heading\">Mermaid Diagram Test<\/h2>\n\n\n\n<p>A component communication diagram:<\/p>\n\n\n<div class=\"mermaid\">\ngraph TD\n    M[Manager] --> E1[Engine A]\n    M --> E2[Engine B]\n    M --> RA[Resource Accessor]\n    E1 --> RA\n    E2 --> RA\n    U[Utility] -.-> M\n    U -.-> E1\n    U -.-> E2\n    U -.-> RA\n<\/div>\n\n\n<h2 class=\"wp-block-heading\">Formatting Tests<\/h2>\n\n\n\n<p>This verifies <strong>bold<\/strong>, <em>italic<\/em>, <code class=\"\" data-line=\"\">inline code<\/code>, and <a href=\"\/methodologies\/\">internal links<\/a> all render correctly in the blog post template.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Bullet point one<\/li>\n<li>Bullet point two with <code class=\"\" data-line=\"\">code<\/code><\/li>\n<li>Bullet point three<\/li>\n<\/ul>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p>Systems with correct boundaries produce testable systems. Systems with incorrect boundaries produce test friction.<\/p><\/blockquote>\n","protected":false},"excerpt":{"rendered":"<p>This is a test post to verify the blog infrastructure is working correctly. It includes code blocks, a Mermaid diagram, and various formatting elements. Code Highlighting Test Here is a Python code sample rendered with Prismatic\/Prism.js: class Engine: &quot;&quot;&quot;Business rule execution component.&quot;&quot;&quot; def calculate_pricing(self, order: Order) -&gt; Decimal: base = order.quantity * order.unit_price discount = &#8230; <a title=\"Testing Blog Infrastructure\" class=\"read-more\" href=\"https:\/\/dev.harmonic-framework.com\/es\/testing-blog-infrastructure\/\" aria-label=\"Read more about Testing Blog Infrastructure\">Read more<\/a><\/p>","protected":false},"author":0,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_uag_custom_page_level_css":"","footnotes":""},"categories":[4],"tags":[],"methodology":[],"class_list":["post-172","post","type-post","status-publish","format-standard","hentry","category-deep-dives"],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false,"trp-custom-language-flag":false,"post-thumbnail":false,"hf-card":false,"hf-hero":false},"uagb_author_info":{"display_name":"","author_link":"https:\/\/dev.harmonic-framework.com\/es\/author\/"},"uagb_comment_info":0,"uagb_excerpt":"This is a test post to verify the blog infrastructure is working correctly. It includes code blocks, a Mermaid diagram, and various formatting elements. Code Highlighting Test Here is a Python code sample rendered with Prismatic\/Prism.js: class Engine: &quot;&quot;&quot;Business rule execution component.&quot;&quot;&quot; def calculate_pricing(self, order: Order) -&gt; Decimal: base = order.quantity * order.unit_price discount =&hellip;","_links":{"self":[{"href":"https:\/\/dev.harmonic-framework.com\/es\/wp-json\/wp\/v2\/posts\/172","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dev.harmonic-framework.com\/es\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/dev.harmonic-framework.com\/es\/wp-json\/wp\/v2\/types\/post"}],"replies":[{"embeddable":true,"href":"https:\/\/dev.harmonic-framework.com\/es\/wp-json\/wp\/v2\/comments?post=172"}],"version-history":[{"count":0,"href":"https:\/\/dev.harmonic-framework.com\/es\/wp-json\/wp\/v2\/posts\/172\/revisions"}],"wp:attachment":[{"href":"https:\/\/dev.harmonic-framework.com\/es\/wp-json\/wp\/v2\/media?parent=172"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/dev.harmonic-framework.com\/es\/wp-json\/wp\/v2\/categories?post=172"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/dev.harmonic-framework.com\/es\/wp-json\/wp\/v2\/tags?post=172"},{"taxonomy":"methodology","embeddable":true,"href":"https:\/\/dev.harmonic-framework.com\/es\/wp-json\/wp\/v2\/methodology?post=172"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}