{"id":17501,"date":"2025-11-20T13:54:19","date_gmt":"2025-11-20T13:54:19","guid":{"rendered":"https:\/\/www.capitalnumbers.com\/blog\/?p=17501"},"modified":"2026-04-13T09:19:17","modified_gmt":"2026-04-13T09:19:17","slug":"cto-guide-deliver-flawless-software-fast","status":"publish","type":"post","link":"https:\/\/www.capitalnumbers.com\/blog\/cto-guide-deliver-flawless-software-fast\/","title":{"rendered":"Quality at Speed: A CTO\u2019s Guide to Delivering Flawless Software"},"content":{"rendered":"<p>Every modern business now runs on software, and the expectations are unforgiving. Users demand instant, flawless digital experiences. Leadership wants faster delivery cycles and scalable architectures. Teams crave autonomy with clarity.<\/p>\n<p>Balancing all of that is no small feat. But it\u2019s also what defines a modern technology leader.<\/p>\n<p>The organizations that win today are those that master quality at speed which is the ability to build, test, and ship continuously without compromise.<\/p>\n<p>From my own experience leading engineering transformations, I\u2019ve learned that speed and quality are not opposites. They are the results of good architecture, disciplined automation, and empowered teams. When done right, they reinforce each other.<\/p>\n<p>This guide explores how to make that happen across architecture, development, testing, delivery, and culture.<\/p>\n<h2 class=\"h2-mod-before-ul\">Redefining Quality and Speed<\/h2>\n<p>Speed is not about deploying quickly; it\u2019s about learning quickly.<\/p>\n<p>Quality is not about defect counts; it\u2019s about user trust &#8211; reliability, performance, and predictability.<\/p>\n<p>Modern teams measure quality by resilience and speed by feedback loops. They automate validation, reduce decision friction, and build systems that are easy to change safely.<\/p>\n<p>The companies that thrive are those where engineers can move fast without fear, because everything around them, the codebase, tooling, and processes, supports safe change.<\/p>\n<h2 class=\"h2-mod-before-ul\">Architecture Designed for Adaptability<\/h2>\n<p>Great software doesn\u2019t age, it evolves. That\u2019s only possible if your architecture is built for change, not permanence. Key principles of modern system design:<\/p>\n<ul class=\"third-level-list\">\n<li><strong>Modular and Decoupled:<\/strong> <a href=\"https:\/\/www.capitalnumbers.com\/blog\/microservices-architecture-breaking-monoliths-for-agility\/\">Microservices<\/a>, modular monoliths, or domain-based architectures that allow independent scaling and deployment.<\/li>\n<li><strong>API-First Thinking:<\/strong> Define contracts early with OpenAPI, GraphQL, or gRPC to enforce clarity and consistency.<\/li>\n<li><strong>Observability Built-In:<\/strong> Every component should emit metrics, logs, and traces for real-time insights.<\/li>\n<li><strong>Feature Flags &amp; Progressive Rollouts:<\/strong> Deploy continuously but release strategically. Enable, monitor, and roll back instantly when needed.<\/li>\n<\/ul>\n<p>Adaptable architecture doesn\u2019t slow innovation, it enables it safely.<\/p>\n<h2 class=\"h2-mod-before-ul\">Frontend Engineering: The Art of Instant Trust<\/h2>\n<p>Your frontend is where perception meets performance. One delay, one inconsistency, and trust breaks. Modern frontend teams combine discipline, automation, and empathy to deliver experiences that feel effortless.<\/p>\n<ul class=\"third-level-list\">\n<li><strong>Type Safety Everywhere:<\/strong> TypeScript, component libraries, and strict typing prevent silent regressions.<\/li>\n<li><strong>Component Isolation:<\/strong> Use Storybook or similar tools for visual validation in isolation.<\/li>\n<li><strong>Automated Visual &amp; Accessibility Testing:<\/strong> Tools like Playwright and Axe ensure consistency and inclusivity.<\/li>\n<li><strong>Edge Rendering and Smart Caching:<\/strong> Frameworks like Next.js, SvelteKit, and Astro make performance intrinsic, not optional.<\/li>\n<\/ul>\n<p>A great frontend is the result of precision disguised as simplicity.<\/p>\n<h2 class=\"h2-mod-before-ul\">Backend Engineering: Building for Reliability<\/h2>\n<p>The backend is your invisible foundation. When it fails, everything else does. Modern backends are designed around resilience, consistency, and elasticity.<\/p>\n<ul class=\"third-level-list\">\n<li><strong>Event-Driven Design:<\/strong> Use message queues, streaming, and serverless functions for decoupled scalability.<\/li>\n<li><strong>Data Reliability:<\/strong> Schema migrations, versioned APIs, and automated backup testing prevent silent failures.<\/li>\n<li><strong>API Governance:<\/strong> Enforce consistency with schema validation and automated contract testing.<\/li>\n<li><strong>Resilience Testing:<\/strong> Regular chaos experiments validate recovery and redundancy mechanisms.<\/li>\n<\/ul>\n<p>A resilient backend doesn\u2019t just handle traffic, it handles uncertainty.<\/p>\n<h2 class=\"h2-mod-before-ul\">Infrastructure and Platform Engineering<\/h2>\n<p>Speed and stability coexist when teams build on strong foundations. That\u2019s why modern DevOps has evolved into platform engineering, giving teams self-service capabilities while maintaining governance.<\/p>\n<ul class=\"third-level-list\">\n<li><strong>Infrastructure as Code:<\/strong> Terraform, Pulumi, or Crossplane make your environments reproducible.<\/li>\n<li><strong>GitOps:<\/strong> ArgoCD and Flux ensure deployments are declarative and auditable.<\/li>\n<li><strong>Policy as Code:<\/strong> Use OPA or Kyverno for automated compliance and security enforcement.<\/li>\n<li><strong>Self-Service Environments:<\/strong> Let developers create standardized dev\/test setups on demand.<\/li>\n<\/ul>\n<p>The best platforms make doing the right thing the easiest thing.<\/p>\n<h2 class=\"h2-mod-before-ul\">Delivery Pipelines: From CI\/CD to Continuous Verification<\/h2>\n<p>CI\/CD is no longer just automation; it\u2019s confidence automation. The most effective pipelines are intelligent and self-aware.<\/p>\n<ul class=\"third-level-list\">\n<li><strong>Layered Pipelines:<\/strong> Fast validation on commits, deeper suites on merges, and live checks after deployment.<\/li>\n<li><strong>Caching and Parallelization:<\/strong> Build once, test everywhere.<\/li>\n<li><strong>Progressive Delivery:<\/strong> Canary, blue-green, and feature-flag-based rollouts to reduce blast radius.<\/li>\n<li><strong>Continuous Verification:<\/strong> Post-deployment checks confirm that releases behave as expected in production.<\/li>\n<\/ul>\n<p>A great pipeline doesn\u2019t just ship code faster, it protects users from unfinished ideas.<\/p>\n<h2 class=\"h2-mod-before-ul\">Quality Engineering and Test Automation<\/h2>\n<p>Testing has transformed from a step in the process to a continuous safeguard. It\u2019s now embedded throughout the lifecycle, from commit to production.<\/p>\n<ul class=\"third-level-list\">\n<li><strong>Unit, Contract, and API Tests:<\/strong> Automate what can break most often.<\/li>\n<li><strong>End-to-End Scenarios:<\/strong> Focus on critical user flows, not exhaustive permutations.<\/li>\n<li><strong><a href=\"https:\/\/www.capitalnumbers.com\/blog\/what-is-ai-in-software-testing\/\">AI-Augmented Testing<\/a>:<\/strong> Use AI to generate edge cases, detect flaky tests, and optimize coverage.<\/li>\n<li><strong>Ephemeral Test Environments:<\/strong> Spin up isolated, production-like setups on demand for integration tests.<\/li>\n<li><strong>Performance and Chaos Testing:<\/strong> Integrate reliability testing into every sprint.<\/li>\n<\/ul>\n<p>Quality engineering is about finding risks early and automatically, not about adding manual gates.<\/p>\n<h2 class=\"h2-mod-before-ul\">Security and Compliance by Default<\/h2>\n<p>Security can no longer be reactive or external. It has to be baked into every layer of the delivery chain.<\/p>\n<ul class=\"third-level-list\">\n<li><strong>Shift-Left Security:<\/strong> Static and dynamic scans (SAST, DAST, SCA) built into CI\/CD.<\/li>\n<li><strong>Zero Trust Everywhere:<\/strong> Every identity, service, and connection must be verified continuously.<\/li>\n<li><strong>Secret Management:<\/strong> Centralized systems like Vault or AWS Secrets Manager, never hard-coded keys.<\/li>\n<li><strong>Supply Chain Protection:<\/strong> <a href=\"https:\/\/www.cisa.gov\/sbom\" target=\"_blank\" rel=\"nofollow noopener\">Software Bill of Materials<\/a> (SBOM) and artifact signing are now table stakes.<\/li>\n<li><strong>Compliance as Code:<\/strong> Automate enforcement of data retention, privacy, and audit standards.<\/li>\n<\/ul>\n<p>Secure teams move faster because they don\u2019t need to pause to check later.<\/p>\n<h2 class=\"h2-mod-before-ul\">Observability: From Monitoring to Insight<\/h2>\n<p>Monitoring tells you what happened. Observability tells you why it happened, and soon, what will happen next.<\/p>\n<ul class=\"third-level-list\">\n<li><strong>Unified Telemetry:<\/strong> OpenTelemetry has standardized instrumentation across stacks.<\/li>\n<li><strong>SLO-Driven Operations:<\/strong> Define reliability in business terms, not technical ones.<\/li>\n<li><strong>AI-Driven Anomaly Detection:<\/strong> Modern platforms highlight risks before users do.<\/li>\n<li><strong>Full Context Visibility:<\/strong> Logs, metrics, and traces converge into actionable insights.<\/li>\n<\/ul>\n<p>Observability is your early-warning system, the heartbeat of quality at speed.<\/p>\n<h2 class=\"h2-mod-before-ul\">AI in the Engineering Workflow<\/h2>\n<p>AI has become the new teammate in modern software delivery. From code generation to incident response, it\u2019s transforming how teams operate.<\/p>\n<ul class=\"third-level-list\">\n<li><strong>AI-Assisted Coding:<\/strong> Developers use copilots to handle repetitive patterns and boilerplate.<\/li>\n<li><strong>Intelligent Code Review:<\/strong> ML-based systems flag potential bugs and vulnerabilities early.<\/li>\n<li><strong>Natural Language Documentation:<\/strong> AI tools now summarize PRs, changelogs, and architecture diagrams automatically.<\/li>\n<li><strong>AI in Operations:<\/strong> Predictive analytics detect anomalies, summarize incidents, and trigger automated responses.<\/li>\n<\/ul>\n<p>But oversight is key.<\/p>\n<h3 class=\"h3-mod\">&#8220;Treat AI like a junior developer, fast, helpful, but requiring review.\u201d<\/h3>\n<p>The smartest teams use AI to accelerate learning, not just output. In practice, this means balancing automation with human judgment. Let AI reduce cognitive load, but never replace critical thinking.<\/p>\n<p class=\"read-also\"><strong>You May Also Read: <\/strong> <a href=\"https:\/\/www.capitalnumbers.com\/blog\/ai-helper-for-developers\/\">The AI Helper for Developers: Making Coding Easier and Faster<\/a><\/p>\n<h2 class=\"h2-mod-before-ul\">Project Management and Delivery Methodologies<\/h2>\n<p>Modern delivery is not about strict methodologies, it\u2019s about adaptive flow. Leading organizations blend <a href=\"https:\/\/www.capitalnumbers.com\/blog\/agile-methodologies-for-rapid-software-development\/\">Agile<\/a>, Lean, and Flow principles to focus on outcomes, not ceremonies.<\/p>\n<ul class=\"third-level-list\">\n<li><strong>Value Stream Management:<\/strong> Visualize and optimize flow from idea to delivery.<\/li>\n<li><strong>Outcome-Based Planning:<\/strong> Replace fixed roadmaps with flexible quarterly <a href=\"https:\/\/www.atlassian.com\/agile\/agile-at-scale\/okr\" target=\"_blank\" rel=\"nofollow noopener\">OKRs<\/a>.<\/li>\n<li><strong>Empowered Teams:<\/strong> Fund missions, not projects. Give teams ownership of business outcomes.<\/li>\n<li><strong>Data-Driven Delivery: <\/strong>Replace subjective status updates with metrics like lead time and flow efficiency.<\/li>\n<\/ul>\n<p>Project management has evolved from tracking activity to engineering flow optimization.<\/p>\n<h2 class=\"h2-mod-before-ul\">FinOps and Sustainable Engineering<\/h2>\n<p>Speed is only meaningful if it\u2019s sustainable, financially and environmentally.<\/p>\n<ul class=\"third-level-list\">\n<li><strong>Cloud Cost Visibility:<\/strong> Attribute cost per environment, per feature, or even per commit.<\/li>\n<li><strong>GreenOps Practices:<\/strong> Optimize compute and resource usage to reduce carbon impact.<\/li>\n<li><strong>Performance Equals Efficiency:<\/strong> Faster, leaner code often consumes fewer resources, good for both cost and planet.<\/li>\n<\/ul>\n<p>Engineering excellence now includes fiscal and ecological responsibility.<\/p>\n<h2 class=\"h2-mod-before-ul\">People and Culture: The Hidden Engine of Velocity<\/h2>\n<p>Technology enables speed, but culture sustains it.<\/p>\n<ul class=\"third-level-list\">\n<li><strong>You Build It, You Run It:<\/strong> Teams own their features end-to-end.<\/li>\n<li><strong>Blameless Postmortems:<\/strong> Mistakes are data points, not career risks.<\/li>\n<li><strong>Psychological Safety:<\/strong> Innovation happens when failure is safe to discuss.<\/li>\n<li><strong>Continuous Learning:<\/strong> Upskilling, mentoring, and retrospectives keep velocity healthy.<\/li>\n<li><strong>Product-Led Engineering:<\/strong> Every decision ties back to measurable user or business impact.<\/li>\n<\/ul>\n<p>The best engineering cultures don\u2019t chase productivity, they build environments where productivity is natural.<\/p>\n<h2 class=\"h2-mod-before-ul\">Measuring What Matters<\/h2>\n<table class=\"table table-bordered tableNstyle\" style=\"margin-bottom: 25px;\">\n<thead class=\"table-dark\">\n<tr>\n<th style=\"width: 33%; font-size: 12px; font-weight: bold;\">Metric<\/th>\n<th style=\"width: 33%; font-size: 12px; font-weight: bold;\">Target<\/th>\n<th style=\"width: 33%; font-size: 12px; font-weight: bold;\">Purpose<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td style=\"width: 33%; font-size: 12px; line-height: 16px; font-weight: bold;\">Lead Time for Change<\/td>\n<td style=\"width: 33%; font-size: 12px; line-height: 16px;\">&lt; 24 hours<\/td>\n<td style=\"width: 33%; font-size: 12px; line-height: 16px;\">Faster feedback loops<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 33%; font-size: 12px; line-height: 16px; font-weight: bold;\">Change Failure Rate<\/td>\n<td style=\"width: 33%; font-size: 12px; line-height: 16px;\">&lt; 10%<\/td>\n<td style=\"width: 33%; font-size: 12px; line-height: 16px;\">Sustainable release confidence<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 33%; font-size: 12px; line-height: 16px; font-weight: bold;\">MTTR (Mean Time to Recovery)<\/td>\n<td style=\"width: 33%; font-size: 12px; line-height: 16px;\">&lt; 1 hour<\/td>\n<td style=\"width: 33%; font-size: 12px; line-height: 16px;\">User trust and resilience<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 33%; font-size: 12px; line-height: 16px; font-weight: bold;\">Cycle Time per PR<\/td>\n<td style=\"width: 33%; font-size: 12px; line-height: 16px;\">&lt; 1 business day<\/td>\n<td style=\"width: 33%; font-size: 12px; line-height: 16px;\">Continuous delivery flow<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 33%; font-size: 12px; line-height: 16px; font-weight: bold;\">Automated Test Coverage<\/td>\n<td style=\"width: 33%; font-size: 12px; line-height: 16px;\">\u2265 80%<\/td>\n<td style=\"width: 33%; font-size: 12px; line-height: 16px;\">Early risk mitigation<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 33%; font-size: 12px; line-height: 16px; font-weight: bold;\">Error Budget Burn<\/td>\n<td style=\"width: 33%; font-size: 12px; line-height: 16px;\">&lt; 80%<\/td>\n<td style=\"width: 33%; font-size: 12px; line-height: 16px;\">Balance between speed &amp; stability<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>What you measure defines what you improve. Focus on flow, recovery, and learning, not vanity metrics.<\/p>\n<h2 class=\"h2-mod-before-ul\">A Practical CTO Playbook for Quality at Speed<\/h2>\n<p>Here\u2019s a simple framework to start transforming your delivery ecosystem:<\/p>\n<ol class=\"third-level-list\">\n<li>Define clear service-level objectives for key systems.<\/li>\n<li>Map your delivery pipelines and identify feedback delays.<\/li>\n<li>Implement GitOps for environment parity and traceability.<\/li>\n<li>Automate all quality, security, and compliance checks.<\/li>\n<li>Adopt feature flags and progressive rollouts.<\/li>\n<li>Establish blameless incident reviews and learning rituals.<\/li>\n<li>Introduce metrics-driven retrospectives tied to outcomes.<\/li>\n<li>Continuously simplify, complexity slows quality down.<\/li>\n<\/ol>\n<p>Speed comes from clarity, not chaos.<\/p>\n<h2 class=\"h2-mod-before-ul\">The Future: From Automation to Autonomy<\/h2>\n<p>The next wave of engineering excellence will be powered by autonomy, systems that self-test, self-diagnose, and self-heal.<\/p>\n<ul class=\"third-level-list\">\n<li>Predictive QA pipelines that assess release risk before deployment.<\/li>\n<li>Self-healing infrastructure that responds intelligently to incidents.<\/li>\n<li>AI-powered continuous verification systems that validate real-time reliability.<\/li>\n<li>Unified governance across <a href=\"https:\/\/www.capitalnumbers.com\/blog\/devops-lifecycle\/\">DevOps<\/a>, MLOps, and SecOps.<\/li>\n<\/ul>\n<p>Software delivery is shifting from human-driven control to system-driven assurance. The goal is not fewer humans, it\u2019s more human focus on creative problem-solving.<\/p>\n<h2 class=\"h2-mod-before-ul\">Closing Thoughts<\/h2>\n<p>Delivering flawless software at high speed isn\u2019t about working harder. It&#8217;s about working smarter, safer, and more predictably. When automation reinforces consistency, architecture enables flexibility, and culture encourages ownership, quality and speed, stop competing. They start compounding.<\/p>\n<p>The real magic happens when your teams can move fast because they know quality is guaranteed by the system itself. That\u2019s what true Quality at Speed looks like and it\u2019s what defines every world-class engineering organization today.<\/p>\n<div class=\"o-sample-author\">\n<div class=\"sample-author-img-wrapper\">\n<div class=\"sample-author-img\"><img src=\"https:\/\/www.capitalnumbers.com\/blog\/wp-content\/uploads\/2023\/09\/Pushpal-Majumder.jpeg\" alt=\"Pushpal Mazumder\"><\/div>\n<p><a class=\"profile-linkedin-icon\" href=\"https:\/\/www.linkedin.com\/in\/pushpal-mazumder\/\" target=\"_blank\" rel=\"nofollow noopener\"><img src=\"https:\/\/www.capitalnumbers.com\/blog\/wp-content\/uploads\/2023\/09\/317750_linkedin_icon.png\" alt=\"Linkedin\"><\/a><\/p>\n<\/div>\n<div class=\"sample-author-details\">\n<h4>Pushpal Mazumder<span class=\"single-designation\"><i>, <\/i>CTO<\/span><\/h4>\n<p>In his career spanning nearly two decades in the IT consultation domain, Pushpal has taken on multiple challenges and responsibilities. Being a seasoned technology leader, solutions architect, and Agile coach, Pushpal has a hands-on approach in providing technical leadership from pre-sales to delivery. As CTO, he guides a strong team of Business Analysts, frontend and backend coders, and DevOps engineers in delivering innovative custom solutions.<\/p>\n<\/div>\n<\/div>\n<div style=\"display:none;\">\n<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"BlogPosting\",\n  \"@id\": \"https:\/\/www.capitalnumbers.com\/blog\/cto-guide-deliver-flawless-software-fast\/#blogposting\",\n  \"mainEntityOfPage\": {\n    \"@type\": \"WebPage\",\n    \"@id\": \"https:\/\/www.capitalnumbers.com\/blog\/cto-guide-deliver-flawless-software-fast\/\"\n  },\n  \"headline\": \"CTO Guide: How to Deliver Flawless Software Fast\",\n  \"description\": \"Learn how modern CTOs ship faster without breaking quality. See how architecture, automation, and culture combine to deliver flawless software at speed.\",\n  \"image\": [\n    {\n      \"@type\": \"ImageObject\",\n   \"url\":\"https:\/\/www.capitalnumbers.com\/blog\/wp-content\/uploads\/2025\/11\/Quality-at-Speed_A-CTOs-Guide-to-Delivering-Flawless-Software_V2.png.webp\",\n      \"width\": 1200,\n      \"height\": 630\n    }\n  ],\n  \"author\": {\n    \"@type\": \"Person\",\n    \"name\": \"Pushpal Mazumder\",\n    \"url\": \"https:\/\/www.capitalnumbers.com\/blog\/author\/pushpal\/\"\n  },\n  \"publisher\": {\n    \"@type\": \"Organization\",\n    \"name\": \"Capital Numbers\",\n    \"logo\": {\n      \"@type\": \"ImageObject\",\n      \"url\": \"https:\/\/www.capitalnumbers.com\/images\/logo.svg\",\n      \"width\": 250,\n      \"height\": 60\n    }\n  },\n  \"datePublished\": \"2025-11-20T00:00:00+05:30\"\n}\n<\/script><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Every modern business now runs on software, and the expectations are unforgiving. Users demand instant, flawless digital experiences. Leadership wants faster delivery cycles and scalable architectures. Teams crave autonomy with clarity. Balancing all of that is no small feat. But it\u2019s also what defines a modern technology leader. The organizations that win today are those &#8230;<\/p>\n","protected":false},"author":19,"featured_media":17507,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false},"categories":[1640],"tags":[],"acf":[],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.capitalnumbers.com\/blog\/wp-json\/wp\/v2\/posts\/17501"}],"collection":[{"href":"https:\/\/www.capitalnumbers.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.capitalnumbers.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.capitalnumbers.com\/blog\/wp-json\/wp\/v2\/users\/19"}],"replies":[{"embeddable":true,"href":"https:\/\/www.capitalnumbers.com\/blog\/wp-json\/wp\/v2\/comments?post=17501"}],"version-history":[{"count":9,"href":"https:\/\/www.capitalnumbers.com\/blog\/wp-json\/wp\/v2\/posts\/17501\/revisions"}],"predecessor-version":[{"id":19012,"href":"https:\/\/www.capitalnumbers.com\/blog\/wp-json\/wp\/v2\/posts\/17501\/revisions\/19012"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.capitalnumbers.com\/blog\/wp-json\/wp\/v2\/media\/17507"}],"wp:attachment":[{"href":"https:\/\/www.capitalnumbers.com\/blog\/wp-json\/wp\/v2\/media?parent=17501"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.capitalnumbers.com\/blog\/wp-json\/wp\/v2\/categories?post=17501"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.capitalnumbers.com\/blog\/wp-json\/wp\/v2\/tags?post=17501"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}