{"id":8111,"date":"2020-12-12T13:10:29","date_gmt":"2020-12-12T07:40:29","guid":{"rendered":"https:\/\/www.csestack.org\/?p=8111"},"modified":"2022-02-15T11:30:14","modified_gmt":"2022-02-15T06:00:14","slug":"devops-tools","status":"publish","type":"post","link":"https:\/\/www.csestack.org\/devops-tools\/","title":{"rendered":"6 Most Popular DevOps Tools You Must Learn"},"content":{"rendered":"\n<p>DevOps is a set of principles that are used to completely automate the complete development process in a company.<\/p>\n\n\n\n<p>It saves a lot of time and resources for the developers, testers, and operations team. DevOps is widespread across the tech industry and many organizations are trying to adopt it because of its reliability.<\/p>\n\n\n\n<p>As a part of the DevOps series, in the <a href=\"https:\/\/www.csestack.org\/devops-importance\/\">earlier tutorial<\/a>, we have learned about the importance of DevOps and why you should learn DevOps engineering. In this article, we are going to check popular tools used in DevOps.<\/p>\n\n\n\n<h3 class=\"has-text-align-center wp-block-heading\" id=\"best-devops-tools\">Best DevOps Tools<\/h3>\n\n\n\n<p class=\"has-text-align-center\">If you are a beginner or aspirant DevOps engineer, this is the list of must-learn tools and software. Let&#8217;s get to know about the Popular tools used in DevOps.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"1-github\">1. GitHub<\/h4>\n\n\n\n<p>It is a <strong>software hosting and version control tool<\/strong> which is currently a subsidiary of Microsoft. They acquired it in 2018. <\/p>\n\n\n\n<p>Most of the open-source contributions are done through GitHub.<\/p>\n\n\n\n<p><strong>Why is GitHub important?<\/strong><\/p>\n\n\n\n<p>The developer makes a lot of changes to the code as well as documentation in his local environment. For these changes to be reflected in the production server the developer has to go manually update it, as a result, this process was time-consuming. <\/p>\n\n\n\n<p>With Git and GitHub with the help of a few commands, all the changes are tracked and this can be easily pushed into the server by executing a few commands on the terminal. This was quick and saved a lot of time for the developer by increasing the efficiency of the development process. <\/p>\n\n\n\n<p><strong>Alternatives to GitHub<\/strong><\/p>\n\n\n\n<p>This same kind of work can also be done using bitbucket, mercurial, subversion, and azure repos.<\/p>\n\n\n\n<p>You can use Git for all these repositories. Irrespective of which repos you want to use, learning Git is your first step.<\/p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-luminous-vivid-orange-background-color has-background\" href=\"https:\/\/www.csestack.org\/git\/\">Learn Git<\/a><\/div>\n<\/div>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"2-docker\">2. Docker<\/h4>\n\n\n\n<p>Docker is a <strong>containerization tool<\/strong>. It creates containers that isolate themselves from other containers and servers which have their own software, libraries, and configurations. <\/p>\n\n\n\n<p><strong>But, why do we need docker?<\/strong> <\/p>\n\n\n\n<p>For example, if you want to launch four different applications with each having a different version of PHP. This cannot be done in a single server as PHP spent allow to have different versions of it on the same server. <\/p>\n\n\n\n<p>So we use docker where we launch these four different applications in the four docker containers in the same server and all these containers are isolated from each other. <\/p>\n\n\n\n<p>Docker does not divide the hardware components but virtualizes the operating system.<\/p>\n\n\n\n<p>If you are developing any tooling software, you can create the <a href=\"https:\/\/www.csestack.org\/rest-api-architecture\/\">REST APIs<\/a> at each container. These REST APIs allow communication between different container services.<\/p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-luminous-vivid-orange-background-color has-background\" href=\"https:\/\/www.csestack.org\/docker\/\">Learn Docker<\/a><\/div>\n<\/div>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"3-apache-maven\">3. Apache Maven<\/h4>\n\n\n\n<p>Apache Maven is mainly used to <strong>automate builds<\/strong> and used when developers are building java based applications.<\/p>\n\n\n\n<p> It can be used on other types of applications built on Ruby, C#, Scala, and many more. <\/p>\n\n\n\n<p>It describes the way that software is built and the dependencies that are required to build it. <\/p>\n\n\n\n<p>Apache Maven uses an XML file where it consists of the Software, Dependencies, and configurations. It uses a concept called the <strong>Project object model (POM)<\/strong> with the help of which the entire configuration of the software is maintained in a single file. <\/p>\n\n\n\n<p><strong>Alternatives to Apache Maven<\/strong><\/p>\n\n\n\n<p>Similar tools like maven include npm(Javascript) and MS Build (Dot Net).<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"4-jenkins\">4. Jenkins<\/h4>\n\n\n\n<p>The sole purpose of Jenkins is to <strong>automate and integrate all the steps of the software lifecycle<\/strong> where we build and test a product. <\/p>\n\n\n\n<p>When we make a change at Github it is automatically taken by Jenkins and the build is performed. <\/p>\n\n\n\n<p><strong>Usage and Advantages of Jenkins<\/strong><\/p>\n\n\n\n<p>This reduces the human intervention and dependencies leading to testing and deployment of code simultaneously.<\/p>\n\n\n\n<p>The main use case of Jenkins is <strong>continuous integration<\/strong>. <\/p>\n\n\n\n<p>It is widely used because it is open source and it was created by a developer to help developers to make their work easier. <\/p>\n\n\n\n<p><strong>Alternatives to Jenkins<\/strong><\/p>\n\n\n\n<p>There are many similar DevOps tools but they are not open source. Some of them are Bamboo (Atlassian ecosystem) and Team city can be integrated with a lot of DevOps tools like Maven.<\/p>\n\n\n\n<p>All major companies use Jenkins for continuous development and continuous integration (CICD).<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"5-kubernetes\">5. Kubernetes<\/h4>\n\n\n\n<p>Kubernetes is a <strong>container orchestration tool<\/strong>. It is used for the continuous deployment of software that is already built.<\/p>\n\n\n\n<p>It is extremely used in software that was built on microservices architecture as it is done by orchestrating multiple containers. <\/p>\n\n\n\n<p>Kubernetes also <strong>accepts docker as a containerization platform<\/strong>. <\/p>\n\n\n\n<p><strong>Why Kubernetes?<\/strong><\/p>\n\n\n\n<p>It is an <strong>open-source<\/strong> project <strong>built by Google developers<\/strong> and then donated to the cloud-native computing foundation. <\/p>\n\n\n\n<p>Google, Redhat and AWS are active contributors of Kubernetes,<br><br>Joe Beda, a Principal Software Engineer at VMWare says that \u00a0<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p>I think there&#8217;s an interesting recursive property here. I think <strong>Kubernetes<\/strong> makes it easier to actually run systems at scale, distributed systems at scale. It lower&#8217;s the cost and complexity around creating operationalized software.<\/p><\/blockquote>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"6-artifactory\">6. Artifactory<\/h4>\n\n\n\n<p>Artifactory is a Jfrog product and it is an artifact repository manager or Binary repository manager.<\/p>\n\n\n\n<p>Let&#8217;s understand, <strong>what are artifacts?<\/strong><\/p>\n\n\n\n<p>When you store your code in Github and when you compile and run it it will generate some binary files. These binary files are stirred in artifactory combining the dependencies and configuration and these files are called artifacts.<\/p>\n\n\n\n<p>For example, when you compile Java it gives a var and a jar file which has to be stirred somewhere(artifactory) and then moved to the CI\/CD tool.<\/p>\n\n\n\n<p>Package managers like npm, maven and nuget can also be managed using this tool. They are equally important tools like version control and CI\/CD tools.<\/p>\n\n\n\n<p>These are popular and widely used DevOps tools in the industry for the software development lifecycle. Let me know your thought on this.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>What are the best and popular DevOps tools for beginners? Container, orchestration tools for CICD. <\/p>\n","protected":false},"author":48,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[366],"class_list":["post-8111","post","type-post","status-publish","format-standard","hentry","category-misc","tag-devops"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>6 Most Popular DevOps Tools You Must Learn<\/title>\n<meta name=\"description\" content=\"What are the best and popular DevOps tools for beginners? Container, orchestration tools for CICD.\" \/>\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.csestack.org\/devops-tools\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"6 Most Popular DevOps Tools You Must Learn\" \/>\n<meta property=\"og:description\" content=\"What are the best and popular DevOps tools for beginners? Container, orchestration tools for CICD.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.csestack.org\/devops-tools\/\" \/>\n<meta property=\"og:site_name\" content=\"CSEstack\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/aniruddha.ca\" \/>\n<meta property=\"article:published_time\" content=\"2020-12-12T07:40:29+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-02-15T06:00:14+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.csestack.org\/wp-content\/uploads\/2024\/01\/csestack-blog.jpg\" \/>\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\/jpeg\" \/>\n<meta name=\"author\" content=\"R.Manoj Aiyer\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@CSEStack\" \/>\n<meta name=\"twitter:site\" content=\"@ani_chaudhari\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"R.Manoj Aiyer\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.csestack.org\\\/devops-tools\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.csestack.org\\\/devops-tools\\\/\"},\"author\":{\"name\":\"R.Manoj Aiyer\",\"@id\":\"https:\\\/\\\/www.csestack.org\\\/#\\\/schema\\\/person\\\/cfc05991b3f80ed3bfc0676022c24c18\"},\"headline\":\"6 Most Popular DevOps Tools You Must Learn\",\"datePublished\":\"2020-12-12T07:40:29+00:00\",\"dateModified\":\"2022-02-15T06:00:14+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.csestack.org\\\/devops-tools\\\/\"},\"wordCount\":960,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.csestack.org\\\/#\\\/schema\\\/person\\\/634ef1a9c4f38b0d340c6d45fa771218\"},\"keywords\":[\"DevOps\"],\"articleSection\":[\"Misc\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.csestack.org\\\/devops-tools\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.csestack.org\\\/devops-tools\\\/\",\"url\":\"https:\\\/\\\/www.csestack.org\\\/devops-tools\\\/\",\"name\":\"6 Most Popular DevOps Tools You Must Learn\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.csestack.org\\\/#website\"},\"datePublished\":\"2020-12-12T07:40:29+00:00\",\"dateModified\":\"2022-02-15T06:00:14+00:00\",\"description\":\"What are the best and popular DevOps tools for beginners? Container, orchestration tools for CICD.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.csestack.org\\\/devops-tools\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.csestack.org\\\/devops-tools\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.csestack.org\\\/devops-tools\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.csestack.org\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"6 Most Popular DevOps Tools You Must Learn\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.csestack.org\\\/#website\",\"url\":\"https:\\\/\\\/www.csestack.org\\\/\",\"name\":\"CSEstack\",\"description\":\"Computer Science &amp; Programming Portal\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.csestack.org\\\/#\\\/schema\\\/person\\\/634ef1a9c4f38b0d340c6d45fa771218\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.csestack.org\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/www.csestack.org\\\/#\\\/schema\\\/person\\\/634ef1a9c4f38b0d340c6d45fa771218\",\"name\":\"Aniruddha Chaudhari\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.csestack.org\\\/wp-content\\\/uploads\\\/2019\\\/03\\\/Aniruddha-Chaudhari.jpg\",\"url\":\"https:\\\/\\\/www.csestack.org\\\/wp-content\\\/uploads\\\/2019\\\/03\\\/Aniruddha-Chaudhari.jpg\",\"contentUrl\":\"https:\\\/\\\/www.csestack.org\\\/wp-content\\\/uploads\\\/2019\\\/03\\\/Aniruddha-Chaudhari.jpg\",\"width\":634,\"height\":634,\"caption\":\"Aniruddha Chaudhari\"},\"logo\":{\"@id\":\"https:\\\/\\\/www.csestack.org\\\/wp-content\\\/uploads\\\/2019\\\/03\\\/Aniruddha-Chaudhari.jpg\"},\"description\":\"I am a Python enthusiast who loves Linux and Vim. I hold a Master of Computer Science degree from NIT Trichy and have 10 years of experience in the IT industry, focusing on the Software Development Lifecycle from Requirements Gathering, Design, Development to Deployment. I have worked at IBM, Ericsson, and NetApp, and I share my knowledge on CSEstack.org.\",\"sameAs\":[\"https:\\\/\\\/www.csestack.org\",\"https:\\\/\\\/www.facebook.com\\\/aniruddha.ca\",\"pythonwithani\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/aniruddha28\\\/\",\"https:\\\/\\\/x.com\\\/ani_chaudhari\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCw0a__B0eJsvCujkSIfLTAA\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.csestack.org\\\/#\\\/schema\\\/person\\\/cfc05991b3f80ed3bfc0676022c24c18\",\"name\":\"R.Manoj Aiyer\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/da538177d5e24bfed2e704840aaf154518d8a3ef25cd3b07dedabf10d6dbedf8?s=96&d=monsterid&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/da538177d5e24bfed2e704840aaf154518d8a3ef25cd3b07dedabf10d6dbedf8?s=96&d=monsterid&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/da538177d5e24bfed2e704840aaf154518d8a3ef25cd3b07dedabf10d6dbedf8?s=96&d=monsterid&r=g\",\"caption\":\"R.Manoj Aiyer\"},\"description\":\"I am a highly active and passionate guy who loves trending technologies and wants to help others learn and use them to solve real-life problems. I am a tech come Management guy loves blogging, programming and marketing. I\u2019m also a Developer students club lead powered by Google developers.\",\"url\":\"https:\\\/\\\/www.csestack.org\\\/author\\\/manoj\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"6 Most Popular DevOps Tools You Must Learn","description":"What are the best and popular DevOps tools for beginners? Container, orchestration tools for CICD.","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.csestack.org\/devops-tools\/","og_locale":"en_US","og_type":"article","og_title":"6 Most Popular DevOps Tools You Must Learn","og_description":"What are the best and popular DevOps tools for beginners? Container, orchestration tools for CICD.","og_url":"https:\/\/www.csestack.org\/devops-tools\/","og_site_name":"CSEstack","article_publisher":"https:\/\/www.facebook.com\/aniruddha.ca","article_published_time":"2020-12-12T07:40:29+00:00","article_modified_time":"2022-02-15T06:00:14+00:00","og_image":[{"width":1280,"height":720,"url":"https:\/\/www.csestack.org\/wp-content\/uploads\/2024\/01\/csestack-blog.jpg","type":"image\/jpeg"}],"author":"R.Manoj Aiyer","twitter_card":"summary_large_image","twitter_creator":"@CSEStack","twitter_site":"@ani_chaudhari","twitter_misc":{"Written by":"R.Manoj Aiyer","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.csestack.org\/devops-tools\/#article","isPartOf":{"@id":"https:\/\/www.csestack.org\/devops-tools\/"},"author":{"name":"R.Manoj Aiyer","@id":"https:\/\/www.csestack.org\/#\/schema\/person\/cfc05991b3f80ed3bfc0676022c24c18"},"headline":"6 Most Popular DevOps Tools You Must Learn","datePublished":"2020-12-12T07:40:29+00:00","dateModified":"2022-02-15T06:00:14+00:00","mainEntityOfPage":{"@id":"https:\/\/www.csestack.org\/devops-tools\/"},"wordCount":960,"commentCount":0,"publisher":{"@id":"https:\/\/www.csestack.org\/#\/schema\/person\/634ef1a9c4f38b0d340c6d45fa771218"},"keywords":["DevOps"],"articleSection":["Misc"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.csestack.org\/devops-tools\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.csestack.org\/devops-tools\/","url":"https:\/\/www.csestack.org\/devops-tools\/","name":"6 Most Popular DevOps Tools You Must Learn","isPartOf":{"@id":"https:\/\/www.csestack.org\/#website"},"datePublished":"2020-12-12T07:40:29+00:00","dateModified":"2022-02-15T06:00:14+00:00","description":"What are the best and popular DevOps tools for beginners? Container, orchestration tools for CICD.","breadcrumb":{"@id":"https:\/\/www.csestack.org\/devops-tools\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.csestack.org\/devops-tools\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.csestack.org\/devops-tools\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.csestack.org\/"},{"@type":"ListItem","position":2,"name":"6 Most Popular DevOps Tools You Must Learn"}]},{"@type":"WebSite","@id":"https:\/\/www.csestack.org\/#website","url":"https:\/\/www.csestack.org\/","name":"CSEstack","description":"Computer Science &amp; Programming Portal","publisher":{"@id":"https:\/\/www.csestack.org\/#\/schema\/person\/634ef1a9c4f38b0d340c6d45fa771218"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.csestack.org\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/www.csestack.org\/#\/schema\/person\/634ef1a9c4f38b0d340c6d45fa771218","name":"Aniruddha Chaudhari","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.csestack.org\/wp-content\/uploads\/2019\/03\/Aniruddha-Chaudhari.jpg","url":"https:\/\/www.csestack.org\/wp-content\/uploads\/2019\/03\/Aniruddha-Chaudhari.jpg","contentUrl":"https:\/\/www.csestack.org\/wp-content\/uploads\/2019\/03\/Aniruddha-Chaudhari.jpg","width":634,"height":634,"caption":"Aniruddha Chaudhari"},"logo":{"@id":"https:\/\/www.csestack.org\/wp-content\/uploads\/2019\/03\/Aniruddha-Chaudhari.jpg"},"description":"I am a Python enthusiast who loves Linux and Vim. I hold a Master of Computer Science degree from NIT Trichy and have 10 years of experience in the IT industry, focusing on the Software Development Lifecycle from Requirements Gathering, Design, Development to Deployment. I have worked at IBM, Ericsson, and NetApp, and I share my knowledge on CSEstack.org.","sameAs":["https:\/\/www.csestack.org","https:\/\/www.facebook.com\/aniruddha.ca","pythonwithani","https:\/\/www.linkedin.com\/in\/aniruddha28\/","https:\/\/x.com\/ani_chaudhari","https:\/\/www.youtube.com\/channel\/UCw0a__B0eJsvCujkSIfLTAA"]},{"@type":"Person","@id":"https:\/\/www.csestack.org\/#\/schema\/person\/cfc05991b3f80ed3bfc0676022c24c18","name":"R.Manoj Aiyer","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/da538177d5e24bfed2e704840aaf154518d8a3ef25cd3b07dedabf10d6dbedf8?s=96&d=monsterid&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/da538177d5e24bfed2e704840aaf154518d8a3ef25cd3b07dedabf10d6dbedf8?s=96&d=monsterid&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/da538177d5e24bfed2e704840aaf154518d8a3ef25cd3b07dedabf10d6dbedf8?s=96&d=monsterid&r=g","caption":"R.Manoj Aiyer"},"description":"I am a highly active and passionate guy who loves trending technologies and wants to help others learn and use them to solve real-life problems. I am a tech come Management guy loves blogging, programming and marketing. I\u2019m also a Developer students club lead powered by Google developers.","url":"https:\/\/www.csestack.org\/author\/manoj\/"}]}},"_links":{"self":[{"href":"https:\/\/www.csestack.org\/wp-json\/wp\/v2\/posts\/8111","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.csestack.org\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.csestack.org\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.csestack.org\/wp-json\/wp\/v2\/users\/48"}],"replies":[{"embeddable":true,"href":"https:\/\/www.csestack.org\/wp-json\/wp\/v2\/comments?post=8111"}],"version-history":[{"count":7,"href":"https:\/\/www.csestack.org\/wp-json\/wp\/v2\/posts\/8111\/revisions"}],"predecessor-version":[{"id":9608,"href":"https:\/\/www.csestack.org\/wp-json\/wp\/v2\/posts\/8111\/revisions\/9608"}],"wp:attachment":[{"href":"https:\/\/www.csestack.org\/wp-json\/wp\/v2\/media?parent=8111"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.csestack.org\/wp-json\/wp\/v2\/categories?post=8111"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.csestack.org\/wp-json\/wp\/v2\/tags?post=8111"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}