{"id":37531,"date":"2020-11-20T10:00:26","date_gmt":"2020-11-20T15:00:26","guid":{"rendered":"https:\/\/simpleprogrammer.com\/?p=37531"},"modified":"2020-11-24T14:34:58","modified_gmt":"2020-11-24T19:34:58","slug":"become-net-full-stack-developer","status":"publish","type":"post","link":"https:\/\/simpleprogrammer.com\/become-net-full-stack-developer\/","title":{"rendered":"Should You Become a .NET Full-Stack Developer?"},"content":{"rendered":"<p><img loading=\"lazy\" decoding=\"async\" class=\"alignright wp-image-37550\" src=\"https:\/\/simpleprogrammer.com\/wp-content\/uploads\/2020\/11\/Should-You-Become-a-.NET-Full-Stack-Developer-square.png\" alt=\"become NET full-stack developer\" width=\"280\" height=\"280\" \/>The software development framework and ecosystem <a href=\"https:\/\/www.amazon.com\/Complete-ASP-NET-Core-Tutorial-Hands\/dp\/1484262549\/ref=sr_1_20?dchild=1&amp;keywords=.NET&amp;qid=1603695708&amp;s=books&amp;sr=1-20\" target=\"_blank\" rel=\"noopener noreferrer\">.NET<\/a> is a popular platform to build robust desktop, mobile, and web applications. Supported by Microsoft, it\u2019s best suited for enterprises that strive to offer a wide range of features, including cloud infrastructure support, desktop software, and web-based services.<\/p>\n<p>While the popularity of the software development framework was in steady decline for a few years, <a href=\"https:\/\/www.amazon.com\/Framework-Design-Guidelines-Conventions-Addison-Wesley\/dp\/0135896460\/ref=sr_1_1?dchild=1&amp;keywords=.NET+Framework&amp;qid=1603772769&amp;sr=8-1\" target=\"_blank\" rel=\"noopener noreferrer\">.NET development<\/a> has seen a dramatic change of fortunes. This led to fierce demand for .NET developers across multiple industries.<\/p>\n<p>If you\u2019re flirting with the idea of <a href=\"https:\/\/simpleprogrammer.com\/software-developer-career-path\/\" target=\"_blank\" rel=\"noopener noreferrer\">switching careers<\/a>, there\u2019s definitely a future in the Microsoft development stack. However, the demand for .NET full-stack developers comes down to their programming journey being built on a solid foundation.<\/p>\n<p>According to <a href=\"https:\/\/www.linkedin.com\/in\/philippe-peron\/\" target=\"_blank\" rel=\"noopener noreferrer\">Philippe Peron<\/a>, Chief Delivery Officer at custom software development provider <a href=\"https:\/\/www.evolve-consultants.co.uk\" target=\"_blank\" rel=\"noopener noreferrer\">Evolve<\/a>, \u201cA non-negligible percentage of PHP and JavaScript programmers are self-taught or take shortcuts to get over the learning curve. They can build great products with enthusiasm, but I find that they tend to be unaware of some coding principles and patterns.\u201d<\/p>\n<p>Conversely, according to Peron, .NET developers show more discipline and they have a better grasp of the fundamentals, keeping them in mind on a daily basis.<\/p>\n<p>In this post I&#8217;ll give you all you need to know to see whether becoming a .NET full-stack developer is right for you. We&#8217;ll begin with a brief history of the .NET framework, before looking at the current situation and what to expect being a .NET developer.<\/p>\n<h2>A Brief History of the .NET Framework<\/h2>\n<p>Microsoft developed the .NET framework in the late 1990s to create a managed code platform where code is executed in a runtime environment. The primary motivation was to improve the developer experience by relieving them of active memory management, low-level C\/C++ tasks, and <a href=\"https:\/\/simpleprogrammer.com\/crowdsourcing-security-with-bug-bounties\/\" target=\"_blank\" rel=\"noopener noreferrer\">security<\/a>.<\/p>\n<p>First released in 2002 with C# (a programming language for managed code), .NET was built for Windows-based computers and servers. Today, it has five essential components that have driven its popularity from its inception:<\/p>\n<ul>\n<li>.NET Building Block Services<\/li>\n<li>.NET Framework<\/li>\n<li>Windows Enterprise Servers<\/li>\n<li>Windows operating system<\/li>\n<li>Visual Studio .NET toolset<\/li>\n<\/ul>\n<p>Over the last decade, .NET has evolved to accommodate not only websites but also mobile applications. What started with ADO.NET, ASP.NET, WinForms (compiled and executed with Common Language Runtime), and Windows Presentation Foundation grew to provide a Base Class Library, Framework Class Library, network library, and more.<\/p>\n<h2>.NET Is Now a Unified Platform<\/h2>\n<p>Four years ago, after the acquisition of <a href=\"https:\/\/simpleprogrammer.com\/xamarin-mobile-app-development\/\" target=\"_blank\" rel=\"noopener noreferrer\">Xamarin<\/a>, there was a dramatic shift that brought about the introduction of .NET Core\u2014a new open-source version that was a cloud-friendly, cross-platform framework. As existing Microsoft services started working with Core, it accelerated the adoption of the .NET framework.<\/p>\n<p>According to Peron, \u201cIn terms of competition between programming languages, Microsoft\u2019s great offering is .NET Core. Now you can run your software on almost any type of server. You can have a virtual Linux server in the cloud and push your .NET code developed with visual studio into that environment. You don\u2019t need a Microsoft server anymore, which has a very decent impact on your IT budget.\u201d<\/p>\n<p>The key features that drive .NET development today are as follows:<\/p>\n<ul>\n<li>A unified platform for anything and everything, including cloud, data science, gaming, IoT, machine learning, mobile, Mac, Web, and Windows.<\/li>\n<li>Cross-platform with any device, anywhere.<\/li>\n<li>Deployable in smaller packages.<\/li>\n<li>Fast, scalable, and ensures high performance.<\/li>\n<li>Supports all platform capabilities of .NET Core, .NET Framework, and Xamarian.<\/li>\n<li>Supports most IDE tools, like Command Line Interface (CLI).<\/li>\n<li>Supported by Microsoft and managed by an open-source community VS Code, VS for Mac, and Visual Studio.<\/li>\n<\/ul>\n<p>The unified .NET stack comes in four flavors: .NET Framework, .NET Core, Xamarin, and Universal Windows Platform (UWP). The implementation of this combination is called the Unified .NET Development Platform.<\/p>\n<p>Each component contains frameworks and libraries to build robust software. With the introduction of .NET 5.0, developers can work on three separate branches within the Microsoft platform:<\/p>\n<ul>\n<li>.NET Framework \u2013 still dominant across enterprise verticals.<\/li>\n<li>.NET Core \u2013 a fresh environment.<\/li>\n<li>Xamarin \u2013 for mobiles applications.<\/li>\n<\/ul>\n<p>Furthermore, Microsoft\u2019s .NET Standard library promises to connect APIs across all three branches to make the life of a .NET full-stack developer more manageable.<\/p>\n<h2>Busting the Myths Surrounding .NET Development<\/h2>\n<p>The prevailing misconceptions surrounding .NET development are unfounded. There\u2019s a rumor that .NET development is unpopular because it\u2019s complicated and expensive.<\/p>\n<p>\u201cIf it was a myth, it\u2019s not a myth anymore. The cost concerns aren\u2019t there anymore, and .NET is clearly in the leading development languages,\u201d Peron said.<\/p>\n<p>Microsoft is a technology leader that offers .NET code for free, and as a result, countless experts build robust products with .NET. Furthermore, the cost of hosting an app depends on its popularity, not the platform that was used to make it.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignright wp-image-37553\" src=\"https:\/\/simpleprogrammer.com\/wp-content\/uploads\/2020\/11\/full-stack-developer.png\" alt=\"become NET full-stack developer\" width=\"280\" height=\"280\" \/>\u201cOn the back-end side, I have people using .NET Core and SQL server, taking a hybrid approach to take advantage of both paid and open source options. Microsoft is still pricing many startups out of using their SQL server, so whatever cloud you\u2019re looking at, people often use .NET Core and choose the free MySQL database. Costs were a major concern before and made companies go with PHP almost irrationally, but not anymore,\u201d Peron said.<\/p>\n<p>As a highly scalable development platform, companies benefit from an extensive toolkit to build and cross-integrate enterprise products and seamless cross-platform development, and meet the demands of the marketplace.<\/p>\n<p>Finally, many believe that .NET is only suitable for large enterprise websites with extensive features. This used to be the case to a certain extent, but not anymore.<\/p>\n<p>According to Peron, in order to develop stable, dependable software from scratch, a really good architect is a must, as they can map out their designs on paper before communicating them to the team.<\/p>\n<p>.NET developers are highly sought after as they aren\u2019t self-taught coders. The steep learning curve ensures that they really know the language inside and out. They are also known to follow best practices, making it much easier to work in a large team and build products with minimal technical debt.<\/p>\n<p>However, this doesn\u2019t mean that it\u2019s just for large corporations. Development teams can apply this framework to different types of use cases, including ones that cater to small businesses.<\/p>\n<h2><b>Pros and Cons of .NET Development<\/b><\/h2>\n<p>Before committing, here are a few positives and negatives to consider:<\/p>\n<h3>Pros<\/h3>\n<ul>\n<li>Relatively easy to learn.<\/li>\n<li>Extensive community support.<\/li>\n<li>Microsoft support.<\/li>\n<li>Object-oriented development.<\/li>\n<li>Simple and reliable cashing system.<\/li>\n<li>Cross-platform design of .NET Core.<\/li>\n<li>Visual Studio IDE.<\/li>\n<li>Seamless deployment.<\/li>\n<li>Seamless maintenance.<\/li>\n<li>ASP.NET \u2013 automatic monitoring.<\/li>\n<\/ul>\n<p>Although .NET comes with a steep learning curve, the extensive support available to those starting out makes learning relatively easy. While it may feel a little overwhelming in the beginning, it certainly gets easier.<\/p>\n<h3>Cons<\/h3>\n<ul>\n<li>Licensing costs.<\/li>\n<li>Limited object-relational support.<\/li>\n<li>Gaps between new releases and support.<\/li>\n<li>Memory leaks.<\/li>\n<\/ul>\n<p>As you can see from the above, the pros outweigh the cons. The .NET platform, including its compilers, libraries, and runtimes, is open source and free, but you\u2019ll have to pay for the Visual Studio IDE.<\/p>\n<h2>So, Should You Become a Full-Stack .NET Developer?<\/h2>\n<p>The short answer is a resounding <strong>yes!<\/strong><\/p>\n<p>.NET development is a good career move with a future, so it makes sense to dive right in and acquire the necessary skills to become a professional .NET engineer.<\/p>\n<p>This object-oriented programming language is easier to learn than many of its counterparts and boasts extensive support, so you can start your coding journey knowing that .NET development is embraced across the board and here to stay.<\/p>\n<p>After all, Peron said, \u201cThe code of .NET isn\u2019t necessarily better than PHP, for example, but .NET philosophy and the mindset creates better software developers.\u201d<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The software development framework and ecosystem .NET is a popular platform to build robust desktop, mobile, and web applications. Supported by Microsoft, it\u2019s best suited for enterprises that strive to offer a wide range of features, including cloud infrastructure support, desktop software, and web-based services. While the popularity of the software development framework was in&#8230;<\/p>\n","protected":false},"author":1317,"featured_media":37549,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"categories":[162229812,94234,14560,162229782,415,162229803,162229840],"tags":[],"class_list":["post-37531","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-advice","category-asp-net","category-career","category-goals","category-guest-post","category-programming","category-skills"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Should You Become a .NET Full-Stack Developer? - Simple Programmer<\/title>\n<meta name=\"description\" content=\"It&#039;s time to bust the myths surrounding NET development and answer the question: should I become a NET full-stack developer?\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/simpleprogrammer.com\/become-net-full-stack-developer\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Should You Become a .NET Full-Stack Developer? - Simple Programmer\" \/>\n<meta property=\"og:description\" content=\"It&#039;s time to bust the myths surrounding NET development and answer the question: should I become a NET full-stack developer?\" \/>\n<meta property=\"og:url\" content=\"https:\/\/simpleprogrammer.com\/become-net-full-stack-developer\/\" \/>\n<meta property=\"og:site_name\" content=\"Simple Programmer\" \/>\n<meta property=\"article:published_time\" content=\"2020-11-20T15:00:26+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-11-24T19:34:58+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/simpleprogrammer.com\/wp-content\/uploads\/2020\/11\/Should-You-Become-a-.NET-Full-Stack-Developer.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"720\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"\" \/>\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\":\"Article\",\"@id\":\"https:\\\/\\\/simpleprogrammer.com\\\/become-net-full-stack-developer\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/simpleprogrammer.com\\\/become-net-full-stack-developer\\\/\"},\"author\":{\"name\":\"\",\"@id\":\"\"},\"headline\":\"Should You Become a .NET Full-Stack Developer?\",\"datePublished\":\"2020-11-20T15:00:26+00:00\",\"dateModified\":\"2020-11-24T19:34:58+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/simpleprogrammer.com\\\/become-net-full-stack-developer\\\/\"},\"wordCount\":1300,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/simpleprogrammer.com\\\/become-net-full-stack-developer\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/simpleprogrammer.com\\\/wp-content\\\/uploads\\\/2020\\\/11\\\/Should-You-Become-a-.NET-Full-Stack-Developer.png\",\"articleSection\":[\"Advice\",\"ASP.NET\",\"Career\",\"Goals\",\"Guest Post\",\"Programming\",\"Skills\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/simpleprogrammer.com\\\/become-net-full-stack-developer\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/simpleprogrammer.com\\\/become-net-full-stack-developer\\\/\",\"url\":\"https:\\\/\\\/simpleprogrammer.com\\\/become-net-full-stack-developer\\\/\",\"name\":\"Should You Become a .NET Full-Stack Developer? - Simple Programmer\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/simpleprogrammer.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/simpleprogrammer.com\\\/become-net-full-stack-developer\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/simpleprogrammer.com\\\/become-net-full-stack-developer\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/simpleprogrammer.com\\\/wp-content\\\/uploads\\\/2020\\\/11\\\/Should-You-Become-a-.NET-Full-Stack-Developer.png\",\"datePublished\":\"2020-11-20T15:00:26+00:00\",\"dateModified\":\"2020-11-24T19:34:58+00:00\",\"author\":{\"@id\":\"\"},\"description\":\"It's time to bust the myths surrounding NET development and answer the question: should I become a NET full-stack developer?\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/simpleprogrammer.com\\\/become-net-full-stack-developer\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/simpleprogrammer.com\\\/become-net-full-stack-developer\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/simpleprogrammer.com\\\/become-net-full-stack-developer\\\/#primaryimage\",\"url\":\"https:\\\/\\\/simpleprogrammer.com\\\/wp-content\\\/uploads\\\/2020\\\/11\\\/Should-You-Become-a-.NET-Full-Stack-Developer.png\",\"contentUrl\":\"https:\\\/\\\/simpleprogrammer.com\\\/wp-content\\\/uploads\\\/2020\\\/11\\\/Should-You-Become-a-.NET-Full-Stack-Developer.png\",\"width\":1280,\"height\":720},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/simpleprogrammer.com\\\/become-net-full-stack-developer\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/simpleprogrammer.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Should You Become a .NET Full-Stack Developer?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/simpleprogrammer.com\\\/#website\",\"url\":\"https:\\\/\\\/simpleprogrammer.com\\\/\",\"name\":\"Simple Programmer\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/simpleprogrammer.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"\",\"url\":\"https:\\\/\\\/simpleprogrammer.com\\\/author\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Should You Become a .NET Full-Stack Developer? - Simple Programmer","description":"It's time to bust the myths surrounding NET development and answer the question: should I become a NET full-stack developer?","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:\/\/simpleprogrammer.com\/become-net-full-stack-developer\/","og_locale":"en_US","og_type":"article","og_title":"Should You Become a .NET Full-Stack Developer? - Simple Programmer","og_description":"It's time to bust the myths surrounding NET development and answer the question: should I become a NET full-stack developer?","og_url":"https:\/\/simpleprogrammer.com\/become-net-full-stack-developer\/","og_site_name":"Simple Programmer","article_published_time":"2020-11-20T15:00:26+00:00","article_modified_time":"2020-11-24T19:34:58+00:00","og_image":[{"width":1280,"height":720,"url":"https:\/\/simpleprogrammer.com\/wp-content\/uploads\/2020\/11\/Should-You-Become-a-.NET-Full-Stack-Developer.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Written by":"","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/simpleprogrammer.com\/become-net-full-stack-developer\/#article","isPartOf":{"@id":"https:\/\/simpleprogrammer.com\/become-net-full-stack-developer\/"},"author":{"name":"","@id":""},"headline":"Should You Become a .NET Full-Stack Developer?","datePublished":"2020-11-20T15:00:26+00:00","dateModified":"2020-11-24T19:34:58+00:00","mainEntityOfPage":{"@id":"https:\/\/simpleprogrammer.com\/become-net-full-stack-developer\/"},"wordCount":1300,"commentCount":0,"image":{"@id":"https:\/\/simpleprogrammer.com\/become-net-full-stack-developer\/#primaryimage"},"thumbnailUrl":"https:\/\/simpleprogrammer.com\/wp-content\/uploads\/2020\/11\/Should-You-Become-a-.NET-Full-Stack-Developer.png","articleSection":["Advice","ASP.NET","Career","Goals","Guest Post","Programming","Skills"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/simpleprogrammer.com\/become-net-full-stack-developer\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/simpleprogrammer.com\/become-net-full-stack-developer\/","url":"https:\/\/simpleprogrammer.com\/become-net-full-stack-developer\/","name":"Should You Become a .NET Full-Stack Developer? - Simple Programmer","isPartOf":{"@id":"https:\/\/simpleprogrammer.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/simpleprogrammer.com\/become-net-full-stack-developer\/#primaryimage"},"image":{"@id":"https:\/\/simpleprogrammer.com\/become-net-full-stack-developer\/#primaryimage"},"thumbnailUrl":"https:\/\/simpleprogrammer.com\/wp-content\/uploads\/2020\/11\/Should-You-Become-a-.NET-Full-Stack-Developer.png","datePublished":"2020-11-20T15:00:26+00:00","dateModified":"2020-11-24T19:34:58+00:00","author":{"@id":""},"description":"It's time to bust the myths surrounding NET development and answer the question: should I become a NET full-stack developer?","breadcrumb":{"@id":"https:\/\/simpleprogrammer.com\/become-net-full-stack-developer\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/simpleprogrammer.com\/become-net-full-stack-developer\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/simpleprogrammer.com\/become-net-full-stack-developer\/#primaryimage","url":"https:\/\/simpleprogrammer.com\/wp-content\/uploads\/2020\/11\/Should-You-Become-a-.NET-Full-Stack-Developer.png","contentUrl":"https:\/\/simpleprogrammer.com\/wp-content\/uploads\/2020\/11\/Should-You-Become-a-.NET-Full-Stack-Developer.png","width":1280,"height":720},{"@type":"BreadcrumbList","@id":"https:\/\/simpleprogrammer.com\/become-net-full-stack-developer\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/simpleprogrammer.com\/"},{"@type":"ListItem","position":2,"name":"Should You Become a .NET Full-Stack Developer?"}]},{"@type":"WebSite","@id":"https:\/\/simpleprogrammer.com\/#website","url":"https:\/\/simpleprogrammer.com\/","name":"Simple Programmer","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/simpleprogrammer.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"","url":"https:\/\/simpleprogrammer.com\/author\/"}]}},"_links":{"self":[{"href":"https:\/\/simpleprogrammer.com\/wp-json\/wp\/v2\/posts\/37531","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/simpleprogrammer.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/simpleprogrammer.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/simpleprogrammer.com\/wp-json\/wp\/v2\/users\/1317"}],"replies":[{"embeddable":true,"href":"https:\/\/simpleprogrammer.com\/wp-json\/wp\/v2\/comments?post=37531"}],"version-history":[{"count":0,"href":"https:\/\/simpleprogrammer.com\/wp-json\/wp\/v2\/posts\/37531\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/simpleprogrammer.com\/wp-json\/wp\/v2\/media\/37549"}],"wp:attachment":[{"href":"https:\/\/simpleprogrammer.com\/wp-json\/wp\/v2\/media?parent=37531"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/simpleprogrammer.com\/wp-json\/wp\/v2\/categories?post=37531"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/simpleprogrammer.com\/wp-json\/wp\/v2\/tags?post=37531"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}