{"id":1378,"date":"2011-08-08T08:01:19","date_gmt":"2011-08-08T15:01:19","guid":{"rendered":"https:\/\/simpleprogrammer.com\/2011\/08\/08\/how-to-break-down-a-backlog\/"},"modified":"2018-04-12T00:45:18","modified_gmt":"2018-04-12T04:45:18","slug":"how-to-break-down-a-backlog","status":"publish","type":"post","link":"https:\/\/simpleprogrammer.com\/how-to-break-down-a-backlog\/","title":{"rendered":"How to Break Down a Backlog"},"content":{"rendered":"<p>The process of breaking down a backlog is one of the most important steps in any Agile process.<\/p>\n<p>I have found over the years that the better a backlog is broken down the smoother the implementation of that backlog is.<\/p>\n<p>I have found that the single greatest influencer in the success or failure of a backlog is the process of breaking it down.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"http:\/\/www.joe-ks.com\/archives_aug2006\/Un-Beer-ievable.jpg\" width=\"476\" height=\"379\" \/><\/p>\n<h2>What does it mean to break down a backlog?<\/h2>\n<p>Before we can really discuss how to break down a backlog it is worth taking a minute to discuss what I mean by breaking down a backlog.<\/p>\n<p>If you are following some kind of Agile process, you probably have a story board.\u00a0 On that story board you probably have a swim lane dedicated to a step that is just before the development of the backlog is ready to begin.<\/p>\n<p>The process of breaking down a backlog is moving a backlog from the state of selected for implementation to that state of ready for implementation.<\/p>\n<p>Different teams indicate this transition in different ways, but most teams have some way of indicating that a backlog is ready to be worked on.<\/p>\n<p>So when I talk about breaking down a backlog, I mean the process of moving a backlog into a state where it is ready to be developed.<\/p>\n<h2><\/h2>\n<h2>Why break down a backlog?<\/h2>\n<p>So why do we want to do this thing?\u00a0 Why don\u2019t we simply pick up a backlog and start developing it?<\/p>\n<p>The main reason we take the time to break down a backlog is because we adhere to the old philosophy of measuring twice and cutting once.<\/p>\n<p>The process of breaking down a backlog is the process of thinking ahead to lay out a path which we can follow to the successful completion of a backlog.<\/p>\n<p><strong><em>By skipping this crucial step, we almost inevitably set ourselves up for failure.<\/em><\/strong><\/p>\n<p>Not breaking down a backlog to me is like going on a week long camping trip by taking with you everything you happen to have in your car rather than carefully planning out what you\u2019ll need.<\/p>\n<h2>Packing the right gear<\/h2>\n<p>Now that we have talked about what breaking down a backlog is and why we should do it, let\u2019s talk about the steps that are involved.<\/p>\n<p><strong>Step 1: Review the backlog as it is<\/strong><\/p>\n<p>In this step our goal is to understand the backlog and evaluate the kinds of questions that we will need to ask about the backlog and the areas of code that will likely be affected by the implementation of the backlog.<\/p>\n<p>We will want to carefully read the backlog and try to understand the basic idea of what is being asked for.<\/p>\n<p>We want to look for any kind of trouble areas that either indicate what is being asked for will not be possible, or that it will require significant architectural changes to the existing system or paradigm.<\/p>\n<p>We also want to look for indications that a backlog might be too large and actually might be a <a href=\"https:\/\/simpleprogrammer.com\/2010\/01\/26\/scrum-backlogs-that-cover-too-much-and-are-not-thinly-sliced-enough-and-have-spreadsheets-attached-and-have-non-specific-things-like-fix-everything-on-this-page\/\">fatlog<\/a> that will need to be broken down into smaller backlogs.<\/p>\n<p><strong>Step 2: Pre-review the affected area of code<\/strong><\/p>\n<p>After we have gotten enough of a gist of what the backlog entails we should have an idea of the area of code involved.<\/p>\n<p>It is important to take a look at the area of code that is going to likely be affected by the implementation of the backlog so that we know what we are getting ourselves into.<\/p>\n<p><strong><em>Nothing it worse than thinking something is going to be easy to implement then actually looking at the code and finding out that it is a total mess that has to be cleaned up before anything can be done with it.<\/em><\/strong><\/p>\n<p>Our goal here is not to solve the problem or even to outline the solution.\u00a0 We just want to have enough education about the affected code to be able to have a conversation with the business about what will need to be done to implement this backlog.<\/p>\n<p><strong>Step 3: Initial discussion with the business and QA<\/strong><\/p>\n<p>Armed with an understanding of the basic idea of the backlog and the areas of code that are likely to be affected, we are ready to talk to the business and QA about the backlog.<\/p>\n<p>The goal here is to fully understand what is going to be implemented and what the goal of the backlog is.<\/p>\n<p>We have QA here so that both the development team and QA get the same understanding of the backlog at the same time.\u00a0 We don\u2019t want QA or the development team dictating what they think the backlog means.\u00a0 If it is at all possible, it is important to get someone responsible for the backlog from the business to tell both parties exactly what they want.<\/p>\n<p><strong>Step 4: Define skeleton tests<\/strong><\/p>\n<p>Before we leave the initial discussion about the backlog, we want to come away with an initial skeleton of tests that everyone has agreed upon.<\/p>\n<p>This is a very important step that is often ignored, because often teams think that QA will just go off and write some tests.<\/p>\n<p><strong><em>It is important to make sure that everyone, including developers and the business, has agreed to the general tests that are going to be used to qualify the backlog as done.<\/em><\/strong><\/p>\n<p>Without knowing exactly what criteria will be used to judge the completion of a backlog and agreeing to it up front, you may be committing yourself to whatever the whims of either QA or the business are at any given time.<\/p>\n<p>Defining skeletons tests help to define scope.<\/p>\n<p>It doesn\u2019t mean that requirements and details can\u2019t change, but it does mean that the current set of requirements and criteria is well enough understood for development to begin.<\/p>\n<p>I often call the skeleton tests \u201cdone criteria.\u201d<\/p>\n<p>At times I have actually reworded a backlog to explicitly state the done criteria that has been agreed upon after this meeting.<\/p>\n<p>Something similar to<\/p>\n<blockquote><p>This backlog is done when:<\/p>\n<ol>\n<li>I can create a new user<\/li>\n<li>I can see that the new user exists from the admin tool<\/li>\n<li>The creation of the new user is audited and specifies details about the creation of the user.<\/li>\n<\/ol>\n<\/blockquote>\n<p><strong>Step 5: Task out the backlog<\/strong><\/p>\n<p>If you can\u2019t task out a backlog, you don\u2019t clearly understand what you need to do to accomplish the goal.<\/p>\n<p>Tasking out the backlog is the process of breaking down and identifying the steps required to implement the backlog.<\/p>\n<p>I often try to make done criteria be in the form of business language and tasks be in the form of implementation details.<\/p>\n<p>Tasking out a backlog can be a cumbersome process, but it is akin to mapping out a trip before and carefully packing your supplies before heading out on the road.<\/p>\n<p>When I am tasking out a backlog, I try to think of each sequential step that is required in order to completely implement the backlog.<\/p>\n<p>Part of this process often involves the actual design of the solution, because without some kind of design it is often difficult to create a series of steps to get to the end goal.<\/p>\n<p>This is one of the reasons why I see tasking as so important, it ensures proper upfront design. <strong><em> Many Agile teams think that Agile means no upfront design.\u00a0 This simply is not true.<\/em><\/strong>\u00a0 Agile means that we don\u2019t upfront design the whole system, but we should always try to design something to some degree before we implement it.\u00a0 Especially in a complex system.<\/p>\n<p>Tasking also helps to split the backlog up into workable pieces that can be worked on by different members of the team either jointly or in isolation.\u00a0 It is very difficult to coordinate work on a single backlog item when it isn\u2019t properly tasked out.<\/p>\n<p>I often like to define done criteria for each task in order to make sure that anyone picking up a given task will understand when it is complete.<\/p>\n<p>One thing to watch out for is whether certain tasks are sequential or if they can be done in parallel.\u00a0 When possible, dividing up a backlog into parallel tasks is preferred, but many times tasks must be sequentially implemented.<\/p>\n<h2>Ready, set, GO!<\/h2>\n<p>Following these steps might seem a bit cumbersome to your development process, but I can assure you that if you take the time to implement this process you will not regret it.<\/p>\n<p>Taking the time up front to clearly define the work that is going to be done on a backlog can save huge amounts of time that can be wasted reworking a solution that hasn\u2019t been thought out clearly.<\/p>\n<p>Here is a short recap of the steps for breaking down a backlog:<\/p>\n<ol>\n<li>Review the backlog<\/li>\n<li>Review the code affected by the backlog<\/li>\n<li>Discuss with the business and QA<\/li>\n<li>Define skeleton tests and \/ or done criteria<\/li>\n<li>Task out the backlog<\/li>\n<\/ol>\n<p>I would love to hear any success stories or issues your team has trying these steps out.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The process of breaking down a backlog is one of the most important steps in any Agile process. I have found over the years that the better a backlog is broken down the smoother the implementation of that backlog is. I have found that the single greatest influencer in the success or failure of a&#8230;<\/p>\n","protected":false},"author":2,"featured_media":24793,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"categories":[11287,2185,303624],"tags":[],"class_list":["post-1378","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-agile","category-best-practices","category-user-stories"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Break Down a Backlog - Simple Programmer<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/simpleprogrammer.com\/products\/careerguide\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Break Down a Backlog - Simple Programmer\" \/>\n<meta property=\"og:description\" content=\"The process of breaking down a backlog is one of the most important steps in any Agile process. I have found over the years that the better a backlog is broken down the smoother the implementation of that backlog is. I have found that the single greatest influencer in the success or failure of a...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/simpleprogrammer.com\/products\/careerguide\" \/>\n<meta property=\"og:site_name\" content=\"Simple Programmer\" \/>\n<meta property=\"article:published_time\" content=\"2011-08-08T15:01:19+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2018-04-12T04:45:18+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/simpleprogrammer.com\/wp-content\/uploads\/2011\/08\/How-To-Break-Down-A-Backlog.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"720\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"John Sonmez\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"John Sonmez\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/simpleprogrammer.com\\\/products\\\/careerguide#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/simpleprogrammer.com\\\/how-to-break-down-a-backlog\\\/\"},\"author\":{\"name\":\"John Sonmez\",\"@id\":\"https:\\\/\\\/simpleprogrammer.com\\\/#\\\/schema\\\/person\\\/1abc70edfb189184827740310672de67\"},\"headline\":\"How to Break Down a Backlog\",\"datePublished\":\"2011-08-08T15:01:19+00:00\",\"dateModified\":\"2018-04-12T04:45:18+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/simpleprogrammer.com\\\/how-to-break-down-a-backlog\\\/\"},\"wordCount\":1508,\"commentCount\":4,\"image\":{\"@id\":\"https:\\\/\\\/simpleprogrammer.com\\\/products\\\/careerguide#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/simpleprogrammer.com\\\/wp-content\\\/uploads\\\/2011\\\/08\\\/How-To-Break-Down-A-Backlog.png\",\"articleSection\":[\"Agile\",\"Best Practices\",\"User Stories\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/simpleprogrammer.com\\\/products\\\/careerguide#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/simpleprogrammer.com\\\/how-to-break-down-a-backlog\\\/\",\"url\":\"https:\\\/\\\/simpleprogrammer.com\\\/products\\\/careerguide\",\"name\":\"How to Break Down a Backlog - Simple Programmer\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/simpleprogrammer.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/simpleprogrammer.com\\\/products\\\/careerguide#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/simpleprogrammer.com\\\/products\\\/careerguide#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/simpleprogrammer.com\\\/wp-content\\\/uploads\\\/2011\\\/08\\\/How-To-Break-Down-A-Backlog.png\",\"datePublished\":\"2011-08-08T15:01:19+00:00\",\"dateModified\":\"2018-04-12T04:45:18+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/simpleprogrammer.com\\\/#\\\/schema\\\/person\\\/1abc70edfb189184827740310672de67\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/simpleprogrammer.com\\\/products\\\/careerguide#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/simpleprogrammer.com\\\/products\\\/careerguide\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/simpleprogrammer.com\\\/products\\\/careerguide#primaryimage\",\"url\":\"https:\\\/\\\/simpleprogrammer.com\\\/wp-content\\\/uploads\\\/2011\\\/08\\\/How-To-Break-Down-A-Backlog.png\",\"contentUrl\":\"https:\\\/\\\/simpleprogrammer.com\\\/wp-content\\\/uploads\\\/2011\\\/08\\\/How-To-Break-Down-A-Backlog.png\",\"width\":1280,\"height\":720},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/simpleprogrammer.com\\\/products\\\/careerguide#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/simpleprogrammer.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Break Down a Backlog\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/simpleprogrammer.com\\\/#website\",\"url\":\"https:\\\/\\\/simpleprogrammer.com\\\/\",\"name\":\"Simple Programmer\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/simpleprogrammer.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/simpleprogrammer.com\\\/#\\\/schema\\\/person\\\/1abc70edfb189184827740310672de67\",\"name\":\"John Sonmez\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/dc2f18dfa76e017566ce607de002d7abe4acfd5ec19a6db82c180b00867b8d94?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/dc2f18dfa76e017566ce607de002d7abe4acfd5ec19a6db82c180b00867b8d94?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/dc2f18dfa76e017566ce607de002d7abe4acfd5ec19a6db82c180b00867b8d94?s=96&d=mm&r=g\",\"caption\":\"John Sonmez\"},\"url\":\"https:\\\/\\\/simpleprogrammer.com\\\/author\\\/jsonmez\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Break Down a Backlog - Simple Programmer","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/simpleprogrammer.com\/products\/careerguide","og_locale":"en_US","og_type":"article","og_title":"How to Break Down a Backlog - Simple Programmer","og_description":"The process of breaking down a backlog is one of the most important steps in any Agile process. I have found over the years that the better a backlog is broken down the smoother the implementation of that backlog is. I have found that the single greatest influencer in the success or failure of a...","og_url":"https:\/\/simpleprogrammer.com\/products\/careerguide","og_site_name":"Simple Programmer","article_published_time":"2011-08-08T15:01:19+00:00","article_modified_time":"2018-04-12T04:45:18+00:00","og_image":[{"width":1280,"height":720,"url":"https:\/\/simpleprogrammer.com\/wp-content\/uploads\/2011\/08\/How-To-Break-Down-A-Backlog.png","type":"image\/png"}],"author":"John Sonmez","twitter_card":"summary_large_image","twitter_misc":{"Written by":"John Sonmez","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/simpleprogrammer.com\/products\/careerguide#article","isPartOf":{"@id":"https:\/\/simpleprogrammer.com\/how-to-break-down-a-backlog\/"},"author":{"name":"John Sonmez","@id":"https:\/\/simpleprogrammer.com\/#\/schema\/person\/1abc70edfb189184827740310672de67"},"headline":"How to Break Down a Backlog","datePublished":"2011-08-08T15:01:19+00:00","dateModified":"2018-04-12T04:45:18+00:00","mainEntityOfPage":{"@id":"https:\/\/simpleprogrammer.com\/how-to-break-down-a-backlog\/"},"wordCount":1508,"commentCount":4,"image":{"@id":"https:\/\/simpleprogrammer.com\/products\/careerguide#primaryimage"},"thumbnailUrl":"https:\/\/simpleprogrammer.com\/wp-content\/uploads\/2011\/08\/How-To-Break-Down-A-Backlog.png","articleSection":["Agile","Best Practices","User Stories"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/simpleprogrammer.com\/products\/careerguide#respond"]}]},{"@type":"WebPage","@id":"https:\/\/simpleprogrammer.com\/how-to-break-down-a-backlog\/","url":"https:\/\/simpleprogrammer.com\/products\/careerguide","name":"How to Break Down a Backlog - Simple Programmer","isPartOf":{"@id":"https:\/\/simpleprogrammer.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/simpleprogrammer.com\/products\/careerguide#primaryimage"},"image":{"@id":"https:\/\/simpleprogrammer.com\/products\/careerguide#primaryimage"},"thumbnailUrl":"https:\/\/simpleprogrammer.com\/wp-content\/uploads\/2011\/08\/How-To-Break-Down-A-Backlog.png","datePublished":"2011-08-08T15:01:19+00:00","dateModified":"2018-04-12T04:45:18+00:00","author":{"@id":"https:\/\/simpleprogrammer.com\/#\/schema\/person\/1abc70edfb189184827740310672de67"},"breadcrumb":{"@id":"https:\/\/simpleprogrammer.com\/products\/careerguide#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/simpleprogrammer.com\/products\/careerguide"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/simpleprogrammer.com\/products\/careerguide#primaryimage","url":"https:\/\/simpleprogrammer.com\/wp-content\/uploads\/2011\/08\/How-To-Break-Down-A-Backlog.png","contentUrl":"https:\/\/simpleprogrammer.com\/wp-content\/uploads\/2011\/08\/How-To-Break-Down-A-Backlog.png","width":1280,"height":720},{"@type":"BreadcrumbList","@id":"https:\/\/simpleprogrammer.com\/products\/careerguide#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/simpleprogrammer.com\/"},{"@type":"ListItem","position":2,"name":"How to Break Down a Backlog"}]},{"@type":"WebSite","@id":"https:\/\/simpleprogrammer.com\/#website","url":"https:\/\/simpleprogrammer.com\/","name":"Simple Programmer","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/simpleprogrammer.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/simpleprogrammer.com\/#\/schema\/person\/1abc70edfb189184827740310672de67","name":"John Sonmez","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/dc2f18dfa76e017566ce607de002d7abe4acfd5ec19a6db82c180b00867b8d94?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/dc2f18dfa76e017566ce607de002d7abe4acfd5ec19a6db82c180b00867b8d94?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/dc2f18dfa76e017566ce607de002d7abe4acfd5ec19a6db82c180b00867b8d94?s=96&d=mm&r=g","caption":"John Sonmez"},"url":"https:\/\/simpleprogrammer.com\/author\/jsonmez\/"}]}},"_links":{"self":[{"href":"https:\/\/simpleprogrammer.com\/wp-json\/wp\/v2\/posts\/1378","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/simpleprogrammer.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/simpleprogrammer.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/simpleprogrammer.com\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/simpleprogrammer.com\/wp-json\/wp\/v2\/comments?post=1378"}],"version-history":[{"count":0,"href":"https:\/\/simpleprogrammer.com\/wp-json\/wp\/v2\/posts\/1378\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/simpleprogrammer.com\/wp-json\/wp\/v2\/media\/24793"}],"wp:attachment":[{"href":"https:\/\/simpleprogrammer.com\/wp-json\/wp\/v2\/media?parent=1378"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/simpleprogrammer.com\/wp-json\/wp\/v2\/categories?post=1378"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/simpleprogrammer.com\/wp-json\/wp\/v2\/tags?post=1378"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}