{"id":614,"date":"2022-10-31T09:48:28","date_gmt":"2022-10-31T09:48:28","guid":{"rendered":"https:\/\/infobip.com\/developers\/?p=614"},"modified":"2023-09-11T14:33:50","modified_gmt":"2023-09-11T14:33:50","slug":"5-problems-that-delay-software-tasks-and-how-to-avoid-them","status":"publish","type":"post","link":"https:\/\/www.infobip.com\/developers\/blog\/5-problems-that-delay-software-tasks-and-how-to-avoid-them","title":{"rendered":"5 problems that delay software tasks and how to avoid them\u00a0"},"content":{"rendered":"\n<p>In any software project, there always seems to be That Task. The one that Steve has been working on since January. That Task has been in twelve consecutive sprints, handed between three developers (because Katie went on holiday, then Dave was seconded to another team to help <em>their<\/em> overrunning project), and survived two department restructures, with no end in sight.&nbsp;<\/p>\n\n\n\n<p>Thanks to a complex web of project interdependencies, That Task is now responsible for blocking four teams (across two departments), delaying six new features, and causing Harry from Sales to miss his revenue target for the quarter.&nbsp;<\/p>\n\n\n\n<p>Here are five things that might be wrong with That Task, how to avoid those things happening, and what to do if they happen anyway.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>1. Too big<\/strong>&nbsp;<\/h2>\n\n\n\n<p><strong>The Problem<\/strong>&nbsp;<\/p>\n\n\n\n<p>A task with twice the scope should take twice as long, right? No. A task with twice the scope takes quadruple the time. This happens for a few reasons.&nbsp;<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The larger the task, the lower the feeling of urgency. It\u2019s going to take four weeks to finish this &#8211; so why does an extra day matter?&nbsp;<\/li>\n\n\n\n<li>The longer a task is in progress, the more likely it is to get handed over to a different developer. People become ill, go on holiday, get pulled onto other projects, etc. Handovers take up time.&nbsp;<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Bigger merge requests are more challenging to code review and more likely to run into conflicts and related issues.&nbsp;<\/li>\n\n\n\n<li>The more time passes, the greater the risk of drifting from the requirements or rabbit-holing (more on that later).&nbsp;<\/li>\n<\/ul>\n\n\n\n<p><strong>How to avoid it happening<\/strong>&nbsp;<\/p>\n\n\n\n<p>Start by setting a target for how quickly you want most tasks to be completed. I use one week. If you\u2019re doing Scrum, you can use the length of your sprint.&nbsp;<\/p>\n\n\n\n<p>Set up a regular forum where you can review the upcoming tasks with your devs. My team has a dedicated Story Prep Meeting once a week. If you have a sprint planning meeting, that\u2019s probably the right place. At the meeting, ask the team to estimate how long the task would take them.&nbsp;<\/p>\n\n\n\n<p>There are various fun ways to gather estimates. You want it to be a) quick and b) avoid people seeing each other\u2019s estimates before they give theirs. In my team, everyone holds up their hand at the same time, with one finger raised for up to three days work, two fingers for up to a week and three fingers for more than that.&nbsp;<\/p>\n\n\n\n<p>Look out for estimates which are higher than the target you set. Discuss concerns and consider splitting the scope into smaller tasks.&nbsp;<\/p>\n\n\n\n<p><strong>How to fix it when it happens anyway<\/strong>&nbsp;<\/p>\n\n\n\n<p>It\u2019s never too late to re-scope a task. If it becomes apparent that an inflight task is too big, find a sensible place to split it.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>2. Instructions unclear<\/strong>&nbsp;<\/h2>\n\n\n\n<p><strong>The Problem<\/strong>&nbsp;<\/p>\n\n\n\n<p>The dev isn\u2019t sure what they\u2019re supposed to be doing, how to do it, or how to tell when they\u2019re finished.&nbsp;<\/p>\n\n\n\n<p><strong>How to avoid it happening<\/strong>&nbsp;<\/p>\n\n\n\n<p>Make sure every task has clear, unambiguous acceptance criteria. Read lots of blog posts on how to do this. The user story template \u201cAs a user, I want\u2026\u201d is pretty popular.&nbsp;<\/p>\n\n\n\n<p>Next, make sure there\u2019s enough information available for someone to stand a chance of actually meeting those acceptance criteria. In that meeting, you use it to review upcoming tasks and ask if everyone is confident they can start the task they were assigned. Look out for nervous\/baffled faces.&nbsp;<\/p>\n\n\n\n<p><strong>How to fix it when it happens anyway<\/strong>&nbsp;<\/p>\n\n\n\n<p>Keep an eye out for tasks taking longer than expected and check in with the dev. Make sure they have all the information they need and that their understanding of the acceptance criteria aligns with yours.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>3. Skills gap<\/strong>&nbsp;<\/h2>\n\n\n\n<p><strong>The Problem<\/strong>&nbsp;<\/p>\n\n\n\n<p>The scope is reasonable, the acceptance criteria are clear and there\u2019s plenty of information available to help get the job done, but the dev still seems to be struggling. Maybe the codebase or technology is unfamiliar, or the problem has challenging subtleties. Either way, there\u2019s a fine line between a valuable learning opportunity and a dev pointlessly beating their head against a wall.&nbsp;<\/p>\n\n\n\n<p><strong>How to avoid it happening<\/strong>&nbsp;<\/p>\n\n\n\n<p>When the task is being reviewed, look for nervous faces and wildly-varying estimates. This can be a great opportunity for pair programming. If there\u2019s at least one person in the team who <em>is<\/em> confident about the task, ask them to spread the knowledge by working on the task with someone else. Even if this is unfamiliar territory for <em>everyone<\/em>, two heads are better than one.&nbsp;<\/p>\n\n\n\n<p><strong>How to fix it when it happens anyway<\/strong>&nbsp;<\/p>\n\n\n\n<p>Consider adding a pair-programming buddy. Bringing the new person up to speed can be a helpful process for the original owner of the task (much like \u201crubber-ducking\u201d).&nbsp;<\/p>\n\n\n\n<p>If the dev has already spent a lot of time banging their head against a wall, consider reducing the scope. Think of it as time off for good behavior.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>4. Can of worms<\/strong>&nbsp;<\/h2>\n\n\n\n<p><strong>The Problem<\/strong>&nbsp;<\/p>\n\n\n\n<p>The task was booby-trapped. It looked straightforward from the outside, but as soon as the dev started work, they discovered they\u2019d opened a can of worms.&nbsp;<\/p>\n\n\n\n<p>Maybe a tiny ambiguity in the requirements exploded into a major design decision needing buy-in from four teams across three continents. Maybe the existing code is such a hot mess that changes are impossible without refactoring most of the project. Or maybe you\u2019ve accidentally set an NP-hard problem.&nbsp;<\/p>\n\n\n\n<p><strong>How to avoid it happening<\/strong>&nbsp;<\/p>\n\n\n\n<p>The best protection against cans of worms is to spot them well in advance. This is easier said than done, but there are various red flags to watch out for:&nbsp;<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>There\u2019s an unusually long list of stakeholders.&nbsp;<\/li>\n\n\n\n<li>Implementation decisions will have legal, compliance, or financial implications.&nbsp;<\/li>\n\n\n\n<li>It involves changes to legacy code or a project that hasn\u2019t been touched in a long time.&nbsp;<\/li>\n\n\n\n<li>Previous similar tasks took <em>forever<\/em>.&nbsp;<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>One of your devs has spent their Friday afternoons for the last six months chipping away at a branch to refactor that project.&nbsp;<\/li>\n\n\n\n<li>Someone at the Story Prep Meeting said, \u201cHow hard can it be?\u201d&nbsp;<\/li>\n<\/ul>\n\n\n\n<p>If you feel uneasy, apply scrutiny until you find the worm can or you convince yourself there isn\u2019t one.&nbsp;<\/p>\n\n\n\n<p><strong>How to fix it when it happens anyway<\/strong>&nbsp;<\/p>\n\n\n\n<p>It depends on what the particular problem is. But to stop it totally derailing your project, you\u2019ll usually want to do one of two things:&nbsp;<\/p>\n\n\n\n<p>Option A: Aggressively throw focus on it. Find the people with the right expertise and\/or decision-making power and get their eyes on the issue. Five minutes on a conference call with the three people who really count can avoid weeks of negotiation over email. An hour with your senior devs gathered around a whiteboard can save a month of running in circles.&nbsp;<\/p>\n\n\n\n<p>Option B: Kill it. Just because it\u2019s on the project plan, doesn\u2019t mean it\u2019s still worth doing. Now that you have better information, how important is it <em>really<\/em> to have the calendar start the week on a Sunday? Is it worth four weeks of dev time and delaying the launch? Ask your Product Manager.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>5. Rabbit-hole<\/strong>&nbsp;<\/h2>\n\n\n\n<p><strong>The Problem<\/strong>&nbsp;<\/p>\n\n\n\n<p>Working on this task has caused the developer to stumble across one or more tangentially-related issues. The area of code they\u2019re working in may be in desperate need of refactoring, missing unit tests, or actually buggy. Like a good Scout they have dived in to solve the problems\u2026 and haven\u2019t emerged in weeks. Meanwhile, the actual scope isn\u2019t getting done.&nbsp;<\/p>\n\n\n\n<p><strong>How to avoid it happening<\/strong>&nbsp;<\/p>\n\n\n\n<p>Most rabbit holes represent the technical debt of some kind. Good developers want technical debt to be addressed and are a lot more likely to go down a rabbit hole if they believe there\u2019s no other way that the refactor will ever happen. Make the time available to make steady progress against technical debt, whether that\u2019s allocating a set number of tasks per month\/sprint, or allocating a particular day\/week to just technical debt.&nbsp;<\/p>\n\n\n\n<p>Raise awareness of rabbit-holing and try to call out tasks with a special risk of it.&nbsp;<\/p>\n\n\n\n<p><strong>How to fix it when it happens anyway<\/strong>&nbsp;<\/p>\n\n\n\n<p>Ask the dev to document the issue they\u2019ve identified, then focus back on the actual scope. Schedule that work to happen at a more appropriate time (and before the heat death of the universe).&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Summing Up<\/strong>&nbsp;<\/h2>\n\n\n\n<p>By far the best antidote is to keep an eye on inflight work. Daily standups can be a good opportunity to spot floundering tasks. Keep goals in mind, but try to be empathetic as well. People don\u2019t generally appreciate being told their task is taking too long. This is a good place to practice those \u201cstrong interpersonal skills\u201d your CV says you have.&nbsp;<\/p>\n\n\n\n<p>If all else fails, tell your stakeholders the task is late because the office dog ate the merge request.&nbsp;<\/p>\n\n\n\n<p>It might work.&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In any software project, there always seems to be [&hellip;]<\/p>\n","protected":false},"author":10,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_import_markdown_pro_load_document_selector":0,"_import_markdown_pro_submit_text_textarea":"","footnotes":""},"categories":[28,254],"tags":[146,256],"coauthors":[133],"class_list":["post-614","post","type-post","status-publish","format-standard","hentry","category-blog-post","category-engineering-practices","tag-development","tag-programming"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>5 problems that delay software tasks and how to avoid them\u00a0 - Infobip Developers Hub<\/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:\/\/www.infobip.com\/developers\/blog\/5-problems-that-delay-software-tasks-and-how-to-avoid-them\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"5 problems that delay software tasks and how to avoid them\u00a0 - Infobip Developers Hub\" \/>\n<meta property=\"og:description\" content=\"In any software project, there always seems to be [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.infobip.com\/developers\/blog\/5-problems-that-delay-software-tasks-and-how-to-avoid-them\" \/>\n<meta property=\"og:site_name\" content=\"Infobip Developers Hub\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/infobip\/\" \/>\n<meta property=\"article:published_time\" content=\"2022-10-31T09:48:28+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-09-11T14:33:50+00:00\" \/>\n<meta name=\"author\" content=\"Infobip Devs\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@InfobipDev\" \/>\n<meta name=\"twitter:site\" content=\"@InfobipDev\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Infobip Devs\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.infobip.com\/developers\/blog\/5-problems-that-delay-software-tasks-and-how-to-avoid-them#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.infobip.com\/developers\/blog\/5-problems-that-delay-software-tasks-and-how-to-avoid-them\"},\"author\":{\"name\":\"Infobip Devs\",\"@id\":\"https:\/\/www.infobip.com\/developers\/#\/schema\/person\/e04a9012051f81b6a2f6976e156f6ce0\"},\"headline\":\"5 problems that delay software tasks and how to avoid them\u00a0\",\"datePublished\":\"2022-10-31T09:48:28+00:00\",\"dateModified\":\"2023-09-11T14:33:50+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.infobip.com\/developers\/blog\/5-problems-that-delay-software-tasks-and-how-to-avoid-them\"},\"wordCount\":1562,\"publisher\":{\"@id\":\"https:\/\/www.infobip.com\/developers\/#organization\"},\"keywords\":[\"development\",\"programming\"],\"articleSection\":[\"Blog Post\",\"Engineering Practices\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.infobip.com\/developers\/blog\/5-problems-that-delay-software-tasks-and-how-to-avoid-them\",\"url\":\"https:\/\/www.infobip.com\/developers\/blog\/5-problems-that-delay-software-tasks-and-how-to-avoid-them\",\"name\":\"5 problems that delay software tasks and how to avoid them\u00a0 - Infobip Developers Hub\",\"isPartOf\":{\"@id\":\"https:\/\/www.infobip.com\/developers\/#website\"},\"datePublished\":\"2022-10-31T09:48:28+00:00\",\"dateModified\":\"2023-09-11T14:33:50+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.infobip.com\/developers\/blog\/5-problems-that-delay-software-tasks-and-how-to-avoid-them#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.infobip.com\/developers\/blog\/5-problems-that-delay-software-tasks-and-how-to-avoid-them\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.infobip.com\/developers\/blog\/5-problems-that-delay-software-tasks-and-how-to-avoid-them#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.infobip.com\/developers\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"5 problems that delay software tasks and how to avoid them\u00a0\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.infobip.com\/developers\/#website\",\"url\":\"https:\/\/www.infobip.com\/developers\/\",\"name\":\"Infobip Developers Hub\",\"description\":\"Build meaningful customer relationships across any channel\",\"publisher\":{\"@id\":\"https:\/\/www.infobip.com\/developers\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.infobip.com\/developers\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.infobip.com\/developers\/#organization\",\"name\":\"Infobip Developers Hub\",\"url\":\"https:\/\/www.infobip.com\/developers\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.infobip.com\/developers\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.infobip.com\/developers\/wp-content\/uploads\/2023\/03\/Infobip_logo_favicon.png\",\"contentUrl\":\"https:\/\/www.infobip.com\/developers\/wp-content\/uploads\/2023\/03\/Infobip_logo_favicon.png\",\"width\":696,\"height\":696,\"caption\":\"Infobip Developers Hub\"},\"image\":{\"@id\":\"https:\/\/www.infobip.com\/developers\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/infobip\/\",\"https:\/\/x.com\/InfobipDev\",\"https:\/\/www.youtube.com\/channel\/UCUPSTy53VecI5GIir3J3ZbQ\",\"https:\/\/github.com\/infobip-community\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.infobip.com\/developers\/#\/schema\/person\/e04a9012051f81b6a2f6976e156f6ce0\",\"name\":\"Infobip Devs\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.infobip.com\/developers\/#\/schema\/person\/image\/f61078713800c4e479dce745cd206b82\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/f29655934347a5aa15879f9af9ac1f05b87167e0f7ed4074a04132eaa9f631c4?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/f29655934347a5aa15879f9af9ac1f05b87167e0f7ed4074a04132eaa9f631c4?s=96&d=mm&r=g\",\"caption\":\"Infobip Devs\"},\"url\":\"https:\/\/www.infobip.com\/developers\/blog\/author\/infobip-devs\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"5 problems that delay software tasks and how to avoid them\u00a0 - Infobip Developers Hub","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:\/\/www.infobip.com\/developers\/blog\/5-problems-that-delay-software-tasks-and-how-to-avoid-them","og_locale":"en_US","og_type":"article","og_title":"5 problems that delay software tasks and how to avoid them\u00a0 - Infobip Developers Hub","og_description":"In any software project, there always seems to be [&hellip;]","og_url":"https:\/\/www.infobip.com\/developers\/blog\/5-problems-that-delay-software-tasks-and-how-to-avoid-them","og_site_name":"Infobip Developers Hub","article_publisher":"https:\/\/www.facebook.com\/infobip\/","article_published_time":"2022-10-31T09:48:28+00:00","article_modified_time":"2023-09-11T14:33:50+00:00","author":"Infobip Devs","twitter_card":"summary_large_image","twitter_creator":"@InfobipDev","twitter_site":"@InfobipDev","twitter_misc":{"Written by":"Infobip Devs","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.infobip.com\/developers\/blog\/5-problems-that-delay-software-tasks-and-how-to-avoid-them#article","isPartOf":{"@id":"https:\/\/www.infobip.com\/developers\/blog\/5-problems-that-delay-software-tasks-and-how-to-avoid-them"},"author":{"name":"Infobip Devs","@id":"https:\/\/www.infobip.com\/developers\/#\/schema\/person\/e04a9012051f81b6a2f6976e156f6ce0"},"headline":"5 problems that delay software tasks and how to avoid them\u00a0","datePublished":"2022-10-31T09:48:28+00:00","dateModified":"2023-09-11T14:33:50+00:00","mainEntityOfPage":{"@id":"https:\/\/www.infobip.com\/developers\/blog\/5-problems-that-delay-software-tasks-and-how-to-avoid-them"},"wordCount":1562,"publisher":{"@id":"https:\/\/www.infobip.com\/developers\/#organization"},"keywords":["development","programming"],"articleSection":["Blog Post","Engineering Practices"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.infobip.com\/developers\/blog\/5-problems-that-delay-software-tasks-and-how-to-avoid-them","url":"https:\/\/www.infobip.com\/developers\/blog\/5-problems-that-delay-software-tasks-and-how-to-avoid-them","name":"5 problems that delay software tasks and how to avoid them\u00a0 - Infobip Developers Hub","isPartOf":{"@id":"https:\/\/www.infobip.com\/developers\/#website"},"datePublished":"2022-10-31T09:48:28+00:00","dateModified":"2023-09-11T14:33:50+00:00","breadcrumb":{"@id":"https:\/\/www.infobip.com\/developers\/blog\/5-problems-that-delay-software-tasks-and-how-to-avoid-them#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.infobip.com\/developers\/blog\/5-problems-that-delay-software-tasks-and-how-to-avoid-them"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.infobip.com\/developers\/blog\/5-problems-that-delay-software-tasks-and-how-to-avoid-them#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.infobip.com\/developers\/"},{"@type":"ListItem","position":2,"name":"5 problems that delay software tasks and how to avoid them\u00a0"}]},{"@type":"WebSite","@id":"https:\/\/www.infobip.com\/developers\/#website","url":"https:\/\/www.infobip.com\/developers\/","name":"Infobip Developers Hub","description":"Build meaningful customer relationships across any channel","publisher":{"@id":"https:\/\/www.infobip.com\/developers\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.infobip.com\/developers\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.infobip.com\/developers\/#organization","name":"Infobip Developers Hub","url":"https:\/\/www.infobip.com\/developers\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.infobip.com\/developers\/#\/schema\/logo\/image\/","url":"https:\/\/www.infobip.com\/developers\/wp-content\/uploads\/2023\/03\/Infobip_logo_favicon.png","contentUrl":"https:\/\/www.infobip.com\/developers\/wp-content\/uploads\/2023\/03\/Infobip_logo_favicon.png","width":696,"height":696,"caption":"Infobip Developers Hub"},"image":{"@id":"https:\/\/www.infobip.com\/developers\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/infobip\/","https:\/\/x.com\/InfobipDev","https:\/\/www.youtube.com\/channel\/UCUPSTy53VecI5GIir3J3ZbQ","https:\/\/github.com\/infobip-community"]},{"@type":"Person","@id":"https:\/\/www.infobip.com\/developers\/#\/schema\/person\/e04a9012051f81b6a2f6976e156f6ce0","name":"Infobip Devs","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.infobip.com\/developers\/#\/schema\/person\/image\/f61078713800c4e479dce745cd206b82","url":"https:\/\/secure.gravatar.com\/avatar\/f29655934347a5aa15879f9af9ac1f05b87167e0f7ed4074a04132eaa9f631c4?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/f29655934347a5aa15879f9af9ac1f05b87167e0f7ed4074a04132eaa9f631c4?s=96&d=mm&r=g","caption":"Infobip Devs"},"url":"https:\/\/www.infobip.com\/developers\/blog\/author\/infobip-devs"}]}},"_links":{"self":[{"href":"https:\/\/www.infobip.com\/developers\/wp-json\/wp\/v2\/posts\/614","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.infobip.com\/developers\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.infobip.com\/developers\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.infobip.com\/developers\/wp-json\/wp\/v2\/users\/10"}],"replies":[{"embeddable":true,"href":"https:\/\/www.infobip.com\/developers\/wp-json\/wp\/v2\/comments?post=614"}],"version-history":[{"count":2,"href":"https:\/\/www.infobip.com\/developers\/wp-json\/wp\/v2\/posts\/614\/revisions"}],"predecessor-version":[{"id":2537,"href":"https:\/\/www.infobip.com\/developers\/wp-json\/wp\/v2\/posts\/614\/revisions\/2537"}],"wp:attachment":[{"href":"https:\/\/www.infobip.com\/developers\/wp-json\/wp\/v2\/media?parent=614"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.infobip.com\/developers\/wp-json\/wp\/v2\/categories?post=614"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.infobip.com\/developers\/wp-json\/wp\/v2\/tags?post=614"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/www.infobip.com\/developers\/wp-json\/wp\/v2\/coauthors?post=614"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}