{"id":4507,"date":"2021-02-23T10:13:25","date_gmt":"2021-02-23T10:13:25","guid":{"rendered":"https:\/\/codewaveinsdev.wpengine.com\/?p=4507"},"modified":"2023-08-01T16:21:03","modified_gmt":"2023-08-01T16:21:03","slug":"android-app-development-mistakes","status":"publish","type":"post","link":"https:\/\/codewave.com\/insights\/android-app-development-mistakes\/","title":{"rendered":"5 must commit mistakes to build apps that fail"},"content":{"rendered":"\n<p><strong>Building successful products is overrated!!<\/strong>&nbsp;Why do we even need to&nbsp;<em>build a product scalable to millions<\/em>? We shouldn\u2019t. It\u2019s all waste. There is no fun in building highly personalized, intuitive, simplistic mobile design. Investing in&nbsp;<em>design thinking<\/em>&nbsp;is a FOOLISH idea. What\u2019s more absurd? Security. Focusing on app&nbsp;<em>security, design thinking &amp; cybersecurity<\/em>&nbsp;are such boring topics. Do you want to know where the real fun is? Wasting the resources of your company. Why shouldn\u2019t you? You Must. It\u2019s blissful. Here, I\u2019m revealing&nbsp;<strong>secrets to building apps that will successfully fail<\/strong>.<\/p>\n\n\n\n<h2 id=\"5-must-commit-mistakes-to-develop-a-terrible-android-app\" class=\"wp-block-heading\"><strong>5 must commit mistakes to develop a terrible android app<\/strong><\/h2>\n\n\n\n<p>1. <strong>Don\u2019t design for usability<\/strong><\/p>\n\n\n\n<p>You dare not think about personalizing the UI for the end-user. Personalizing UI means delivering a good user experience.&nbsp;<em>Why would you want to do that?<\/em>&nbsp;Remember, the goal is to build a terrible mobile app.<\/p>\n\n\n\n<p>Good or bad,&nbsp;<em>experiences always stick with the customer<\/em>. It results in viral word-of-mouth. If users are all praises about your app in their friends and family circle, it means more number of app installs. You don\u2019t want that.&nbsp;<strong>Deliver bad customer experiences.<\/strong>&nbsp;So bad that Google has to add negative star-reviews in the play-store. People should curse their decision for installing your app.<\/p>\n\n\n\n<p>Bad word-of-mouth will ensure nobody uses your app. Great! This was an easy tip. The next tip is ridiculously simple to implement.<\/p>\n\n\n\n<p>2. <strong>Don\u2019t test it rigorously, esp don\u2019t test APIs at all<\/strong><\/p>\n\n\n\n<p>You know they say, you take care of your employees, they take care of your company. So,&nbsp;<strong>ask your android application testers to taste new ice-cream flavors<\/strong>, give them a day off for the very purpose. Tell them it\u2019s okay to ignore a few bugs here and there.&nbsp;<\/p>\n\n\n\n<p>No need to iteratively test every feature release or app builds for bugs. It\u2019s okay to leave the application broken, it\u2019s okay to let the user data be vulnerable. Even if you\u2019re planning to fix bugs, don\u2019t prioritize them based on usage or revenue critical metrics. Because that way, you may end-up saving money for the company. That\u2019s a terrible approach.&nbsp;<\/p>\n\n\n\n<p>So what if APIs&nbsp;<\/p>\n\n\n\n<ul>\n<li>Take a lifetime to respond, or&nbsp;<\/li>\n\n\n\n<li>If data is inconsistent, or<\/li>\n\n\n\n<li>If it\u2019s not incrementally integrable, not secure..&nbsp;<\/li>\n<\/ul>\n\n\n\n<p>It\u2019s okay! These days there are so many competitors out there. Your app users can try them out. Let them. You chill out and focus on the goal : \u201cbuild an app that nobody wants to install\u201d. Next tip for that?<\/p>\n\n\n\n<p>3. <strong>Don\u2019t do any of the following:<\/strong><\/p>\n\n\n\n<ul>\n<li><strong>Encrypting app data<\/strong><\/li>\n<\/ul>\n\n\n\n<p>Android 5 up to Android 9, supports full-disc encryption where the entire data is protected with a single password i.e., user\u2019s device password. Android 10 onwards, it is recommended to use&nbsp;<a href=\"https:\/\/source.android.com\/security\/encryption\">file-based encryption<\/a>. Why would you want to additionally encrypt the app data when the OS does it by default? So what if your app uses shared storage? Is your app dealing with user\u2019s personally identifiable information (PII), health records, financial details, or enterprise data? Then let\u2019s make them vulnerable by not adding an additional layer of security. That way, once there is a data breach \u2013 users will automatically walk away from your app, and it would eventually fail.<\/p>\n\n\n\n<ul>\n<li><strong>Using HTTPS &amp; SSLSockets<\/strong><\/li>\n<\/ul>\n\n\n\n<p>HTTPS and SSLSockets provide enhanced network security for client and server communications. This boosts integrity, confidentiality, and uses robust authentication of data exchanges between client &amp; server. Basically it helps in:<\/p>\n\n\n\n<p>a. Protecting from wiretappers and interceptors i.e, prohibits malicious parties from modifying messages.<\/p>\n\n\n\n<p>b. Facilitating peer authentication i.e, Servers can request clients to authenticate themselves.<\/p>\n\n\n\n<p>c. Encrypting sensitive data transactions between client and the server.&nbsp;<\/p>\n\n\n\n<ul>\n<li><strong>Obfuscating your code, and the strings within; Shrinking your app size<\/strong><\/li>\n<\/ul>\n\n\n\n<p>Developers tend to use Gradle tools which uses R8 compiler to perform compile time tasks like:<\/p>\n\n\n\n<p>a. Shrinking the app size by removing unused code and resources<\/p>\n\n\n\n<p>b. Obfuscating the names of your classes, methods, attributes, etcetera<\/p>\n\n\n\n<p>c. R8\u2019s aggressive code optimization to further reduce app size<\/p>\n\n\n\n<p>You should refrain for incorporating these into your strategy. Guess why? Because Bigger the app size, lesser the downloads. More installs can be good for business? How to harm your business? Increase the app size.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/res.cloudinary.com\/dsl3io5au\/image\/upload\/v1614065680\/codewaveInsights\/android_app_size_impact_on_downloads_and_app_success_rbnlpq.png\" alt=\"\"\/><figcaption class=\"wp-element-caption\">android app size impact on downloads<\/figcaption><\/figure>\n\n\n\n<p>4. <strong>Don\u2019t build for 2021, build for 2012<\/strong><\/p>\n\n\n\n<p>Android 12 is around, developer preview is already out. But we shall not include that in our strategy. Our apps should only work on a limited number of Android OS versions and devices. If it works on a wide range of OS versions, again more users will use it. Let\u2019s not make this mistake. Build only for a few Android OS versions. Best, restrict yourself to Android 5 max. 44% of android users are on v10, 22% on v9. We can easily lose these customers by not building for them i.e., ignoring the features facilitated by these OS versions. Yayyy! Simple. One step closer to failure.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/res.cloudinary.com\/dsl3io5au\/image\/upload\/q_auto:eco\/v1614065680\/codewaveInsights\/android_app_development_android_OS_market_share_wh9tj3.png\" alt=\"\"\/><figcaption class=\"wp-element-caption\">Android Market Share By OS Versions<\/figcaption><\/figure>\n\n\n\n<p>While the likes of Gartner, Amazon, Google are vocal about&nbsp;<a href=\"https:\/\/www.codewave.com\/services\/\">AI, Chatbot, AR, Beacon, Wearable devices, IoT, Cloud, Data, 5G, Foldable devices<\/a>&nbsp;\u2013 let\u2019s restrict ourselves to building simple websites with minimalistic features and a little irritating UI\/UX.<\/p>\n\n\n\n<p><strong>5. Don\u2019t hire experienced, competent developers<\/strong><\/p>\n\n\n\n<p>Instead, hire inexperienced developers. Two attributes that you must lookout in the developer or outsourcing partner are&nbsp;<strong>low competency<\/strong>,&nbsp;<strong>low integrity<\/strong>. BTW Beware, some newbies are damn good at coding. Stay away from them.<\/p>\n\n\n\n<p>Hire developers who&nbsp;<\/p>\n\n\n\n<ul>\n<li>Don\u2019t know how to use Bitmaps efficiently, or&nbsp;<\/li>\n\n\n\n<li>How to leverage fragments, intents<\/li>\n\n\n\n<li>How to implement proper hierarchy<\/li>\n\n\n\n<li>Would spend days googling how to resolve bugs and still be clueless<\/li>\n\n\n\n<li>Don\u2019t use open-source tools. Using open-source means cutting costs. Doesn\u2019t suit our purpose. Less money in the pocket means less experimentation with new features. This allows competitors to go light years ahead of you!!!<\/li>\n<\/ul>\n\n\n\n<p>This list feels too short, but I feel if you implement all these effectively. You\u2019ll be blessed with failure. Okay, lemme add another tip:<\/p>\n\n\n\n<p><strong>DON\u2019T PRACTICE DevSecOps!!!&nbsp;<\/strong>Business agility is bad for app failure.&nbsp;<a href=\"https:\/\/insights.codewave.com\/agility-of-the-mind-key-to-making-agile-methodology-work\/\"><strong>Agile development practices<\/strong><\/a>&nbsp;with a focus on security can ruin all the efforts of aforementioned tips. More on this in another insight.<\/p>\n\n\n\n<p><strong>Failing while experimenting something new is GOOD.<\/strong><br><strong>But failing when there is&nbsp;<\/strong><br><strong>a helping hand,<\/strong><br><strong>a guide,<\/strong><br><strong>a mentor,<\/strong><br><strong>a team to help you prosper&nbsp;<\/strong><br><strong>is DUMB.&nbsp;<\/strong><br><strong>Blunt? but that\u2019s true.<\/strong><br><br>For tips on how not to fail, explore our&nbsp;<a href=\"https:\/\/insights.codewave.com\/\">insights on design, tech &amp; culture<\/a>.<br>Meet an amazing travel partner to accompany you on&nbsp;<a href=\"https:\/\/www.codewave.com\/\">your digital transformation journey<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"A Satire Highlighting Silly Android App Development Mistakes That Even Experienced Developers &#038; Tech Teams Tend To Make\n","protected":false},"author":1,"featured_media":4508,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"csco_singular_sidebar":"","csco_page_header_type":"full","csco_page_load_nextpost":"","csco_post_video_location":[],"csco_post_video_url":"","csco_post_video_bg_start_time":0,"csco_post_video_bg_end_time":0,"footnotes":""},"categories":[31],"tags":[287,93,44,288,289,100],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>5 must commit mistakes to build apps that fail<\/title>\n<meta name=\"description\" content=\"A Satire Highlighting Silly Android App Development Mistakes That Even Experienced Developers &amp; Tech Teams Tend To Make\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/codewave.com\/insights\/android-app-development-mistakes\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"5 must commit mistakes to build apps that fail\" \/>\n<meta property=\"og:description\" content=\"A Satire Highlighting Silly Android App Development Mistakes That Even Experienced Developers &amp; Tech Teams Tend To Make\" \/>\n<meta property=\"og:url\" content=\"https:\/\/codewave.com\/insights\/android-app-development-mistakes\/\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/codewave.inc\" \/>\n<meta property=\"article:published_time\" content=\"2021-02-23T10:13:25+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-08-01T16:21:03+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/codewave.com\/insights\/wp-content\/uploads\/2022\/08\/5-android-app-development-mistakes-min.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1346\" \/>\n\t<meta property=\"og:image:height\" content=\"768\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Codewave\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@https:\/\/twitter.com\/codewave_inc\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Codewave\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/codewave.com\/insights\/android-app-development-mistakes\/\",\"url\":\"https:\/\/codewave.com\/insights\/android-app-development-mistakes\/\",\"name\":\"5 must commit mistakes to build apps that fail\",\"isPartOf\":{\"@id\":\"https:\/\/codewave.com\/insights\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/codewave.com\/insights\/android-app-development-mistakes\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/codewave.com\/insights\/android-app-development-mistakes\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/codewave.com\/insights\/wp-content\/uploads\/2022\/08\/5-android-app-development-mistakes-min.png\",\"datePublished\":\"2021-02-23T10:13:25+00:00\",\"dateModified\":\"2023-08-01T16:21:03+00:00\",\"author\":{\"@id\":\"https:\/\/codewave.com\/insights\/#\/schema\/person\/3657f01be1b168c52f7d5ba8996fd2f2\"},\"description\":\"A Satire Highlighting Silly Android App Development Mistakes That Even Experienced Developers & Tech Teams Tend To Make\",\"breadcrumb\":{\"@id\":\"https:\/\/codewave.com\/insights\/android-app-development-mistakes\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/codewave.com\/insights\/android-app-development-mistakes\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/codewave.com\/insights\/android-app-development-mistakes\/#primaryimage\",\"url\":\"https:\/\/codewave.com\/insights\/wp-content\/uploads\/2022\/08\/5-android-app-development-mistakes-min.png\",\"contentUrl\":\"https:\/\/codewave.com\/insights\/wp-content\/uploads\/2022\/08\/5-android-app-development-mistakes-min.png\",\"width\":1346,\"height\":768,\"caption\":\"android app development mistakes\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/codewave.com\/insights\/android-app-development-mistakes\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/codewave.com\/insights\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"5 must commit mistakes to build apps that fail\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/codewave.com\/insights\/#website\",\"url\":\"https:\/\/codewave.com\/insights\/\",\"name\":\"\",\"description\":\"Innovate with tech, design, culture\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/codewave.com\/insights\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/codewave.com\/insights\/#\/schema\/person\/3657f01be1b168c52f7d5ba8996fd2f2\",\"name\":\"Codewave\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/codewave.com\/insights\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/8eaea4760f144032645a66b5f0e21153?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/8eaea4760f144032645a66b5f0e21153?s=96&d=mm&r=g\",\"caption\":\"Codewave\"},\"description\":\"Codewave is a design thinking led digital transformation company enabling organisations with playful innovation using AI &amp; ML, IoT &amp; Edge, AR, VR, Cloud, Blockchain, and Data.\",\"sameAs\":[\"https:\/\/codewave.com\",\"https:\/\/www.facebook.com\/codewave.inc\",\"https:\/\/www.instagram.com\/codewavetech\/\",\"https:\/\/in.linkedin.com\/company\/codewave-inc\",\"https:\/\/x.com\/https:\/\/twitter.com\/codewave_inc\"],\"url\":\"https:\/\/codewave.com\/insights\/author\/codewaveinsdev\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"5 must commit mistakes to build apps that fail","description":"A Satire Highlighting Silly Android App Development Mistakes That Even Experienced Developers & Tech Teams Tend To Make","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:\/\/codewave.com\/insights\/android-app-development-mistakes\/","og_locale":"en_US","og_type":"article","og_title":"5 must commit mistakes to build apps that fail","og_description":"A Satire Highlighting Silly Android App Development Mistakes That Even Experienced Developers & Tech Teams Tend To Make","og_url":"https:\/\/codewave.com\/insights\/android-app-development-mistakes\/","article_author":"https:\/\/www.facebook.com\/codewave.inc","article_published_time":"2021-02-23T10:13:25+00:00","article_modified_time":"2023-08-01T16:21:03+00:00","og_image":[{"width":1346,"height":768,"url":"https:\/\/codewave.com\/insights\/wp-content\/uploads\/2022\/08\/5-android-app-development-mistakes-min.png","type":"image\/png"}],"author":"Codewave","twitter_card":"summary_large_image","twitter_creator":"@https:\/\/twitter.com\/codewave_inc","twitter_misc":{"Written by":"Codewave","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/codewave.com\/insights\/android-app-development-mistakes\/","url":"https:\/\/codewave.com\/insights\/android-app-development-mistakes\/","name":"5 must commit mistakes to build apps that fail","isPartOf":{"@id":"https:\/\/codewave.com\/insights\/#website"},"primaryImageOfPage":{"@id":"https:\/\/codewave.com\/insights\/android-app-development-mistakes\/#primaryimage"},"image":{"@id":"https:\/\/codewave.com\/insights\/android-app-development-mistakes\/#primaryimage"},"thumbnailUrl":"https:\/\/codewave.com\/insights\/wp-content\/uploads\/2022\/08\/5-android-app-development-mistakes-min.png","datePublished":"2021-02-23T10:13:25+00:00","dateModified":"2023-08-01T16:21:03+00:00","author":{"@id":"https:\/\/codewave.com\/insights\/#\/schema\/person\/3657f01be1b168c52f7d5ba8996fd2f2"},"description":"A Satire Highlighting Silly Android App Development Mistakes That Even Experienced Developers & Tech Teams Tend To Make","breadcrumb":{"@id":"https:\/\/codewave.com\/insights\/android-app-development-mistakes\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/codewave.com\/insights\/android-app-development-mistakes\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/codewave.com\/insights\/android-app-development-mistakes\/#primaryimage","url":"https:\/\/codewave.com\/insights\/wp-content\/uploads\/2022\/08\/5-android-app-development-mistakes-min.png","contentUrl":"https:\/\/codewave.com\/insights\/wp-content\/uploads\/2022\/08\/5-android-app-development-mistakes-min.png","width":1346,"height":768,"caption":"android app development mistakes"},{"@type":"BreadcrumbList","@id":"https:\/\/codewave.com\/insights\/android-app-development-mistakes\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/codewave.com\/insights\/"},{"@type":"ListItem","position":2,"name":"5 must commit mistakes to build apps that fail"}]},{"@type":"WebSite","@id":"https:\/\/codewave.com\/insights\/#website","url":"https:\/\/codewave.com\/insights\/","name":"","description":"Innovate with tech, design, culture","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/codewave.com\/insights\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/codewave.com\/insights\/#\/schema\/person\/3657f01be1b168c52f7d5ba8996fd2f2","name":"Codewave","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/codewave.com\/insights\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/8eaea4760f144032645a66b5f0e21153?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/8eaea4760f144032645a66b5f0e21153?s=96&d=mm&r=g","caption":"Codewave"},"description":"Codewave is a design thinking led digital transformation company enabling organisations with playful innovation using AI &amp; ML, IoT &amp; Edge, AR, VR, Cloud, Blockchain, and Data.","sameAs":["https:\/\/codewave.com","https:\/\/www.facebook.com\/codewave.inc","https:\/\/www.instagram.com\/codewavetech\/","https:\/\/in.linkedin.com\/company\/codewave-inc","https:\/\/x.com\/https:\/\/twitter.com\/codewave_inc"],"url":"https:\/\/codewave.com\/insights\/author\/codewaveinsdev\/"}]}},"featured_image_src":"https:\/\/codewave.com\/insights\/wp-content\/uploads\/2022\/08\/5-android-app-development-mistakes-min-600x400.png","featured_image_src_square":"https:\/\/codewave.com\/insights\/wp-content\/uploads\/2022\/08\/5-android-app-development-mistakes-min-600x600.png","author_info":{"display_name":"Codewave","author_link":"https:\/\/codewave.com\/insights\/author\/codewaveinsdev\/"},"_links":{"self":[{"href":"https:\/\/codewave.com\/insights\/wp-json\/wp\/v2\/posts\/4507"}],"collection":[{"href":"https:\/\/codewave.com\/insights\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/codewave.com\/insights\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/codewave.com\/insights\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/codewave.com\/insights\/wp-json\/wp\/v2\/comments?post=4507"}],"version-history":[{"count":0,"href":"https:\/\/codewave.com\/insights\/wp-json\/wp\/v2\/posts\/4507\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/codewave.com\/insights\/wp-json\/wp\/v2\/media\/4508"}],"wp:attachment":[{"href":"https:\/\/codewave.com\/insights\/wp-json\/wp\/v2\/media?parent=4507"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/codewave.com\/insights\/wp-json\/wp\/v2\/categories?post=4507"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/codewave.com\/insights\/wp-json\/wp\/v2\/tags?post=4507"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}