{"id":68033,"date":"2023-06-28T15:37:51","date_gmt":"2023-06-28T15:37:51","guid":{"rendered":"https:\/\/morningtrain.dk\/5-places-where-bottlenecks-occur-in-software-teams\/"},"modified":"2026-05-06T17:35:17","modified_gmt":"2026-05-06T17:35:17","slug":"5-places-where-bottlenecks-occur-in-software-teams","status":"publish","type":"post","link":"https:\/\/morningtrain.dk\/en\/5-places-where-bottlenecks-occur-in-software-teams\/","title":{"rendered":"5 places where bottlenecks occur in software teams"},"content":{"rendered":"<section class=\"mt-blog-post-cover wp-block-mt-blog-post-cover\">\n    <div class=\"mt-blog-post-cover__inner page-container\">\n        <div class=\"mt-blog-post-cover__text-container\">\n                                                <p class=\"mt-blog-post-cover__tagline tagline\">Digitalization<\/p>\n                                                    <p class=\"mt-blog-post-cover__date\">\n                        28. June 2023                    <\/p>\n                                                        <h1 class=\"mt-blog-post-cover__title\">5 places where bottlenecks occur in software teams<\/h1>\n                    <\/div>\n        <div class=\"wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">Based on my experience, leaders in software engineering should constantly focus on identifying and eliminating bottlenecks in their workflows. Remove these bottlenecks, and see value flow faster. <\/p><\/div><figure class=\"wp-block-post-featured-image\"><img decoding=\"async\" width=\"1248\" height=\"720\" src=\"https:\/\/morningtrain.dk\/wp-content\/uploads\/2026\/04\/5-places-where-bottlenecks-occur-in-software-teams.png\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"\" style=\"object-fit:cover;\" srcset=\"https:\/\/morningtrain.dk\/wp-content\/uploads\/2026\/04\/5-places-where-bottlenecks-occur-in-software-teams.png 1248w, https:\/\/morningtrain.dk\/wp-content\/uploads\/2026\/04\/5-places-where-bottlenecks-occur-in-software-teams-300x173.png 300w, https:\/\/morningtrain.dk\/wp-content\/uploads\/2026\/04\/5-places-where-bottlenecks-occur-in-software-teams-1024x591.png 1024w, https:\/\/morningtrain.dk\/wp-content\/uploads\/2026\/04\/5-places-where-bottlenecks-occur-in-software-teams-768x443.png 768w, https:\/\/morningtrain.dk\/wp-content\/uploads\/2026\/04\/5-places-where-bottlenecks-occur-in-software-teams-187x108.png 187w, https:\/\/morningtrain.dk\/wp-content\/uploads\/2026\/04\/5-places-where-bottlenecks-occur-in-software-teams-600x346.png 600w\" sizes=\"(max-width: 1248px) 100vw, 1248px\" \/><\/figure>\n    <\/div>\n<\/section>\n\n\n<section\n    class=\"mt-blog-post-content mtSpacing-top-none mtSpacing-bottom-medium\"\n>\n    <div class=\"mt-blog-post-content__inner page-container\">\n        <div class=\"mt-blog-post-content__table-of-contents\">\n                    <\/div>\n        <div class=\"mt-blog-post-content__items\">\n                            \n\n<p class=\"wp-block-paragraph\">During my summer holiday, I reread <a href=\"https:\/\/www.tocinstitute.org\/theory-of-constraints.html\">the book &#8220;The Theory of Constraints&#8221;<\/a>. A theory that every leader in software engineering should know. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Here are five places where bottlenecks typically occur:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Quality assurance \u2013 waiting for synchronous feedback<\/li>\n\n\n\n<li>Waiting-time shadows: unclear waiting time in processes<\/li>\n\n\n\n<li>Hero syndrome \u2013 &#8220;He is the only one who can solve this&#8221;<\/li>\n\n\n\n<li>Code reviews \u2013 lack of automation causing back-and-forth<\/li>\n\n\n\n<li>Rework station \u2013 quality issues not addressed from the start<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">A quote that always reminds me why I need to remove them is:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>\u201cA system\u2019s capacity is defined by its slowest, not its fastest, component.\u201d<\/em><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">1: Quality assurance \u2013 waiting for synchronous feedback<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Quality assurance is a crucial part of any software organisation. However, waiting for synchronous feedback can create a significant bottleneck. <\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">This is because developers have to wait for their work to be reviewed and approved before they can continue building on it.<\/p>\n<\/blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">This waiting time can delay the entire development process and create unnecessary downtime.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The process can potentially be delayed significantly if those who need to review the code do not have the time, and if others are blocked in their work by the task that has not yet been approved.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">To minimise this bottleneck, it can be beneficial to implement an asynchronous feedback process.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This means that developers do not need to wait for feedback in real time, but can instead continue their work while waiting for comments and suggestions for improvements.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">2: Waiting-time shadows \u2013 unclear waiting time in processes<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Another common bottleneck in software organisations is unclear waiting time in processes, also known as &#8220;waiting-time shadows&#8221;.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">This happens when it is not clear how long certain steps in the development process will take, which can result in inefficiency and delays.<\/p>\n<\/blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">One way to address this issue is to implement clear deadlines and guidelines for each step in the process.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">By establishing a predictable timeframe for each step, team members can better plan their work and minimise unnecessary waiting time.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">3: Hero syndrome \u2013 &#8220;He is the only one who can solve this&#8221;<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Hero syndrome can also create bottlenecks in software organisations. This happens when individual employees take it upon themselves to solve complex problems on their own, often at the expense of the team\u2019s overall productivity. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">To avoid this trap, it is crucial to foster an environment where collaboration and collective problem-solving are the norm.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">By distributing responsibility and tasks more evenly among team members, companies can avoid becoming overly dependent on individual &#8220;heroes&#8221; and instead benefit from the collective talent and expertise of their team.<\/p>\n<\/blockquote>\n\n\n\n<h2 class=\"wp-block-heading\">4: Code reviews \u2013 lack of automation causing back-and-forth<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Code reviews are an important part of the software development process, but a lack of automation can often lead to lengthy back-and-forth discussions that can slow the process down.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This can create a bottleneck that prevents the team from moving quickly and efficiently through the development process.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">One solution to this problem can be to implement automated code review tools that can help identify and correct errors faster and more effectively.<\/p>\n<\/blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">By <a href=\"https:\/\/morningtrain.dk\/en\/hvad-er-rpa\/\">automating this process<\/a>, teams can minimise the time spent on manual reviews and increase their overall productivity.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">5: Rework station \u2013 quality issues not addressed from the start<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Finally, rework stations i.e., situations where work has to be redone due to quality issues that were not addressed from the start can also create significant bottlenecks. This can result in considerable wasted time and resources.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">To avoid this, it is crucial to implement robust quality assurance procedures from the start of any project.<\/p>\n<\/blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">By identifying and resolving quality issues early in the process, teams can minimise the need for rework and ensure a more efficient and streamlined development process<\/p>\n\n\n                                            <\/div>\n        <div class=\"mt-blog-post-content__small-related-posts\">\n                                <\/div>\n    <\/div>\n    <\/section>\n\n","protected":false},"excerpt":{"rendered":"<p>Based on my experience, leaders in software engineering should constantly focus on identifying and eliminating bottlenecks in their workflows. Remove these bottlenecks, and see value flow faster. <\/p>\n","protected":false},"author":8,"featured_media":70920,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[285],"tags":[],"class_list":["post-68033","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-digitalization"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>5 places where bottlenecks occur in software teams | Morningtrain<\/title>\n<meta name=\"description\" content=\"Do not accept inefficiency. Instead, read about the 5 most common places where bottlenecks occur in software teams\u2014and how to remove them.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/morningtrain.dk\/en\/5-places-where-bottlenecks-occur-in-software-teams\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"5 places where bottlenecks occur in software teams | Morningtrain\" \/>\n<meta property=\"og:description\" content=\"Do not accept inefficiency. Instead, read about the 5 most common places where bottlenecks occur in software teams\u2014and how to remove them.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/morningtrain.dk\/en\/5-places-where-bottlenecks-occur-in-software-teams\/\" \/>\n<meta property=\"og:site_name\" content=\"Morningtrain\" \/>\n<meta property=\"article:published_time\" content=\"2023-06-28T15:37:51+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-06T17:35:17+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/morningtrain.dk\/wp-content\/uploads\/2026\/04\/5-places-where-bottlenecks-occur-in-software-teams.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1248\" \/>\n\t<meta property=\"og:image:height\" content=\"720\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Thomas_oe\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Thomas_oe\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/morningtrain.dk\\\/en\\\/5-places-where-bottlenecks-occur-in-software-teams\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/morningtrain.dk\\\/en\\\/5-places-where-bottlenecks-occur-in-software-teams\\\/\"},\"author\":{\"name\":\"Thomas_oe\",\"@id\":\"https:\\\/\\\/morningtrain.dk\\\/en\\\/#\\\/schema\\\/person\\\/63e16ee89f0ebc4bcee579ec153e7ea4\"},\"headline\":\"5 places where bottlenecks occur in software teams\",\"datePublished\":\"2023-06-28T15:37:51+00:00\",\"dateModified\":\"2026-05-06T17:35:17+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/morningtrain.dk\\\/en\\\/5-places-where-bottlenecks-occur-in-software-teams\\\/\"},\"wordCount\":621,\"image\":{\"@id\":\"https:\\\/\\\/morningtrain.dk\\\/en\\\/5-places-where-bottlenecks-occur-in-software-teams\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/morningtrain.dk\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/5-places-where-bottlenecks-occur-in-software-teams.png\",\"articleSection\":[\"Digitalization\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/morningtrain.dk\\\/en\\\/5-places-where-bottlenecks-occur-in-software-teams\\\/\",\"url\":\"https:\\\/\\\/morningtrain.dk\\\/en\\\/5-places-where-bottlenecks-occur-in-software-teams\\\/\",\"name\":\"5 places where bottlenecks occur in software teams | Morningtrain\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/morningtrain.dk\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/morningtrain.dk\\\/en\\\/5-places-where-bottlenecks-occur-in-software-teams\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/morningtrain.dk\\\/en\\\/5-places-where-bottlenecks-occur-in-software-teams\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/morningtrain.dk\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/5-places-where-bottlenecks-occur-in-software-teams.png\",\"datePublished\":\"2023-06-28T15:37:51+00:00\",\"dateModified\":\"2026-05-06T17:35:17+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/morningtrain.dk\\\/en\\\/#\\\/schema\\\/person\\\/63e16ee89f0ebc4bcee579ec153e7ea4\"},\"description\":\"Do not accept inefficiency. Instead, read about the 5 most common places where bottlenecks occur in software teams\u2014and how to remove them.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/morningtrain.dk\\\/en\\\/5-places-where-bottlenecks-occur-in-software-teams\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/morningtrain.dk\\\/en\\\/5-places-where-bottlenecks-occur-in-software-teams\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/morningtrain.dk\\\/en\\\/5-places-where-bottlenecks-occur-in-software-teams\\\/#primaryimage\",\"url\":\"https:\\\/\\\/morningtrain.dk\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/5-places-where-bottlenecks-occur-in-software-teams.png\",\"contentUrl\":\"https:\\\/\\\/morningtrain.dk\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/5-places-where-bottlenecks-occur-in-software-teams.png\",\"width\":1248,\"height\":720},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/morningtrain.dk\\\/en\\\/5-places-where-bottlenecks-occur-in-software-teams\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/morningtrain.dk\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"5 places where bottlenecks occur in software teams\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/morningtrain.dk\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/morningtrain.dk\\\/en\\\/\",\"name\":\"Morningtrain\",\"description\":\"Digitalt bureau p\u00e5 1&#039; klasse\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/morningtrain.dk\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/morningtrain.dk\\\/en\\\/#\\\/schema\\\/person\\\/63e16ee89f0ebc4bcee579ec153e7ea4\",\"name\":\"Thomas_oe\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/?s=96&d=mm&r=g\",\"caption\":\"Thomas_oe\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"5 places where bottlenecks occur in software teams | Morningtrain","description":"Do not accept inefficiency. Instead, read about the 5 most common places where bottlenecks occur in software teams\u2014and how to remove them.","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:\/\/morningtrain.dk\/en\/5-places-where-bottlenecks-occur-in-software-teams\/","og_locale":"en_US","og_type":"article","og_title":"5 places where bottlenecks occur in software teams | Morningtrain","og_description":"Do not accept inefficiency. Instead, read about the 5 most common places where bottlenecks occur in software teams\u2014and how to remove them.","og_url":"https:\/\/morningtrain.dk\/en\/5-places-where-bottlenecks-occur-in-software-teams\/","og_site_name":"Morningtrain","article_published_time":"2023-06-28T15:37:51+00:00","article_modified_time":"2026-05-06T17:35:17+00:00","og_image":[{"width":1248,"height":720,"url":"https:\/\/morningtrain.dk\/wp-content\/uploads\/2026\/04\/5-places-where-bottlenecks-occur-in-software-teams.png","type":"image\/png"}],"author":"Thomas_oe","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Thomas_oe","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/morningtrain.dk\/en\/5-places-where-bottlenecks-occur-in-software-teams\/#article","isPartOf":{"@id":"https:\/\/morningtrain.dk\/en\/5-places-where-bottlenecks-occur-in-software-teams\/"},"author":{"name":"Thomas_oe","@id":"https:\/\/morningtrain.dk\/en\/#\/schema\/person\/63e16ee89f0ebc4bcee579ec153e7ea4"},"headline":"5 places where bottlenecks occur in software teams","datePublished":"2023-06-28T15:37:51+00:00","dateModified":"2026-05-06T17:35:17+00:00","mainEntityOfPage":{"@id":"https:\/\/morningtrain.dk\/en\/5-places-where-bottlenecks-occur-in-software-teams\/"},"wordCount":621,"image":{"@id":"https:\/\/morningtrain.dk\/en\/5-places-where-bottlenecks-occur-in-software-teams\/#primaryimage"},"thumbnailUrl":"https:\/\/morningtrain.dk\/wp-content\/uploads\/2026\/04\/5-places-where-bottlenecks-occur-in-software-teams.png","articleSection":["Digitalization"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/morningtrain.dk\/en\/5-places-where-bottlenecks-occur-in-software-teams\/","url":"https:\/\/morningtrain.dk\/en\/5-places-where-bottlenecks-occur-in-software-teams\/","name":"5 places where bottlenecks occur in software teams | Morningtrain","isPartOf":{"@id":"https:\/\/morningtrain.dk\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/morningtrain.dk\/en\/5-places-where-bottlenecks-occur-in-software-teams\/#primaryimage"},"image":{"@id":"https:\/\/morningtrain.dk\/en\/5-places-where-bottlenecks-occur-in-software-teams\/#primaryimage"},"thumbnailUrl":"https:\/\/morningtrain.dk\/wp-content\/uploads\/2026\/04\/5-places-where-bottlenecks-occur-in-software-teams.png","datePublished":"2023-06-28T15:37:51+00:00","dateModified":"2026-05-06T17:35:17+00:00","author":{"@id":"https:\/\/morningtrain.dk\/en\/#\/schema\/person\/63e16ee89f0ebc4bcee579ec153e7ea4"},"description":"Do not accept inefficiency. Instead, read about the 5 most common places where bottlenecks occur in software teams\u2014and how to remove them.","breadcrumb":{"@id":"https:\/\/morningtrain.dk\/en\/5-places-where-bottlenecks-occur-in-software-teams\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/morningtrain.dk\/en\/5-places-where-bottlenecks-occur-in-software-teams\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/morningtrain.dk\/en\/5-places-where-bottlenecks-occur-in-software-teams\/#primaryimage","url":"https:\/\/morningtrain.dk\/wp-content\/uploads\/2026\/04\/5-places-where-bottlenecks-occur-in-software-teams.png","contentUrl":"https:\/\/morningtrain.dk\/wp-content\/uploads\/2026\/04\/5-places-where-bottlenecks-occur-in-software-teams.png","width":1248,"height":720},{"@type":"BreadcrumbList","@id":"https:\/\/morningtrain.dk\/en\/5-places-where-bottlenecks-occur-in-software-teams\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/morningtrain.dk\/en\/"},{"@type":"ListItem","position":2,"name":"5 places where bottlenecks occur in software teams"}]},{"@type":"WebSite","@id":"https:\/\/morningtrain.dk\/en\/#website","url":"https:\/\/morningtrain.dk\/en\/","name":"Morningtrain","description":"Digitalt bureau p\u00e5 1&#039; klasse","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/morningtrain.dk\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/morningtrain.dk\/en\/#\/schema\/person\/63e16ee89f0ebc4bcee579ec153e7ea4","name":"Thomas_oe","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g","caption":"Thomas_oe"}}]}},"_links":{"self":[{"href":"https:\/\/morningtrain.dk\/en\/wp-json\/wp\/v2\/posts\/68033","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/morningtrain.dk\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/morningtrain.dk\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/morningtrain.dk\/en\/wp-json\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"https:\/\/morningtrain.dk\/en\/wp-json\/wp\/v2\/comments?post=68033"}],"version-history":[{"count":2,"href":"https:\/\/morningtrain.dk\/en\/wp-json\/wp\/v2\/posts\/68033\/revisions"}],"predecessor-version":[{"id":71431,"href":"https:\/\/morningtrain.dk\/en\/wp-json\/wp\/v2\/posts\/68033\/revisions\/71431"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/morningtrain.dk\/en\/wp-json\/wp\/v2\/media\/70920"}],"wp:attachment":[{"href":"https:\/\/morningtrain.dk\/en\/wp-json\/wp\/v2\/media?parent=68033"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/morningtrain.dk\/en\/wp-json\/wp\/v2\/categories?post=68033"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/morningtrain.dk\/en\/wp-json\/wp\/v2\/tags?post=68033"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}