{"id":235,"date":"2023-08-20T11:02:01","date_gmt":"2023-08-20T11:02:01","guid":{"rendered":"https:\/\/www.devopsconsulting.in\/blog\/?p=235"},"modified":"2024-10-03T16:49:21","modified_gmt":"2024-10-03T16:49:21","slug":"errorthe-term-ng-is-not-recognized-as-the-name-of-a-cmdlet","status":"publish","type":"post","link":"https:\/\/www.devopsconsulting.in\/blog\/errorthe-term-ng-is-not-recognized-as-the-name-of-a-cmdlet\/","title":{"rendered":"Error:The term &#8216;ng&#8217; is not recognized as the name of a cmdlet"},"content":{"rendered":"\n<h3 class=\"wp-block-heading\">Error<strong>:<\/strong><\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>ng : The term 'ng' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or   \nif a path was included, verify that the path is correct and try again.\nAt line:1 char:1\n+ ng sereve\n+ ~~\n    + CategoryInfo          : ObjectNotFound: (ng:String) &#91;], CommandNotFoundException\n    + FullyQualifiedErrorId : CommandNotFoundException<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"129\" src=\"https:\/\/www.devopsconsulting.in\/blog\/wp-content\/uploads\/2023\/04\/WhatsApp-Image-2023-04-14-at-11.33.29-1024x129.jpg\" alt=\"\" class=\"wp-image-236\" srcset=\"https:\/\/www.devopsconsulting.in\/blog\/wp-content\/uploads\/2023\/04\/WhatsApp-Image-2023-04-14-at-11.33.29-1024x129.jpg 1024w, https:\/\/www.devopsconsulting.in\/blog\/wp-content\/uploads\/2023\/04\/WhatsApp-Image-2023-04-14-at-11.33.29-300x38.jpg 300w, https:\/\/www.devopsconsulting.in\/blog\/wp-content\/uploads\/2023\/04\/WhatsApp-Image-2023-04-14-at-11.33.29-768x97.jpg 768w, https:\/\/www.devopsconsulting.in\/blog\/wp-content\/uploads\/2023\/04\/WhatsApp-Image-2023-04-14-at-11.33.29.jpg 1044w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>The error message indicates that the <code>ng<\/code> command is not recognized, which means that the Angular CLI is either not installed or not properly set up in your system&#8217;s PATH.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>How to Resolve This Issue:<\/strong><\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Install Angular CLI:<\/strong><br>If you haven&#8217;t installed Angular CLI, you can do so by running the following command in your terminal or command prompt:<\/li>\n<\/ol>\n\n\n\n<pre class=\"wp-block-code\"><code>   npm install -g @angular\/cli<\/code><\/pre>\n\n\n\n<p>The <code>-g<\/code> flag installs Angular CLI globally, making the <code>ng<\/code> command available from any directory.<\/p>\n\n\n\n<ol class=\"wp-block-list\" start=\"2\">\n<li><strong>Verify the Installation:<\/strong><br>After installing, verify that Angular CLI is installed correctly by running:<\/li>\n<\/ol>\n\n\n\n<pre class=\"wp-block-code\"><code>   ng version<\/code><\/pre>\n\n\n\n<p>If Angular CLI is correctly installed, this command will display the version information.<\/p>\n\n\n\n<ol class=\"wp-block-list\" start=\"3\">\n<li><strong>Ensure Angular CLI is in the System PATH:<\/strong><br>If Angular CLI is installed but you&#8217;re still seeing this error, it could be that the <code>ng<\/code> command is not added to your system&#8217;s PATH. You can try restarting your terminal or your computer to refresh the environment variables.<\/li>\n\n\n\n<li><strong>Check Node.js and npm Installation:<\/strong><br>Make sure you have Node.js and npm (Node Package Manager) installed. You can verify this by running:<\/li>\n<\/ol>\n\n\n\n<pre class=\"wp-block-code\"><code>   node -v\n   npm -v<\/code><\/pre>\n\n\n\n<p>If these commands do not display version numbers, you&#8217;ll need to install Node.js from <a href=\"https:\/\/nodejs.org\/\">Node.js official website<\/a>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Summary:<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Install Angular CLI using <code>npm install -g @angular\/cli<\/code><\/li>\n\n\n\n<li>Verify installation with <code>ng version<\/code><\/li>\n\n\n\n<li>Restart your terminal or computer if the issue persists<\/li>\n<\/ul>\n\n\n\n<p>After following these steps, the <code>ng<\/code> command should work properly, and you should be able to run <code>ng serve<\/code> without issues.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><br><\/h3>\n","protected":false},"excerpt":{"rendered":"<p>Error: The error message indicates that the ng command is not recognized, which means that the Angular CLI is either not installed or not properly set up&#8230; <\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[619,567,624,615,618,625,616,627,614,569,620,571,628,623,621,622,617,629,626],"class_list":["post-235","post","type-post","status-publish","format-standard","hentry","category-angular","tag-add-angular-cli-to-path","tag-angular-cli-not-recognized","tag-angular-cli-path-setup-issues","tag-angular-cli-setup-error","tag-angular-cli-troubleshooting","tag-check-node-js-and-npm-installation","tag-fix-ng-command-error","tag-fixing-the-ng-is-not-recognized-error-in-angular","tag-how-to-install-angular-cli","tag-install-angular-cli","tag-install-angular-globally-npm","tag-ng-command-not-found","tag-ng-is-not-recognized-as-an-internal-or-external-command","tag-ng-version-command-not-working","tag-node-js-version-check-for-angular","tag-npm-install-angular-cli","tag-resolve-ng-serve-error","tag-the-term-ng-is-not-recognised-as-the-name-of-a-cmdlet","tag-the-term-ng-is-not-recognized-as-the-name-of-a-cmdlet"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Error:The term &#039;ng&#039; is not recognized as the name of a cmdlet - DevOps Consulting<\/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:\/\/www.devopsconsulting.in\/blog\/errorthe-term-ng-is-not-recognized-as-the-name-of-a-cmdlet\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Error:The term &#039;ng&#039; is not recognized as the name of a cmdlet - DevOps Consulting\" \/>\n<meta property=\"og:description\" content=\"Error: The error message indicates that the ng command is not recognized, which means that the Angular CLI is either not installed or not properly set up...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.devopsconsulting.in\/blog\/errorthe-term-ng-is-not-recognized-as-the-name-of-a-cmdlet\/\" \/>\n<meta property=\"og:site_name\" content=\"DevOps Consulting\" \/>\n<meta property=\"article:published_time\" content=\"2023-08-20T11:02:01+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-10-03T16:49:21+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.devopsconsulting.in\/blog\/wp-content\/uploads\/2023\/04\/WhatsApp-Image-2023-04-14-at-11.33.29-1024x129.jpg\" \/>\n<meta name=\"author\" content=\"Abhishek Singh\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Abhishek Singh\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.devopsconsulting.in\\\/blog\\\/errorthe-term-ng-is-not-recognized-as-the-name-of-a-cmdlet\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.devopsconsulting.in\\\/blog\\\/errorthe-term-ng-is-not-recognized-as-the-name-of-a-cmdlet\\\/\"},\"author\":{\"name\":\"Abhishek Singh\",\"@id\":\"https:\\\/\\\/www.devopsconsulting.in\\\/blog\\\/#\\\/schema\\\/person\\\/fc397ba8be42f9fdd53450edfc73006f\"},\"headline\":\"Error:The term &#8216;ng&#8217; is not recognized as the name of a cmdlet\",\"datePublished\":\"2023-08-20T11:02:01+00:00\",\"dateModified\":\"2024-10-03T16:49:21+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.devopsconsulting.in\\\/blog\\\/errorthe-term-ng-is-not-recognized-as-the-name-of-a-cmdlet\\\/\"},\"wordCount\":241,\"commentCount\":1,\"image\":{\"@id\":\"https:\\\/\\\/www.devopsconsulting.in\\\/blog\\\/errorthe-term-ng-is-not-recognized-as-the-name-of-a-cmdlet\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.devopsconsulting.in\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/04\\\/WhatsApp-Image-2023-04-14-at-11.33.29-1024x129.jpg\",\"keywords\":[\"Add Angular CLI to PATH\",\"Angular CLI not recognized\",\"Angular CLI PATH setup issues\",\"Angular CLI setup error\",\"Angular CLI troubleshooting\",\"Check Node.js and npm installation\",\"Fix ng command error\",\"Fixing the \u201cng is not recognized\u201d Error in Angular\",\"How to install Angular CLI\",\"Install Angular CLI\",\"Install Angular globally npm\",\"ng command not found\",\"ng is not recognized as an internal or external command\",\"ng version command not working\",\"Node.js version check for Angular\",\"npm install Angular CLI\",\"Resolve ng serve error\",\"the term 'ng' is not recognised as the name of a cmdlet\",\"the term 'ng' is not recognized as the name of a cmdlet\"],\"articleSection\":[\"Angular\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.devopsconsulting.in\\\/blog\\\/errorthe-term-ng-is-not-recognized-as-the-name-of-a-cmdlet\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.devopsconsulting.in\\\/blog\\\/errorthe-term-ng-is-not-recognized-as-the-name-of-a-cmdlet\\\/\",\"url\":\"https:\\\/\\\/www.devopsconsulting.in\\\/blog\\\/errorthe-term-ng-is-not-recognized-as-the-name-of-a-cmdlet\\\/\",\"name\":\"Error:The term 'ng' is not recognized as the name of a cmdlet - DevOps Consulting\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.devopsconsulting.in\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.devopsconsulting.in\\\/blog\\\/errorthe-term-ng-is-not-recognized-as-the-name-of-a-cmdlet\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.devopsconsulting.in\\\/blog\\\/errorthe-term-ng-is-not-recognized-as-the-name-of-a-cmdlet\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.devopsconsulting.in\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/04\\\/WhatsApp-Image-2023-04-14-at-11.33.29-1024x129.jpg\",\"datePublished\":\"2023-08-20T11:02:01+00:00\",\"dateModified\":\"2024-10-03T16:49:21+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.devopsconsulting.in\\\/blog\\\/#\\\/schema\\\/person\\\/fc397ba8be42f9fdd53450edfc73006f\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.devopsconsulting.in\\\/blog\\\/errorthe-term-ng-is-not-recognized-as-the-name-of-a-cmdlet\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.devopsconsulting.in\\\/blog\\\/errorthe-term-ng-is-not-recognized-as-the-name-of-a-cmdlet\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.devopsconsulting.in\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/04\\\/WhatsApp-Image-2023-04-14-at-11.33.29.jpg\",\"contentUrl\":\"https:\\\/\\\/www.devopsconsulting.in\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/04\\\/WhatsApp-Image-2023-04-14-at-11.33.29.jpg\",\"width\":1044,\"height\":132},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.devopsconsulting.in\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.devopsconsulting.in\\\/blog\\\/\",\"name\":\"DevOps Consulting\",\"description\":\"DevOps Consulting | SRE Consulting | DevSecOps Consulting | MLOps Consulting\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.devopsconsulting.in\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.devopsconsulting.in\\\/blog\\\/#\\\/schema\\\/person\\\/fc397ba8be42f9fdd53450edfc73006f\",\"name\":\"Abhishek Singh\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/790feefe779852cdf344ca7318bf6c13832223c9b3c6bf4d217658412041026d?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/790feefe779852cdf344ca7318bf6c13832223c9b3c6bf4d217658412041026d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/790feefe779852cdf344ca7318bf6c13832223c9b3c6bf4d217658412041026d?s=96&d=mm&r=g\",\"caption\":\"Abhishek Singh\"},\"description\":\"I\u2019m Abhishek, a DevOps, SRE, DevSecOps, and Cloud expert with a passion for sharing knowledge and real-world experiences. I\u2019ve had the opportunity to work with Cotocus and continue to contribute to multiple platforms where I share insights across different domains: \u2022 DevOps School \u2013 Tech blogs and tutorials \u2022 Holiday Landmark \u2013 Travel stories and guides \u2022 Stocks Mantra \u2013 Stock market strategies and tips \u2022 My Medic Plus \u2013 Health and fitness guidance \u2022 TrueReviewNow \u2013 Honest product reviews \u2022 Wizbrand \u2013 SEO and digital tools for businesses I\u2019m also exploring the fascinating world of Quantum Computing.\",\"url\":\"https:\\\/\\\/www.devopsconsulting.in\\\/blog\\\/author\\\/abhishek\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Error:The term 'ng' is not recognized as the name of a cmdlet - DevOps Consulting","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:\/\/www.devopsconsulting.in\/blog\/errorthe-term-ng-is-not-recognized-as-the-name-of-a-cmdlet\/","og_locale":"en_US","og_type":"article","og_title":"Error:The term 'ng' is not recognized as the name of a cmdlet - DevOps Consulting","og_description":"Error: The error message indicates that the ng command is not recognized, which means that the Angular CLI is either not installed or not properly set up...","og_url":"https:\/\/www.devopsconsulting.in\/blog\/errorthe-term-ng-is-not-recognized-as-the-name-of-a-cmdlet\/","og_site_name":"DevOps Consulting","article_published_time":"2023-08-20T11:02:01+00:00","article_modified_time":"2024-10-03T16:49:21+00:00","og_image":[{"url":"https:\/\/www.devopsconsulting.in\/blog\/wp-content\/uploads\/2023\/04\/WhatsApp-Image-2023-04-14-at-11.33.29-1024x129.jpg","type":"","width":"","height":""}],"author":"Abhishek Singh","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Abhishek Singh","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.devopsconsulting.in\/blog\/errorthe-term-ng-is-not-recognized-as-the-name-of-a-cmdlet\/#article","isPartOf":{"@id":"https:\/\/www.devopsconsulting.in\/blog\/errorthe-term-ng-is-not-recognized-as-the-name-of-a-cmdlet\/"},"author":{"name":"Abhishek Singh","@id":"https:\/\/www.devopsconsulting.in\/blog\/#\/schema\/person\/fc397ba8be42f9fdd53450edfc73006f"},"headline":"Error:The term &#8216;ng&#8217; is not recognized as the name of a cmdlet","datePublished":"2023-08-20T11:02:01+00:00","dateModified":"2024-10-03T16:49:21+00:00","mainEntityOfPage":{"@id":"https:\/\/www.devopsconsulting.in\/blog\/errorthe-term-ng-is-not-recognized-as-the-name-of-a-cmdlet\/"},"wordCount":241,"commentCount":1,"image":{"@id":"https:\/\/www.devopsconsulting.in\/blog\/errorthe-term-ng-is-not-recognized-as-the-name-of-a-cmdlet\/#primaryimage"},"thumbnailUrl":"https:\/\/www.devopsconsulting.in\/blog\/wp-content\/uploads\/2023\/04\/WhatsApp-Image-2023-04-14-at-11.33.29-1024x129.jpg","keywords":["Add Angular CLI to PATH","Angular CLI not recognized","Angular CLI PATH setup issues","Angular CLI setup error","Angular CLI troubleshooting","Check Node.js and npm installation","Fix ng command error","Fixing the \u201cng is not recognized\u201d Error in Angular","How to install Angular CLI","Install Angular CLI","Install Angular globally npm","ng command not found","ng is not recognized as an internal or external command","ng version command not working","Node.js version check for Angular","npm install Angular CLI","Resolve ng serve error","the term 'ng' is not recognised as the name of a cmdlet","the term 'ng' is not recognized as the name of a cmdlet"],"articleSection":["Angular"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.devopsconsulting.in\/blog\/errorthe-term-ng-is-not-recognized-as-the-name-of-a-cmdlet\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.devopsconsulting.in\/blog\/errorthe-term-ng-is-not-recognized-as-the-name-of-a-cmdlet\/","url":"https:\/\/www.devopsconsulting.in\/blog\/errorthe-term-ng-is-not-recognized-as-the-name-of-a-cmdlet\/","name":"Error:The term 'ng' is not recognized as the name of a cmdlet - DevOps Consulting","isPartOf":{"@id":"https:\/\/www.devopsconsulting.in\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.devopsconsulting.in\/blog\/errorthe-term-ng-is-not-recognized-as-the-name-of-a-cmdlet\/#primaryimage"},"image":{"@id":"https:\/\/www.devopsconsulting.in\/blog\/errorthe-term-ng-is-not-recognized-as-the-name-of-a-cmdlet\/#primaryimage"},"thumbnailUrl":"https:\/\/www.devopsconsulting.in\/blog\/wp-content\/uploads\/2023\/04\/WhatsApp-Image-2023-04-14-at-11.33.29-1024x129.jpg","datePublished":"2023-08-20T11:02:01+00:00","dateModified":"2024-10-03T16:49:21+00:00","author":{"@id":"https:\/\/www.devopsconsulting.in\/blog\/#\/schema\/person\/fc397ba8be42f9fdd53450edfc73006f"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.devopsconsulting.in\/blog\/errorthe-term-ng-is-not-recognized-as-the-name-of-a-cmdlet\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.devopsconsulting.in\/blog\/errorthe-term-ng-is-not-recognized-as-the-name-of-a-cmdlet\/#primaryimage","url":"https:\/\/www.devopsconsulting.in\/blog\/wp-content\/uploads\/2023\/04\/WhatsApp-Image-2023-04-14-at-11.33.29.jpg","contentUrl":"https:\/\/www.devopsconsulting.in\/blog\/wp-content\/uploads\/2023\/04\/WhatsApp-Image-2023-04-14-at-11.33.29.jpg","width":1044,"height":132},{"@type":"WebSite","@id":"https:\/\/www.devopsconsulting.in\/blog\/#website","url":"https:\/\/www.devopsconsulting.in\/blog\/","name":"DevOps Consulting","description":"DevOps Consulting | SRE Consulting | DevSecOps Consulting | MLOps Consulting","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.devopsconsulting.in\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.devopsconsulting.in\/blog\/#\/schema\/person\/fc397ba8be42f9fdd53450edfc73006f","name":"Abhishek Singh","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/790feefe779852cdf344ca7318bf6c13832223c9b3c6bf4d217658412041026d?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/790feefe779852cdf344ca7318bf6c13832223c9b3c6bf4d217658412041026d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/790feefe779852cdf344ca7318bf6c13832223c9b3c6bf4d217658412041026d?s=96&d=mm&r=g","caption":"Abhishek Singh"},"description":"I\u2019m Abhishek, a DevOps, SRE, DevSecOps, and Cloud expert with a passion for sharing knowledge and real-world experiences. I\u2019ve had the opportunity to work with Cotocus and continue to contribute to multiple platforms where I share insights across different domains: \u2022 DevOps School \u2013 Tech blogs and tutorials \u2022 Holiday Landmark \u2013 Travel stories and guides \u2022 Stocks Mantra \u2013 Stock market strategies and tips \u2022 My Medic Plus \u2013 Health and fitness guidance \u2022 TrueReviewNow \u2013 Honest product reviews \u2022 Wizbrand \u2013 SEO and digital tools for businesses I\u2019m also exploring the fascinating world of Quantum Computing.","url":"https:\/\/www.devopsconsulting.in\/blog\/author\/abhishek\/"}]}},"_links":{"self":[{"href":"https:\/\/www.devopsconsulting.in\/blog\/wp-json\/wp\/v2\/posts\/235","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.devopsconsulting.in\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.devopsconsulting.in\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.devopsconsulting.in\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.devopsconsulting.in\/blog\/wp-json\/wp\/v2\/comments?post=235"}],"version-history":[{"count":4,"href":"https:\/\/www.devopsconsulting.in\/blog\/wp-json\/wp\/v2\/posts\/235\/revisions"}],"predecessor-version":[{"id":1259,"href":"https:\/\/www.devopsconsulting.in\/blog\/wp-json\/wp\/v2\/posts\/235\/revisions\/1259"}],"wp:attachment":[{"href":"https:\/\/www.devopsconsulting.in\/blog\/wp-json\/wp\/v2\/media?parent=235"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.devopsconsulting.in\/blog\/wp-json\/wp\/v2\/categories?post=235"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.devopsconsulting.in\/blog\/wp-json\/wp\/v2\/tags?post=235"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}