{"id":325,"date":"2009-03-16T00:15:46","date_gmt":"2009-03-16T03:15:46","guid":{"rendered":"https:\/\/devkico.itexto.com.br\/?p=325"},"modified":"2009-03-16T00:17:52","modified_gmt":"2009-03-16T03:17:52","slug":"developer-traps-how-not-to-be-just-another-dumb-programmer","status":"publish","type":"post","link":"https:\/\/devkico.itexto.com.br\/?p=325","title":{"rendered":"Developer traps: how not to become &#8220;just another dumb programmer&#8221;"},"content":{"rendered":"<p><a href=\"https:\/\/devkico.itexto.com.br\/wp-content\/uploads\/2009\/03\/mouse_trap.jpg\"><img loading=\"lazy\" decoding=\"async\" class=\"alignleft size-full wp-image-293\" title=\"mouse_trap\" src=\"https:\/\/devkico.itexto.com.br\/wp-content\/uploads\/2009\/03\/mouse_trap.jpg\" alt=\"\" width=\"360\" height=\"240\" srcset=\"https:\/\/devkico.itexto.com.br\/wp-content\/uploads\/2009\/03\/mouse_trap.jpg 360w, https:\/\/devkico.itexto.com.br\/wp-content\/uploads\/2009\/03\/mouse_trap-300x200.jpg 300w\" sizes=\"(max-width: 360px) 100vw, 360px\" \/><\/a>As time goes by, I can see some situations in wich developers get into are actually traps. That&#8217;s why I call those &#8220;developer traps&#8221;. The word &#8220;trap&#8221; was selected because those who are caught on one of these rarely scapes intact (usually the result is &#8220;just another programmer&#8221;).<\/p>\n<h2><span style=\"color: #ff0000;\"><strong>Trap #1: Linguistic determinism<br \/>\n<\/strong><\/span><\/h2>\n<p>That&#8217;s my worst nightmare. For those who don&#8217;t know what it is, <a href=\"http:\/\/en.wikipedia.org\/wiki\/Linguistic_determinism\" target=\"_blank\">linguistic determinism<\/a> is the idea that language shapes thought. Here is an example: we from Brazil know many types of bananas (nanica, serra dagua, caturra), but an english person usually can distinguish only one kind of banana: banana. Our vocabulary have many words to distinguish the kinds of bananas wich we have to deal. That&#8217;s the most basic example of all, but is enough to get us started on this issue.<\/p>\n<p>How can we apply this to a developer? Simple: those wich only work on a single environment\/programming language usually show huge difficulty in learning any other thing. Here is a good example: those who are used to work on a RAD environment like Delphi or VB (more specifically those wich only drag and drop some components on forms (nothing against Delphi or VB!)). When trying to learn some other language like Java or C++, their first reaction consist on the repetition of the same procedure that they are used to on their familiar environments. Obviously, with failure. It&#8217;s when we hear some of the most common complaints:<\/p>\n<ul>\n<li><span style=\"color: #ff0000;\">&#8220;Language\/Programming Environment X sucks!&#8221;<\/span><br \/>\nHere we can see the guy trying to apply the same procedures of his original programming language on the new one. Of course it will fail! It&#8217;s not the same thing &#8220;genius&#8221;!<\/li>\n<li><span style=\"color: #ff0000;\">&#8220;I&#8217;m more productive on language\/environment X.&#8221;<\/span><br \/>\nHere the problem is externalized. The subject is almost saying: &#8220;I can&#8217;t learn this new environment\/language. It&#8217;s different from what I&#8217;m used to!&#8221;<\/li>\n<li><span style=\"color: #ff0000;\">&#8220;Programming languages are all the same. Syntax is the only difference&#8221;<\/span><br \/>\nWell, if that&#8217;s true, why so many languages??? Actually, in this case, there whould be only ONE programming language: the one the subject is used to work.<\/li>\n<\/ul>\n<p>We can see an interesting aspect of who is caught on this trap: the arrogance. They use to blame the language\/environment for all their problems, just forgetting one single fact: that language\/environment had been used several times successfully on many projects around the world.<\/p>\n<h2><span style=\"color: #ff0000;\">Trap #2: software = relational database management system<br \/>\n<\/span><\/h2>\n<p>The subject don&#8217;t believe in development beyond CRUD. How to detect someone caught on this trap? Simple: just say anything about any data structure that is not a table or an index. You may go beyond on this experiment: ask the subject\u00a0 to describe how any other data structure actually works (<span style=\"color: #ff0000;\">warning: you&#8217;ll create a new enemy<\/span>). Even worse: ask this person if he can code anything without a database behind it.<\/p>\n<p>Here is what happens: the subject works on an environment wich most of his demands consist on applications that are basically only CRUD. In this scenario, the most complex task consist on the creation of some kind of report. Actually, here we can see trap #1: linguistic determinism. But these two traps are slightly different: this trap is way more common (it&#8217;s a specialization of the above) and may create bigger losses than that.<\/p>\n<p>The illusion is created because the feedback of a SQL query is instantaneous, the subject starts to believe that his job is finished on the creation of the forms wich displays the data. Things will only get strange for this guy when someone needs something more complex than that.\u00a0 What is really amazes me is that these people are able to do incredible things using only SQL, but usually fails miserably when trying to do anything else.<\/p>\n<p>Actually what we&#8217;ll see here is someone forgetting a very simple rule: data is the result of processing, not otherwise.<\/p>\n<p><span style=\"color: #ff0000;\"><strong><\/strong><\/span><\/p>\n<h2><span style=\"color: #ff0000;\">Trap #3: RAD evironments<br \/>\n<\/span><\/h2>\n<p>The subject learn to code on a RAD environment and stick with it. It&#8217;s actually the result of traps #1 and #2 with one little addendum: <span style=\"color: #ff0000;\">the illusion that software development is easy<\/span>.<\/p>\n<p>I really hate how wrongly these tools are used. They are supposed to be used only for the execution of the boring and repetitive tasks, like GUI creation and basic CRUD, wich are only a small part of the process of software development, and not the bigger one. In this case, we can see the opposite: the subject can spend hours (sometimes DAYS) searching for new components to be added to his forms just to execute tasks that are beyond the simple CRUD, in this case ignoring completely other aspects of the process, like scalability, security, quality, etc.<\/p>\n<p>How to detect someone with this problem? Just remove it&#8217;s IDE.<\/p>\n<h2><span style=\"color: #ff0000;\">Trap #4: &#8220;donti speak english&#8221;<br \/>\n<\/span><\/h2>\n<p>Sounds improbable, but the amount of developers wich just ignore the english idiom is huge! As a consequence, this crowd will never know what is being published at current time, just what will be translated (IF it will).<\/p>\n<h2><span style=\"color: #ff0000;\">Trap #5: lazy readers<br \/>\n<\/span><\/h2>\n<p>How can someone be good in something if it&#8217;s not reading about it? Simple as that.<\/p>\n<h2><span style=\"color: #ff0000;\">Trap #6: fear of change<br \/>\n<\/span><\/h2>\n<p>If anything changes around the subject, it just get crazy! Any change on a specification? Boom! A new crisis emerge! It&#8217;s what I use to call the <strong><span style=\"color: #ff0000;\">autistic developer<\/span><\/strong>. This kind of developer can&#8217;t see the fact that change is what keeps his job! It completely ignore a basic fact about the world: everything changes. On V b.C Heraclitus was almost shouting: <a href=\"http:\/\/optionality.net\/heraclitus\/\">&#8220;panta rei<\/a> (everything changes)&#8221;!!!<\/p>\n<p>If things change in nature, why whould&#8217;nt they change on your work? <strong>Is it possible that after 2500 years people still can&#8217;t accept this fact?<\/strong><\/p>\n<p>In my opinion, this problem emerges from the false belief that software development is a kind of math when, in fact, it just uses some math to do the job. The other half of it is composed of human beings wich, as we all know, change all the time (sorry about that).<\/p>\n<p>How to know if someone have this problem? Simple: change the color of his mouse or keyboard. He&#8217;ll go nuts!<\/p>\n<h2><span style=\"color: #ff0000;\">Conclusions<\/span><\/h2>\n<p>These are the main traps I know. After discussing them, someone could ask me the following questions:<\/p>\n<p><em><strong>Why you didn&#8217;t mentioned any management traps?<\/strong><\/em><\/p>\n<p>Simple: how can you manage something you don&#8217;t know? These are the basic traps to be avoided to anyone wich have the slightly desire to manage anything related to software development.<\/p>\n<p><em><strong>How to avoid those traps?<\/strong><\/em><\/p>\n<p>Basically avoiding trap #1,\u00a0 accepting diversity as a fact and, even more important: recognizing the fact that software development is a complex task.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>As time goes by, I can see some situations in wich developers get into are actually traps. That&#8217;s why I call those &#8220;developer traps&#8221;. The word &#8220;trap&#8221; was selected because those who are caught on one of these rarely scapes intact (usually the result is &#8220;just another programmer&#8221;). Trap #1: Linguistic determinism That&#8217;s my worst [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_coblocks_attr":"","_coblocks_dimensions":"","_coblocks_responsive_height":"","_coblocks_accordion_ie_support":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""}},"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-325","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Developer traps: how not to become &quot;just another dumb programmer&quot; - \/dev\/Kico<\/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:\/\/devkico.itexto.com.br\/?p=325\" \/>\n<meta property=\"og:locale\" content=\"pt_BR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Developer traps: how not to become &quot;just another dumb programmer&quot; - \/dev\/Kico\" \/>\n<meta property=\"og:description\" content=\"As time goes by, I can see some situations in wich developers get into are actually traps. That&#8217;s why I call those &#8220;developer traps&#8221;. The word &#8220;trap&#8221; was selected because those who are caught on one of these rarely scapes intact (usually the result is &#8220;just another programmer&#8221;). Trap #1: Linguistic determinism That&#8217;s my worst [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/devkico.itexto.com.br\/?p=325\" \/>\n<meta property=\"og:site_name\" content=\"\/dev\/Kico\" \/>\n<meta property=\"article:published_time\" content=\"2009-03-16T03:15:46+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2009-03-16T03:17:52+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/www.itexto.net\/devkico\/wp-content\/uploads\/2009\/03\/mouse_trap.jpg\" \/>\n<meta name=\"author\" content=\"Kico (Henrique Lobo Weissmann)\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@loboweissmann\" \/>\n<meta name=\"twitter:label1\" content=\"Escrito por\" \/>\n\t<meta name=\"twitter:data1\" content=\"Kico (Henrique Lobo Weissmann)\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. tempo de leitura\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/devkico.itexto.com.br\/?p=325\",\"url\":\"https:\/\/devkico.itexto.com.br\/?p=325\",\"name\":\"Developer traps: how not to become \\\"just another dumb programmer\\\" - \/dev\/Kico\",\"isPartOf\":{\"@id\":\"https:\/\/devkico.itexto.com.br\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/devkico.itexto.com.br\/?p=325#primaryimage\"},\"image\":{\"@id\":\"https:\/\/devkico.itexto.com.br\/?p=325#primaryimage\"},\"thumbnailUrl\":\"https:\/\/devkico.itexto.com.br\/wp-content\/uploads\/2009\/03\/mouse_trap.jpg\",\"datePublished\":\"2009-03-16T03:15:46+00:00\",\"dateModified\":\"2009-03-16T03:17:52+00:00\",\"author\":{\"@id\":\"https:\/\/devkico.itexto.com.br\/#\/schema\/person\/502ab8892631bb005d6da2269fe5a3a7\"},\"breadcrumb\":{\"@id\":\"https:\/\/devkico.itexto.com.br\/?p=325#breadcrumb\"},\"inLanguage\":\"pt-BR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/devkico.itexto.com.br\/?p=325\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-BR\",\"@id\":\"https:\/\/devkico.itexto.com.br\/?p=325#primaryimage\",\"url\":\"https:\/\/devkico.itexto.com.br\/wp-content\/uploads\/2009\/03\/mouse_trap.jpg\",\"contentUrl\":\"https:\/\/devkico.itexto.com.br\/wp-content\/uploads\/2009\/03\/mouse_trap.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/devkico.itexto.com.br\/?p=325#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/devkico.itexto.com.br\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Developer traps: how not to become &#8220;just another dumb programmer&#8221;\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/devkico.itexto.com.br\/#website\",\"url\":\"https:\/\/devkico.itexto.com.br\/\",\"name\":\"\/dev\/Kico\",\"description\":\"Desenvolvendo software\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/devkico.itexto.com.br\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"pt-BR\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/devkico.itexto.com.br\/#\/schema\/person\/502ab8892631bb005d6da2269fe5a3a7\",\"name\":\"Kico (Henrique Lobo Weissmann)\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-BR\",\"@id\":\"https:\/\/devkico.itexto.com.br\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/dd6973d86a689bc63122b2e603f25be3?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/dd6973d86a689bc63122b2e603f25be3?s=96&d=mm&r=g\",\"caption\":\"Kico (Henrique Lobo Weissmann)\"},\"sameAs\":[\"https:\/\/x.com\/loboweissmann\"],\"url\":\"https:\/\/devkico.itexto.com.br\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Developer traps: how not to become \"just another dumb programmer\" - \/dev\/Kico","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:\/\/devkico.itexto.com.br\/?p=325","og_locale":"pt_BR","og_type":"article","og_title":"Developer traps: how not to become \"just another dumb programmer\" - \/dev\/Kico","og_description":"As time goes by, I can see some situations in wich developers get into are actually traps. That&#8217;s why I call those &#8220;developer traps&#8221;. The word &#8220;trap&#8221; was selected because those who are caught on one of these rarely scapes intact (usually the result is &#8220;just another programmer&#8221;). Trap #1: Linguistic determinism That&#8217;s my worst [&hellip;]","og_url":"https:\/\/devkico.itexto.com.br\/?p=325","og_site_name":"\/dev\/Kico","article_published_time":"2009-03-16T03:15:46+00:00","article_modified_time":"2009-03-16T03:17:52+00:00","og_image":[{"url":"http:\/\/www.itexto.net\/devkico\/wp-content\/uploads\/2009\/03\/mouse_trap.jpg"}],"author":"Kico (Henrique Lobo Weissmann)","twitter_card":"summary_large_image","twitter_creator":"@loboweissmann","twitter_misc":{"Escrito por":"Kico (Henrique Lobo Weissmann)","Est. tempo de leitura":"5 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/devkico.itexto.com.br\/?p=325","url":"https:\/\/devkico.itexto.com.br\/?p=325","name":"Developer traps: how not to become \"just another dumb programmer\" - \/dev\/Kico","isPartOf":{"@id":"https:\/\/devkico.itexto.com.br\/#website"},"primaryImageOfPage":{"@id":"https:\/\/devkico.itexto.com.br\/?p=325#primaryimage"},"image":{"@id":"https:\/\/devkico.itexto.com.br\/?p=325#primaryimage"},"thumbnailUrl":"https:\/\/devkico.itexto.com.br\/wp-content\/uploads\/2009\/03\/mouse_trap.jpg","datePublished":"2009-03-16T03:15:46+00:00","dateModified":"2009-03-16T03:17:52+00:00","author":{"@id":"https:\/\/devkico.itexto.com.br\/#\/schema\/person\/502ab8892631bb005d6da2269fe5a3a7"},"breadcrumb":{"@id":"https:\/\/devkico.itexto.com.br\/?p=325#breadcrumb"},"inLanguage":"pt-BR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/devkico.itexto.com.br\/?p=325"]}]},{"@type":"ImageObject","inLanguage":"pt-BR","@id":"https:\/\/devkico.itexto.com.br\/?p=325#primaryimage","url":"https:\/\/devkico.itexto.com.br\/wp-content\/uploads\/2009\/03\/mouse_trap.jpg","contentUrl":"https:\/\/devkico.itexto.com.br\/wp-content\/uploads\/2009\/03\/mouse_trap.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/devkico.itexto.com.br\/?p=325#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/devkico.itexto.com.br\/"},{"@type":"ListItem","position":2,"name":"Developer traps: how not to become &#8220;just another dumb programmer&#8221;"}]},{"@type":"WebSite","@id":"https:\/\/devkico.itexto.com.br\/#website","url":"https:\/\/devkico.itexto.com.br\/","name":"\/dev\/Kico","description":"Desenvolvendo software","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/devkico.itexto.com.br\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"pt-BR"},{"@type":"Person","@id":"https:\/\/devkico.itexto.com.br\/#\/schema\/person\/502ab8892631bb005d6da2269fe5a3a7","name":"Kico (Henrique Lobo Weissmann)","image":{"@type":"ImageObject","inLanguage":"pt-BR","@id":"https:\/\/devkico.itexto.com.br\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/dd6973d86a689bc63122b2e603f25be3?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/dd6973d86a689bc63122b2e603f25be3?s=96&d=mm&r=g","caption":"Kico (Henrique Lobo Weissmann)"},"sameAs":["https:\/\/x.com\/loboweissmann"],"url":"https:\/\/devkico.itexto.com.br\/?author=1"}]}},"jetpack_featured_media_url":"","jetpack-related-posts":[],"jetpack_sharing_enabled":true,"jetpack_likes_enabled":true,"_links":{"self":[{"href":"https:\/\/devkico.itexto.com.br\/index.php?rest_route=\/wp\/v2\/posts\/325"}],"collection":[{"href":"https:\/\/devkico.itexto.com.br\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/devkico.itexto.com.br\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/devkico.itexto.com.br\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/devkico.itexto.com.br\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=325"}],"version-history":[{"count":4,"href":"https:\/\/devkico.itexto.com.br\/index.php?rest_route=\/wp\/v2\/posts\/325\/revisions"}],"predecessor-version":[{"id":329,"href":"https:\/\/devkico.itexto.com.br\/index.php?rest_route=\/wp\/v2\/posts\/325\/revisions\/329"}],"wp:attachment":[{"href":"https:\/\/devkico.itexto.com.br\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=325"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/devkico.itexto.com.br\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=325"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/devkico.itexto.com.br\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=325"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}