{"id":1900,"date":"2020-11-23T10:59:22","date_gmt":"2020-11-23T09:59:22","guid":{"rendered":"https:\/\/serengeti.pepwebdigital.hr\/?p=1900"},"modified":"2021-09-14T12:56:23","modified_gmt":"2021-09-14T10:56:23","slug":"microservices-as-a-crucial-component-of-digital-transformation","status":"publish","type":"post","link":"https:\/\/serengetitech.com\/de\/business\/microservices-as-a-crucial-component-of-digital-transformation\/","title":{"rendered":"Microservices as a crucial component of digital transformation"},"content":{"rendered":"\n<p class=\"eplus-Oqc4QU\"><strong>The seven steps of digital transformation<\/strong><\/p>\n\n\n\n<p class=\"eplus-GHHlVp\">Recently, we started a&nbsp;<a href=\"\/blog\/business\/the-seven-parts-of-digital-transformation-an-introduction\">mini-series on digital transformation<\/a>, identifying seven major parts of digital transformation:<\/p>\n\n\n<ul class=\"eplus-y9Bimw wp-block-list eplus-styles-uid-e0aca6\"><li><a href=\"\/blog\/business\/data-is-the-new-oil-for-software-development-teams\">Data and analytics<\/a><\/li><li><a href=\"\/blog\/business\/customer-experience-is-more-important-than-brand-how-do-you-make-sure-you-do-it-right\">Customer experience<\/a><\/li><li><a href=\"\/blog\/business\/where-should-innovation-reside-in-your-organization\">Innovation<\/a><\/li><li><a href=\"\/blog\/business\/tech-stack-strategies-for-digital-transformation\">Tech Stack<\/a><\/li><li>Upgraded systems\/processes<\/li><li>Up-skilling and reskilling<\/li><li>Leadership and culture<\/li><\/ul>\n\n\n<p class=\"eplus-NlHqio\">In this post we\u2019re going to discuss the need for upgraded systems and processes.<\/p>\n\n\n\n<h2 class=\"eplus-yZtCi9 wp-block-heading\">Think about microservices<\/h2>\n\n\n\n<p class=\"eplus-Cu8b7W\">In order to \u201cdigitally transform\u201d your business, your processes (internally, with employees and contractors) need to reflect a new way of doing business and an embrace of the tech stack. Externally, you need to make sure your systems are easy and intuitive to use for an end-user. No one likes to land on a website or app and think it was built in 1994.<\/p>\n\n\n\n<p class=\"eplus-wx7nxU\">One way to think about upgrading your processes and systems is through microservices.<\/p>\n\n\n\n<p class=\"eplus-kIWYaG\"><a href=\"https:\/\/serengetitech.com\/expertise\/technology-trends\/microservices\/\">Microservices<\/a>\u00a0is when a developer works on software as a series of independent, small, modular services. Each service runs a particular process and communicates with a lightweight mechanism (<a href=\"\/blog\/business\/5-benefits-that-microservices-implementation-can-bring-to-your-business-free-webinar-checklist\">often an HTTP resource API<\/a>) to serve an end business goal.\u00a0<\/p>\n\n\n\n<p class=\"eplus-nVsD4O\">Think of it as a software architectural pattern-breaking interfaces down into APIs designed with one particular purpose. When building a database, a software team might be tasked with capturing first name, last name, phone number, etc. They could build each user field out as a microservice; then, if someone else internal to the organization needed just phone numbers, he\/she could access that -- as opposed to calling out for all data.<\/p>\n\n\n\n<p class=\"eplus-10ruE9\">This approach contrasts with a monolithic architectural style, where everything is built as a single unit. Monolithic approaches to software worked for generations, but as more applications deploy to the cloud, microservices have gained in popularity among developers. Change cycles are often tied together, so in monolithic architecture, one small change requires an entirely new complete unit.&nbsp;<\/p>\n\n\n\n<h2 class=\"eplus-2z0lVZ wp-block-heading\">Perceived Benefits of Microservices<\/h2>\n\n\n\n<p class=\"eplus-alil3F\">More common arguments for a microservices model&nbsp;<a href=\"\/blog\/business\/5-benefits-that-microservices-implementation-can-bring-to-your-business-free-webinar-checklist\">include scalability, ease of testing and deployment<\/a>, and relative ease of enhancement. As&nbsp;<a href=\"\/expertise\/technology-trends\/iot\">Internet of Things<\/a>&nbsp;begins to reach scale and the future of connected devices is likely to incorporate even more than just that, it seems a more flexible, responsive way to build for an uncertain but rapidly-evolving tech future.<\/p>\n\n\n\n<p class=\"eplus-zZok6N\">Microservices also make it easier for a new developer to understand the&nbsp;<a target=\"_blank\" href=\"http:\/\/cloudacademy.com\/blog\/microservices-architecture-challenge-advantage-drawback\/\" rel=\"noreferrer noopener\">functionality<\/a>&nbsp;of a service, and it improves \u201cfault isolation,\u201d meaning larger applications will not be affected when a single module fails.<\/p>\n\n\n\n<h2 class=\"eplus-pPJgFt wp-block-heading\">Challenges of Microservices<\/h2>\n\n\n\n<p class=\"eplus-q7Gsy8\">The code base will grow as the application grows, meaning your integrated development environment (IDE) may overload on application loading, reducing developer productivity.&nbsp;<\/p>\n\n\n\n<p class=\"eplus-Pm2rzz\">Microservices software development also creates disparate data sources. Executives are already struggling with&nbsp;<a target=\"_blank\" href=\"http:\/\/www.cio.com\/article\/2379506\/business-intelligence\/c-level-execs-value-data--have-no-idea-what-to-do-with-it.html\" rel=\"noreferrer noopener\">data analysis<\/a>&nbsp;in the era of Big Data, and microservices deployment may further cloud that picture.<\/p>\n\n\n\n<p class=\"eplus-DGoFKF\">Distributed systems are&nbsp;<a href=\"\/blog\/tech\/breaking-down-a-monolithic-application-to-microservices-real-world-examples-and-tips-we-use-in-our-net-world\">inherently more complex<\/a>&nbsp;-- microservices essentially takes one large bit and breaks it into a series of smaller, coordinated bits. Increasing the number of moving parts in any software environment typically removes simplicity, ultimately confusing others in the organization.<\/p>\n\n\n\n<p class=\"eplus-vIugXH\">Even with some of these challenges,&nbsp;<a href=\"\/blog\/tech?tag=microservices\">microservices is here to stay.<\/a>&nbsp;There\u2019s an&nbsp;<a href=\"\/blog\/tech\/evolution-towards-microservices-and-cloud-native-applications\">evolution towards microservices and cloud-native applications<\/a>&nbsp;among developers, including ours. Recently we had a client who wanted to&nbsp;<a href=\"\/about\/case-studies-and-client-testimonials\/migration-to-microservices-helps-digital-enterprise-transformation\">transform their banking operations into a more digitally-driven enterprise.<\/a>&nbsp;That digital transformation was made possible, in large part, by a transition to microservices.<\/p>\n\n\n\n<h2 class=\"eplus-nNFd5I wp-block-heading\">How do you find developers who are experts at microservices?<\/h2>\n\n\n\n<p class=\"eplus-b8isaJ\">You have two options: hire them or outsource a team of them.<\/p>\n\n\n\n<p class=\"eplus-4F3Yv4\">The hiring context can work, but has risks.<\/p>\n\n\n\n<p class=\"eplus-o7jSkA\">The outsourcing option gets you more dedicated <a href=\"https:\/\/serengetitech.com\/expertise\/technology-trends\/microservices\/\">expertise<\/a>.<\/p>\n\n\n\n<p class=\"eplus-G1UcY0\">Outsourcing has challenges and risks too, though, so you need to know what you\u2019re looking for. We put together a checklist of the major aspects you need to consider in an outsourced software development team. Look at it, and if you have any questions,&nbsp;<a href=\"\/contact\">let us know<\/a>.<\/p>\n\n\n<style>#kt-modal_d7f8cb-f5 .kt-blocks-modal-link{color:#ffffff;background:#43c8a0;border-color:#393335;border-radius:20px;font-size:20px;line-height:1.5em;font-style:normal;font-weight:regular;border-width:0px 0px 4px 0px;padding:16px 32px 16px 32px;margin:32px 0px 48px 0px;}#kt-modal_d7f8cb-f5 .kt-blocks-modal-link:hover, #kt-modal_d7f8cb-f5 .kt-blocks-modal-link:focus{color:#ffffff;background:#393335;border-color:#e3d600;}#kt-modal_d7f8cb-f5 .kt-modal-overlay, #kt-target-modal_d7f8cb-f5 .kt-modal-overlay, .kb-modal-content_d7f8cb-f5 .kt-modal-overlay{background:rgba(0, 0, 0, 0.8);}#kt-modal_d7f8cb-f5 .kt-modal-overlay, #kt-target-modal_d7f8cb-f5 .kt-modal-overlay, .kb-modal-content_d7f8cb-f5 .kt-modal-overlay{-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;}#kt-modal_d7f8cb-f5 .kt-modal-container, #kt-target-modal_d7f8cb-f5 .kt-modal-container, .kb-modal-content_d7f8cb-f5 .kt-modal-container{width:100%;max-width:750px;-ms-flex-pack:flex-start;justify-content:flex-start;text-align:left;-ms-flex-align:flex-start;align-items:flex-start;}#kt-modal_d7f8cb-f5 .kt-modal-container, #kt-target-modal_d7f8cb-f5 .kt-modal-container, .kb-modal-content_d7f8cb-f5 .kt-modal-container{padding-top:32px;padding-right:32px;padding-bottom:32px;padding-left:32px;margin-top:8px;margin-right:8px;margin-bottom:8px;margin-left:8px;}#kt-modal_d7f8cb-f5 .kt-modal-container, #kt-target-modal_d7f8cb-f5 .kt-modal-container, .kb-modal-content_d7f8cb-f5 .kt-modal-container{background:#13181e;border-top:0px solid #ffffff;border-right:0px solid #ffffff;border-bottom:0px solid #ffffff;border-left:0px solid #ffffff;}#kt-modal_d7f8cb-f5 .kt-modal-container, #kt-target-modal_d7f8cb-f5 .kt-modal-container, .kb-modal-content_d7f8cb-f5 .kt-modal-container{box-shadow:0px 0px 14px 0px rgba(19, 24, 30, 0.81);}#kt-modal_d7f8cb-f5 .kt-modal-close, #kt-target-modal_d7f8cb-f5 .kt-modal-close, .kb-modal-content_d7f8cb-f5 .kt-modal-close{color:#ffffff;}#kt-modal_d7f8cb-f5 .kt-modal-close svg, #kt-target-modal_d7f8cb-f5 .kt-modal-close svg, .kb-modal-content_d7f8cb-f5 .kt-modal-close svg{width:24px;height:24px;}#kt-modal_d7f8cb-f5 .kt-modal-close:hover, #kt-target-modal_d7f8cb-f5 .kt-modal-close:hover, .kb-modal-content_d7f8cb-f5 .kt-modal-close:hover, body:not(.hide-focus-outline) #kt-modal_d7f8cb-f5 .kt-modal-close:focus, body:not(.hide-focus-outline) #kt-target-modal_d7f8cb-f5 .kt-modal-close:focus,body:not(.hide-focus-outline)  .kb-modal-content_d7f8cb-f5 .kt-modal-close:focus{color:#43c8a0;}@media all and (max-width: 1024px){#kt-modal_d7f8cb-f5 .kt-modal-container, #kt-target-modal_d7f8cb-f5 .kt-modal-container, .kb-modal-content_d7f8cb-f5 .kt-modal-container{width:100%;border-top:0px solid #ffffff;border-right:0px solid #ffffff;border-bottom:0px solid #ffffff;border-left:0px solid #ffffff;}}@media all and (max-width: 1024px){#kt-modal_d7f8cb-f5 .kt-modal-close svg, #kt-target-modal_d7f8cb-f5 .kt-modal-close svg, .kb-modal-content_d7f8cb-f5 .kt-modal-close svg{width:24px;height:24px;}}@media all and (max-width: 767px){#kt-modal_d7f8cb-f5 .kt-modal-container, #kt-target-modal_d7f8cb-f5 .kt-modal-container, .kb-modal-content_d7f8cb-f5 .kt-modal-container{width:100%;border-top:0px solid #ffffff;border-right:0px solid #ffffff;border-bottom:0px solid #ffffff;border-left:0px solid #ffffff;}#kt-modal_d7f8cb-f5 .kt-modal-close svg, #kt-target-modal_d7f8cb-f5 .kt-modal-close svg, .kb-modal-content_d7f8cb-f5 .kt-modal-close svg{width:24px;height:24px;}}<\/style>\n<div id=\"kt-modal_d7f8cb-f5\" class=\"wp-block-kadence-modal alignnone kt-modal-linkalign-center\"><div id=\"kt-target-modal_d7f8cb-f5\" class=\"kb-modal-content_d7f8cb-f5 kadence-block-pro-modal kt-m-animate-in-fadeup kt-m-animate-out-fadeout\" aria-hidden=\"true\"><div class=\"kt-modal-overlay\" tabindex=\"-1\" data-modal-close=\"true\"><div class=\"kt-modal-container kt-modal-height-fittocontent kt-close-position-inside\" role=\"dialog\" aria-modal=\"true\"><button class=\"kt-modal-close\" aria-label=\"Close Modal\" data-modal-close=\"true\"><svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" xmlns=\"https:\/\/www.w3.org\/2000\/svg\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"><\/line><line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"><\/line><\/svg><\/button><div id=\"kt-modal_d7f8cb-f5-content\" class=\"kt-modal-content\"><p class=\"eplus-mubjY6 has-text-align-center eplus-wrapper eplus-styles-uid-b366b6\" style=\"font-size:20px\"><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-kb-palette-3-color\">Where can we send you our <strong>Checklist: <strong>How product vendors in Western Europe choose the right nearshoring partner?<\/strong><\/strong><\/mark><\/p>\n\n<style>.wp-block-kadence-spacer.kt-block-spacer-_64cdc4-af .kt-block-spacer{height:6px;}.wp-block-kadence-spacer.kt-block-spacer-_64cdc4-af .kt-divider{border-top-width:1px;height:1px;border-top-color:#43c8a0;width:50%;border-top-style:solid;}<\/style>\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_64cdc4-af\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\"\/><\/div><\/div>\n\n\n<p class=\"eplus-Upg7I9 has-text-align-center eplus-wrapper eplus-styles-uid-b366b6\" style=\"font-size:14px\"><mark style=\"background-color:rgba(0, 0, 0, 0);color:#929ba7\" class=\"has-inline-color\">By clicking \"Submit\" you confirm the subscription to our newsletter and that you accept and understand our <a rel=\"noreferrer noopener\" href=\"\/privacy-policy\/\" target=\"_blank\">Privacy Policy.<\/a><\/mark><\/p>\n\n<style>.wp-block-kadence-spacer.kt-block-spacer-_e13674-97 .kt-block-spacer{height:16px;}.wp-block-kadence-spacer.kt-block-spacer-_e13674-97 .kt-divider{border-top-width:1px;height:1px;border-top-color:#eee;width:80%;border-top-style:solid;}<\/style>\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_e13674-97\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><\/div><\/div>\n\n\n<div class='fluentform ff-default fluentform_wrapper_4  ff_guten_block ff_guten_block-4 ffs_default_wrap'><form data-form_id=\"4\" id=\"fluentform_4\" class=\"frm-fluent-form fluent_form_4 ff-el-form-top ff_form_instance_4_1 ff-form-loading ff_has_v3_recptcha ffs_default\" data-form_instance=\"ff_form_instance_4_1\" method=\"POST\" data-recptcha_key=\"6Lc7YbQUAAAAAHi08MlmK6fxaWUX2f0Xe0b4BNC4\" ><fieldset  style=\"border: none!important;margin: 0!important;padding: 0!important;background-color: transparent!important;box-shadow: none!important;outline: none!important; min-inline-size: 100%;\">\n                    <legend class=\"ff_screen_reader_title\" style=\"display: block; margin: 0!important;padding: 0!important;height: 0!important;text-indent: -999999px;width: 0!important;overflow:hidden;\">Checklist Download<\/legend>        <div\n                style=\"display: none!important; position: absolute!important; transform: translateX(1000%)!important;\"\n                class=\"ff-el-group ff-hpsf-container\"\n        >\n            <div class=\"ff-el-input--label asterisk-right\">\n                <label for=\"ff_4_item_sf\" aria-label=\"Contact\">\n                    Contact                <\/label>\n            <\/div>\n            <div class=\"ff-el-input--content\">\n                <input type=\"text\"\n                       name=\"item_4__fluent_sf\"\n                       class=\"ff-el-form-control\"\n                       id=\"ff_4_item_sf\"\n                \/>\n            <\/div>\n        <\/div>\n        <input type='hidden' name='__fluent_form_embded_post_id' value='1900' \/><input type=\"hidden\" id=\"_fluentform_4_fluentformnonce\" name=\"_fluentform_4_fluentformnonce\" value=\"69d6884dde\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/de\/wp-json\/wp\/v2\/posts\/1900\" \/><div data-type=\"name-element\" data-name=\"names\" class=\" ff-field_container ff-name-field-wrapper\" ><div class='ff-t-container'><div class='ff-t-cell '><div class='ff-el-group  ff-el-form-top'><div class=\"ff-el-input--label asterisk-right\"><label for='ff_4_names_first_name_' id='label_ff_4_names_first_name_' >First Name<\/label><\/div><div class='ff-el-input--content'><input type=\"text\" name=\"names[first_name]\" id=\"ff_4_names_first_name_\" class=\"ff-el-form-control\" aria-invalid=\"false\" aria-required=false><\/div><\/div><\/div><div class='ff-t-cell '><div class='ff-el-group  ff-el-form-top'><div class=\"ff-el-input--label asterisk-right\"><label for='ff_4_names_last_name_' id='label_ff_4_names_last_name_' >Last Name<\/label><\/div><div class='ff-el-input--content'><input type=\"text\" name=\"names[last_name]\" id=\"ff_4_names_last_name_\" class=\"ff-el-form-control\" aria-invalid=\"false\" aria-required=false><\/div><\/div><\/div><\/div><\/div><div class='ff-el-group ff-el-form-top'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label for='ff_4_email' id='label_ff_4_email' aria-label=\"Your Business Email\">Your Business Email<\/label><\/div><div class='ff-el-input--content'><input type=\"email\" name=\"email\" id=\"ff_4_email\" class=\"ff-el-form-control\" data-name=\"email\"  aria-invalid=\"false\" aria-required=true><\/div><\/div><div class='ff-el-group ff-text-left ff_submit_btn_wrapper'><button type=\"submit\" class=\"ff-btn ff-btn-submit ff-btn-md ff_btn_style\"  aria-label=\"Submit\">Submit<\/button><\/div><\/fieldset><\/form><div id='fluentform_4_errors' class='ff-errors-in-stack ff_form_instance_4_1 ff-form-loading_errors ff_form_instance_4_1_errors'><\/div><\/div>            <script type=\"text\/javascript\">\n                window.fluent_form_ff_form_instance_4_1 = {\"id\":\"4\",\"settings\":{\"layout\":{\"labelPlacement\":\"top\",\"helpMessagePlacement\":\"with_label\",\"errorMessagePlacement\":\"inline\",\"asteriskPlacement\":\"asterisk-right\"},\"restrictions\":{\"denyEmptySubmission\":{\"enabled\":false}}},\"form_instance\":\"ff_form_instance_4_1\",\"form_id_selector\":\"fluentform_4\",\"rules\":{\"names[first_name]\":{\"required\":{\"value\":false,\"message\":\"This field is required\"}},\"names[middle_name]\":{\"required\":{\"value\":false,\"message\":\"This field is required\"}},\"names[last_name]\":{\"required\":{\"value\":false,\"message\":\"This field is required\"}},\"email\":{\"required\":{\"value\":true,\"message\":\"This field is required\"},\"email\":{\"value\":true,\"message\":\"This field must contain a valid email\"}},\"recaptcha\":[]},\"debounce_time\":300};\n                            <\/script>\n            <\/div><\/div><\/div><\/div><button class=\"kt-blocks-modal-link kt-modal-label-show\" data-modal-open=\"kt-target-modal_d7f8cb-f5\"><span class=\"kt-blocks-modal-link-inner\">Download our Checklist<\/span><\/button><\/div>\n\n\n\n<script src=\"https:\/\/embed.lpcontent.net\/leadboxes\/current\/embed.js\" async=\"\" defer=\"\"><\/script> <script>window.addEventListener('LPLeadboxesReady',function(){LPLeadboxes.setExitIntent('KUPo3DzgHCnqcdKX9WTpnA',{dontShowFor:'0d',domain:'serengetitech.lpages.co'});});<\/script>\n","protected":false},"excerpt":{"rendered":"<p>In order to \u201cdigitally transform\u201d your business, your processes (internally, with employees and contractors) need to reflect a new way of doing business and an embrace of the tech stack. Externally, you need to make sure your systems are easy and intuitive to use for an end user. No one likes to land on a website or app and think it was built in 1994.<\/p>","protected":false},"author":1,"featured_media":444,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_seopress_robots_primary_cat":"none","_seopress_titles_title":"","_seopress_titles_desc":"","_seopress_robots_index":"","inline_featured_image":false,"_kad_blocks_custom_css":"","_kad_blocks_head_custom_js":"","_kad_blocks_body_custom_js":"","_kad_blocks_footer_custom_js":"","editor_plus_copied_stylings":"{}","footnotes":""},"categories":[10],"tags":[],"class_list":["post-1900","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-business"],"acf":[],"taxonomy_info":{"category":[{"value":10,"label":"Business"}]},"featured_image_src_large":["https:\/\/cdn.shortpixel.ai\/spai\/q_glossy+ret_img+to_auto\/serengetitech.com\/wp-content\/uploads\/2020\/12\/microservices-connected-dots.jpg",992,620,false],"author_info":{"display_name":"Kris","author_link":"https:\/\/serengetitech.com\/de\/author\/kristianpepwebdigital-hr\/"},"comment_info":"","category_info":[{"term_id":10,"name":"Business","slug":"business","term_group":0,"term_taxonomy_id":10,"taxonomy":"category","description":"Business - blog section dedicated to business topics, both traditional ones and trends.","parent":0,"count":187,"filter":"raw","cat_ID":10,"category_count":187,"category_description":"Business - blog section dedicated to business topics, both traditional ones and trends.","cat_name":"Business","category_nicename":"business","category_parent":0}],"tag_info":false,"_links":{"self":[{"href":"https:\/\/serengetitech.com\/de\/wp-json\/wp\/v2\/posts\/1900","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/serengetitech.com\/de\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/serengetitech.com\/de\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/serengetitech.com\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/serengetitech.com\/de\/wp-json\/wp\/v2\/comments?post=1900"}],"version-history":[{"count":0,"href":"https:\/\/serengetitech.com\/de\/wp-json\/wp\/v2\/posts\/1900\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/serengetitech.com\/de\/wp-json\/wp\/v2\/media\/444"}],"wp:attachment":[{"href":"https:\/\/serengetitech.com\/de\/wp-json\/wp\/v2\/media?parent=1900"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/serengetitech.com\/de\/wp-json\/wp\/v2\/categories?post=1900"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/serengetitech.com\/de\/wp-json\/wp\/v2\/tags?post=1900"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}