{"id":10788,"date":"2020-05-26T14:00:41","date_gmt":"2020-05-26T12:00:41","guid":{"rendered":"https:\/\/gpower.io\/2021\/09\/03\/how-to-save-80-of-your-software-development-costs\/"},"modified":"2021-09-03T14:04:04","modified_gmt":"2021-09-03T12:04:04","slug":"how-to-save-80-of-your-software-development-costs","status":"publish","type":"post","link":"https:\/\/gpower.io\/en\/how-to-save-80-of-your-software-development-costs\/","title":{"rendered":"How to Save 80% of Your Software Development Costs?"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"10788\" class=\"elementor elementor-10788 elementor-9969\" data-elementor-post-type=\"post\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-79f18948 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"79f18948\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"aux-parallax-section elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-102f5410\" data-id=\"102f5410\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-42516d2c elementor-widget elementor-widget-heading\" data-id=\"42516d2c\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">How do you quickly succeed with making robust software? At GPower, the keyword is reuse, but as is the case with many other things, care must be taken when reusing.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-44beb0b0 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"44beb0b0\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6b133dc0 elementor-widget elementor-widget-text-editor\" data-id=\"6b133dc0\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>The public space is full of examples of software that exceeds deadlines and budgets. One could list numerous examples, but it suffices to remark that cost increases in the 100m \u20ac class are well-known in public IT in Denmark (<a href=\"https:\/\/www.itu.dk\/~slauesen\/Papers\/DamageCaseStories_Latest.pdf\">For more information, click here<\/a>). Obviously, a plethora of circumstances contribute to the price tag on software development, but where to start if you want to make it quicker and cheaper?<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-28030a74 elementor-widget elementor-widget-heading\" data-id=\"28030a74\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Reuse<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-15c371e elementor-widget elementor-widget-text-editor\" data-id=\"15c371e\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Looking at the actual development phase, there is a single thing that decreases cost and time: Reuse. If you can reuse code from previous projects, large savings are possible. Many of the time-consuming tasks lie in developing code blocks that are very generic and not unique to the actual project. If these parts are developed in advance, the development task is significantly reduced. Actually, our experience shows that as much as 80% of the code base can be established in advance, so there are rather large rewards at stake.<\/p>\n<p>In order to realize these savings, a very structured approach to reuse is required. If your approach is the classic \u201ccut and paste\u201d, there are many caveats in code reuse. An in-depth knowledge of the original code is required, such that you are completely aware of the purpose of the code and the limitations it may contain.<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-74138cf3 elementor-widget elementor-widget-heading\" data-id=\"74138cf3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Modular Software<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-30ebe530 elementor-widget elementor-widget-text-editor\" data-id=\"30ebe530\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Furthermore, it is important to encapsulate the code efficiently. If it is to be used several times, changes will inevitably occur. Therefore, all code should reside in well-defined modules with lucid interfaces, and they should generally be designed in accordance with <a href=\"https:\/\/en.wikipedia.org\/wiki\/SOLID\">the SOLID principles<\/a>. Overall, the code should not be seen as a fluttering piece of code but as a tool, and as with all tools, it is worth spending time making it properly, such that it will last and can be applied in many situations.<\/p><p>When we talk about 80% savings, it is naturally not just restricted to the development phase. If 80% of the code is reusable, it obviously yields an according cost saving in the test phase if the code is made modular. The design phase can also be completed significantly faster, if you know exactly what tools are available in your toolbox. Not to mention maintenance: Everything that happens after deployment also benefits from code reuse, since the building blocks gets much more mileage, so the code has been tested to a much larger extent. And since maintenance is a continuous task, massive savings are possible in the long run.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-294850a7 elementor-widget elementor-widget-heading\" data-id=\"294850a7\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Book a Non-binding Meeting<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-33228d93 elementor-widget elementor-widget-text-editor\" data-id=\"33228d93\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Does it sound interesting to you? Right now, you can book a non-binding meeting with us!<\/p><p>Call or write us: <a href=\"tel:004551905790\">+45 51 90 57 90<\/a> or <a href=\"gpower@gpower.io\">gpower@gpower.io<\/a>.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>How do you quickly succeed with making robust software? At GPower, the keyword is reuse, but as is the case with many other things, care must be taken when reusing. The public space is full of examples of software that exceeds deadlines and budgets. One could list numerous examples, but it suffices to remark that [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":10152,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"content-type":"","footnotes":""},"categories":[75],"tags":[],"class_list":["post-10788","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-software-en"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Save 80% of Your Software Development Costs?<\/title>\n<meta name=\"description\" content=\"How do you quickly succeed with making robust software? At GPower, the keyword is reuse, but as is the case with many other things, care must be taken\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/gpower.io\/en\/how-to-save-80-of-your-software-development-costs\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Save 80% of Your Software Development Costs?\" \/>\n<meta property=\"og:description\" content=\"How do you quickly succeed with making robust software? At GPower, the keyword is reuse, but as is the case with many other things, care must be taken\" \/>\n<meta property=\"og:url\" content=\"https:\/\/gpower.io\/en\/how-to-save-80-of-your-software-development-costs\/\" \/>\n<meta property=\"og:site_name\" content=\"Nordens f\u00f8rende inden for test- og m\u00e5lesystemer\" \/>\n<meta property=\"article:published_time\" content=\"2020-05-26T12:00:41+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-09-03T12:04:04+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/gpower.io\/wp-content\/uploads\/2020\/05\/profactory-spar-op-mod-80-af-jeres-testomkostninger-1.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"750\" \/>\n\t<meta property=\"og:image:height\" content=\"400\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"Gabrielle Bro \u00d8e Svendsen\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Gabrielle Bro \u00d8e Svendsen\" \/>\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:\/\/gpower.io\/en\/how-to-save-80-of-your-software-development-costs\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/gpower.io\/en\/how-to-save-80-of-your-software-development-costs\/\"},\"author\":{\"name\":\"Gabrielle Bro \u00d8e Svendsen\",\"@id\":\"https:\/\/gpower.io\/en\/#\/schema\/person\/35034a0b70d18b5a8fd7a73ebd66181f\"},\"headline\":\"How to Save 80% of Your Software Development Costs?\",\"datePublished\":\"2020-05-26T12:00:41+00:00\",\"dateModified\":\"2021-09-03T12:04:04+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/gpower.io\/en\/how-to-save-80-of-your-software-development-costs\/\"},\"wordCount\":475,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/gpower.io\/en\/#organization\"},\"image\":{\"@id\":\"https:\/\/gpower.io\/en\/how-to-save-80-of-your-software-development-costs\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/gpower.io\/wp-content\/uploads\/2020\/05\/profactory-spar-op-mod-80-af-jeres-testomkostninger-1.webp\",\"articleSection\":[\"Software\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/gpower.io\/en\/how-to-save-80-of-your-software-development-costs\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/gpower.io\/en\/how-to-save-80-of-your-software-development-costs\/\",\"url\":\"https:\/\/gpower.io\/en\/how-to-save-80-of-your-software-development-costs\/\",\"name\":\"How to Save 80% of Your Software Development Costs?\",\"isPartOf\":{\"@id\":\"https:\/\/gpower.io\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/gpower.io\/en\/how-to-save-80-of-your-software-development-costs\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/gpower.io\/en\/how-to-save-80-of-your-software-development-costs\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/gpower.io\/wp-content\/uploads\/2020\/05\/profactory-spar-op-mod-80-af-jeres-testomkostninger-1.webp\",\"datePublished\":\"2020-05-26T12:00:41+00:00\",\"dateModified\":\"2021-09-03T12:04:04+00:00\",\"description\":\"How do you quickly succeed with making robust software? At GPower, the keyword is reuse, but as is the case with many other things, care must be taken\",\"breadcrumb\":{\"@id\":\"https:\/\/gpower.io\/en\/how-to-save-80-of-your-software-development-costs\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/gpower.io\/en\/how-to-save-80-of-your-software-development-costs\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/gpower.io\/en\/how-to-save-80-of-your-software-development-costs\/#primaryimage\",\"url\":\"https:\/\/gpower.io\/wp-content\/uploads\/2020\/05\/profactory-spar-op-mod-80-af-jeres-testomkostninger-1.webp\",\"contentUrl\":\"https:\/\/gpower.io\/wp-content\/uploads\/2020\/05\/profactory-spar-op-mod-80-af-jeres-testomkostninger-1.webp\",\"width\":750,\"height\":400,\"caption\":\"Hvordan kan man spare 80% af omkostningerne p\u00e5 udvikling?\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/gpower.io\/en\/how-to-save-80-of-your-software-development-costs\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/gpower.io\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Save 80% of Your Software Development Costs?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/gpower.io\/en\/#website\",\"url\":\"https:\/\/gpower.io\/en\/\",\"name\":\"Nordens f\u00f8rende inden for test- og m\u00e5lesystemer\",\"description\":\"Har I brug for assistance inden for test og m\u00e5ling?\",\"publisher\":{\"@id\":\"https:\/\/gpower.io\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/gpower.io\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/gpower.io\/en\/#organization\",\"name\":\"GPower\",\"url\":\"https:\/\/gpower.io\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/gpower.io\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/gpower.io\/wp-content\/uploads\/2020\/12\/cropped-cropped-gpower-logo-80px-1.png\",\"contentUrl\":\"https:\/\/gpower.io\/wp-content\/uploads\/2020\/12\/cropped-cropped-gpower-logo-80px-1.png\",\"width\":80,\"height\":80,\"caption\":\"GPower\"},\"image\":{\"@id\":\"https:\/\/gpower.io\/en\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/gpower.io\/en\/#\/schema\/person\/35034a0b70d18b5a8fd7a73ebd66181f\",\"name\":\"Gabrielle Bro \u00d8e Svendsen\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/gpower.io\/en\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/gpower.io\/wp-content\/litespeed\/avatar\/de3c78081841fafb5f1d6645b9076bb0.jpg?ver=1775518117\",\"contentUrl\":\"https:\/\/gpower.io\/wp-content\/litespeed\/avatar\/de3c78081841fafb5f1d6645b9076bb0.jpg?ver=1775518117\",\"caption\":\"Gabrielle Bro \u00d8e Svendsen\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Save 80% of Your Software Development Costs?","description":"How do you quickly succeed with making robust software? At GPower, the keyword is reuse, but as is the case with many other things, care must be taken","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:\/\/gpower.io\/en\/how-to-save-80-of-your-software-development-costs\/","og_locale":"en_US","og_type":"article","og_title":"How to Save 80% of Your Software Development Costs?","og_description":"How do you quickly succeed with making robust software? At GPower, the keyword is reuse, but as is the case with many other things, care must be taken","og_url":"https:\/\/gpower.io\/en\/how-to-save-80-of-your-software-development-costs\/","og_site_name":"Nordens f\u00f8rende inden for test- og m\u00e5lesystemer","article_published_time":"2020-05-26T12:00:41+00:00","article_modified_time":"2021-09-03T12:04:04+00:00","og_image":[{"width":750,"height":400,"url":"https:\/\/gpower.io\/wp-content\/uploads\/2020\/05\/profactory-spar-op-mod-80-af-jeres-testomkostninger-1.webp","type":"image\/webp"}],"author":"Gabrielle Bro \u00d8e Svendsen","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Gabrielle Bro \u00d8e Svendsen","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/gpower.io\/en\/how-to-save-80-of-your-software-development-costs\/#article","isPartOf":{"@id":"https:\/\/gpower.io\/en\/how-to-save-80-of-your-software-development-costs\/"},"author":{"name":"Gabrielle Bro \u00d8e Svendsen","@id":"https:\/\/gpower.io\/en\/#\/schema\/person\/35034a0b70d18b5a8fd7a73ebd66181f"},"headline":"How to Save 80% of Your Software Development Costs?","datePublished":"2020-05-26T12:00:41+00:00","dateModified":"2021-09-03T12:04:04+00:00","mainEntityOfPage":{"@id":"https:\/\/gpower.io\/en\/how-to-save-80-of-your-software-development-costs\/"},"wordCount":475,"commentCount":0,"publisher":{"@id":"https:\/\/gpower.io\/en\/#organization"},"image":{"@id":"https:\/\/gpower.io\/en\/how-to-save-80-of-your-software-development-costs\/#primaryimage"},"thumbnailUrl":"https:\/\/gpower.io\/wp-content\/uploads\/2020\/05\/profactory-spar-op-mod-80-af-jeres-testomkostninger-1.webp","articleSection":["Software"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/gpower.io\/en\/how-to-save-80-of-your-software-development-costs\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/gpower.io\/en\/how-to-save-80-of-your-software-development-costs\/","url":"https:\/\/gpower.io\/en\/how-to-save-80-of-your-software-development-costs\/","name":"How to Save 80% of Your Software Development Costs?","isPartOf":{"@id":"https:\/\/gpower.io\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/gpower.io\/en\/how-to-save-80-of-your-software-development-costs\/#primaryimage"},"image":{"@id":"https:\/\/gpower.io\/en\/how-to-save-80-of-your-software-development-costs\/#primaryimage"},"thumbnailUrl":"https:\/\/gpower.io\/wp-content\/uploads\/2020\/05\/profactory-spar-op-mod-80-af-jeres-testomkostninger-1.webp","datePublished":"2020-05-26T12:00:41+00:00","dateModified":"2021-09-03T12:04:04+00:00","description":"How do you quickly succeed with making robust software? At GPower, the keyword is reuse, but as is the case with many other things, care must be taken","breadcrumb":{"@id":"https:\/\/gpower.io\/en\/how-to-save-80-of-your-software-development-costs\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/gpower.io\/en\/how-to-save-80-of-your-software-development-costs\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/gpower.io\/en\/how-to-save-80-of-your-software-development-costs\/#primaryimage","url":"https:\/\/gpower.io\/wp-content\/uploads\/2020\/05\/profactory-spar-op-mod-80-af-jeres-testomkostninger-1.webp","contentUrl":"https:\/\/gpower.io\/wp-content\/uploads\/2020\/05\/profactory-spar-op-mod-80-af-jeres-testomkostninger-1.webp","width":750,"height":400,"caption":"Hvordan kan man spare 80% af omkostningerne p\u00e5 udvikling?"},{"@type":"BreadcrumbList","@id":"https:\/\/gpower.io\/en\/how-to-save-80-of-your-software-development-costs\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/gpower.io\/en\/"},{"@type":"ListItem","position":2,"name":"How to Save 80% of Your Software Development Costs?"}]},{"@type":"WebSite","@id":"https:\/\/gpower.io\/en\/#website","url":"https:\/\/gpower.io\/en\/","name":"Nordens f\u00f8rende inden for test- og m\u00e5lesystemer","description":"Har I brug for assistance inden for test og m\u00e5ling?","publisher":{"@id":"https:\/\/gpower.io\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/gpower.io\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/gpower.io\/en\/#organization","name":"GPower","url":"https:\/\/gpower.io\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/gpower.io\/en\/#\/schema\/logo\/image\/","url":"https:\/\/gpower.io\/wp-content\/uploads\/2020\/12\/cropped-cropped-gpower-logo-80px-1.png","contentUrl":"https:\/\/gpower.io\/wp-content\/uploads\/2020\/12\/cropped-cropped-gpower-logo-80px-1.png","width":80,"height":80,"caption":"GPower"},"image":{"@id":"https:\/\/gpower.io\/en\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/gpower.io\/en\/#\/schema\/person\/35034a0b70d18b5a8fd7a73ebd66181f","name":"Gabrielle Bro \u00d8e Svendsen","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/gpower.io\/en\/#\/schema\/person\/image\/","url":"https:\/\/gpower.io\/wp-content\/litespeed\/avatar\/de3c78081841fafb5f1d6645b9076bb0.jpg?ver=1775518117","contentUrl":"https:\/\/gpower.io\/wp-content\/litespeed\/avatar\/de3c78081841fafb5f1d6645b9076bb0.jpg?ver=1775518117","caption":"Gabrielle Bro \u00d8e Svendsen"}}]}},"_links":{"self":[{"href":"https:\/\/gpower.io\/en\/wp-json\/wp\/v2\/posts\/10788","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gpower.io\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/gpower.io\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/gpower.io\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/gpower.io\/en\/wp-json\/wp\/v2\/comments?post=10788"}],"version-history":[{"count":0,"href":"https:\/\/gpower.io\/en\/wp-json\/wp\/v2\/posts\/10788\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/gpower.io\/en\/wp-json\/wp\/v2\/media\/10152"}],"wp:attachment":[{"href":"https:\/\/gpower.io\/en\/wp-json\/wp\/v2\/media?parent=10788"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/gpower.io\/en\/wp-json\/wp\/v2\/categories?post=10788"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/gpower.io\/en\/wp-json\/wp\/v2\/tags?post=10788"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}