{"id":113153,"date":"2026-06-01T16:37:48","date_gmt":"2026-06-01T11:07:48","guid":{"rendered":"https:\/\/www.guvi.in\/blog\/?p=113153"},"modified":"2026-06-01T16:37:50","modified_gmt":"2026-06-01T11:07:50","slug":"golang-roadmap","status":"publish","type":"post","link":"https:\/\/www.guvi.in\/blog\/golang-roadmap\/","title":{"rendered":"Golang Roadmap &#8211; A Successful Career Guide for 2026"},"content":{"rendered":"\n<p>Want to enter the software development world but feeling confused about where to start?<\/p>\n\n\n\n<p><a href=\"https:\/\/www.guvi.in\/blog\/is-golang-easy-to-learn\/\" target=\"_blank\" rel=\"noreferrer noopener\">Golang<\/a> is one of the best programming languages for beginners in 2026 because of its:<\/p>\n\n\n\n<ul>\n<li><strong>Simple syntax<\/strong><\/li>\n\n\n\n<li><strong>Fast performance<\/strong><\/li>\n\n\n\n<li><strong>Beginner-friendly learning curve<\/strong><\/li>\n<\/ul>\n\n\n\n<p>Approximately <strong>2 million developers use Go <\/strong>as their primary language, with nearly 5 million total users in the last year.<br><strong>Source:<\/strong> 6sense<\/p>\n\n\n\n<p>Go is widely used in modern cloud-native development and powers technologies like Kubernetes, Docker, and Terraform.&nbsp;<\/p>\n\n\n\n<p>These numbers show how rapidly the Go ecosystem is growing across modern software development.&nbsp; If you are planning to start your journey, this Golang Roadmap will help you understand the right skills, tools, and career path to follow in 2026.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">TL;DR Summary<\/h2>\n\n\n\n<ul>\n<li>This <strong>Golang Roadmap<\/strong> helps you start your Go development journey in 2026.<\/li>\n\n\n\n<li>It covers core Go fundamentals, backend development, and real-world development tools.<\/li>\n\n\n\n<li>It explains important areas like cloud-native development, DevOps tools, and infrastructure technologies.<\/li>\n\n\n\n<li>It includes project ideas, industry trends, and career opportunities for Go learners.<\/li>\n\n\n\n<li>Whether you want to become a backend developer, cloud engineer, or infrastructure developer, this <strong>Golang Roadmap<\/strong> helps you focus on the right skills step by step.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">GOLANG Developer Roadmap<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Phase 1: Understanding Golang Development&nbsp;<\/h3>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Who is a&nbsp; Go Developer?<\/strong><\/h4>\n\n\n\n<ul>\n<li>A Go developer is a software engineer who uses the <strong>Go programming language<\/strong>, also known as Golang,<strong> to build fast, scalable, and reliable software applications<\/strong>.<\/li>\n\n\n\n<li><strong>&nbsp;Go developers<\/strong> commonly work on backend systems, APIs, cloud-native applications, microservices, and modern infrastructure tools.<\/li>\n\n\n\n<li>Because Go was designed for handling large-scale systems efficiently, it is widely used in cloud computing, DevOps, and distributed systems development.<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Why Choose Go Development in 2026?<\/strong><\/h4>\n\n\n\n<ul>\n<li>Simple and beginner-friendly syntax<\/li>\n\n\n\n<li>Fast performance and scalable backend development<\/li>\n\n\n\n<li>Strong support for cloud-native applications and microservices<\/li>\n\n\n\n<li>Powers technologies like Docker and Kubernetes<\/li>\n\n\n\n<li>High demand for backend, cloud, and DevOps roles<\/li>\n<\/ul>\n\n\n\n<div style=\"background-color: #099f4e; border: 3px solid #110053; border-radius: 12px; padding: 18px 22px; color: #ffffff; font-size: 18px; font-family: Montserrat, Helvetica, sans-serif; line-height: 1.6; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); max-width: 750px;\"><strong style=\"font-size: 22px; color: #ffffff;\">\ud83d\udca1 Did You Know?<\/strong> <br \/>\n<p><span style=\"font-weight: 400;\">Go (Golang) was originally created at Google in 2007 because engineers were frustrated with the growing complexity and slow compilation times of languages like C++. Go was designed to make software development faster, simpler, and more scalable.&nbsp;<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Source: <\/span><a href=\"https:\/\/en.wikipedia.org\/wiki\/Go_(programming_language)\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400;\">Wikipedia<\/span><\/a> <\/p>\n<\/div>\n\n\n\n<h3 class=\"wp-block-heading\">Phase 2: Building Core Golang Fundamentals<\/h3>\n\n\n\n<p><strong>Before You Move Ahead\u2026<\/strong><\/p>\n\n\n\n<p>These Go fundamentals are the foundation of everything you\u2019ll build later: APIs, cloud-native applications, <a href=\"https:\/\/www.guvi.in\/blog\/microservices-communication-via-rabbitmq\/\" target=\"_blank\" rel=\"noreferrer noopener\">microservices<\/a>, <a href=\"https:\/\/www.guvi.in\/blog\/open-source-devops-monitoring-tools\/\" target=\"_blank\" rel=\"noreferrer noopener\">DevOps tools<\/a>, and scalable backend systems.<\/p>\n\n\n\n<p>&nbsp;Without understanding these core concepts properly, advanced technologies will eventually start feeling confusing and difficult to manage.<\/p>\n\n\n\n<p>So don\u2019t rush this phase.<\/p>\n\n\n\n<p>Strong fundamentals are what separate developers who only follow tutorials from developers who can actually build real-world systems confidently.<\/p>\n\n\n\n<p><strong>Your First Go Program<\/strong><\/p>\n\n\n\n<p>Let\u2019s look at how simple and beginner-friendly Go syntax actually is.&nbsp;<\/p>\n\n\n\n<p>package main<\/p>\n\n\n\n<p>import &#8220;fmt&#8221;<\/p>\n\n\n\n<p>func main() {<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp;fmt.Println(&#8220;Hello, Go Developer!&#8221;)<\/p>\n\n\n\n<p>}<\/p>\n\n\n\n<p>One of the biggest reasons developers enjoy learning Go is its clean and beginner-friendly syntax. Even simple programs are easy to read, understand, and build upon as your skills grow.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Why Learning GO Fundamentals Matters the Most?<\/h4>\n\n\n\n<p>Strong fundamentals make everything easier later , from APIs and backend systems to cloud and DevOps tools. The better your basics are, the faster and more confidently you\u2019ll grow as a Go developer.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Phase 3: Choosing Your Golang Specialization&nbsp;<\/h3>\n\n\n\n<p>Once your Go fundamentals become clear, the next step is choosing the area you want to specialize in. Instead of trying to learn everything at once, focus on the technologies and skills that match your career goals and interests.<\/p>\n\n\n\n<p><strong>Backend Go Developer:<\/strong><\/p>\n\n\n\n<p>Build APIs and scalable backend applications.<\/p>\n\n\n\n<p><strong>Cloud &amp; DevOps Engineer:<\/strong><\/p>\n\n\n\n<p>Work on deployment, automation, and cloud infrastructure.<\/p>\n\n\n\n<p><strong>Microservices Developer:<\/strong><\/p>\n\n\n\n<p>Build distributed and event-driven applications.<\/p>\n\n\n\n<p><strong>Infrastructure &amp; Systems Developer:<\/strong><\/p>\n\n\n\n<p>Develop high-performance systems and infrastructure tools.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">  Learning Resources for Your Chosen Path&nbsp;<\/h4>\n\n\n\n<p><a href=\"https:\/\/www.guvi.in\/blog\/what-is-docker-in-devops\/\" target=\"_blank\" rel=\"noreferrer noopener\">What Is Docker In DevOps<\/a><\/p>\n\n\n\n<p><a href=\"https:\/\/www.guvi.in\/blog\/read-logs-and-work-with-linux\/\" target=\"_blank\" rel=\"noreferrer noopener\">Read Logs and Work With Linux: A Simple Guide for New DevOps Learners<\/a><\/p>\n\n\n\n<p><a href=\"https:\/\/www.guvi.in\/blog\/code-to-cloud-using-terraform-and-aws\/\" target=\"_blank\" rel=\"noreferrer noopener\">Code to Cloud Using Terraform and AWS: The Epic Guide to Automated Deployment<\/a><\/p>\n\n\n\n<p><a href=\"https:\/\/www.guvi.in\/blog\/backend-development-roadmap\/\" target=\"_blank\" rel=\"noreferrer noopener\">Backend Development Roadmap: A Complete Guide<\/a><\/p>\n\n\n\n<p><a href=\"https:\/\/www.guvi.in\/blog\/modern-backend-architecture-trends\/\" target=\"_blank\" rel=\"noreferrer noopener\">Modern Backend Architecture Trends: What Full-Stack Developers Need to Know<\/a><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Phase 4: Core Skills &amp; Tools Every Golang Developer Must Know<\/h3>\n\n\n\n<p>Learning Go is just the beginning. Real-world Go development also involves working with APIs, databases, containers, cloud tools, and backend systems that companies use every day.&nbsp;<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>Tool \/ Technology<\/td><td>Where it is used ?<\/td><\/tr><tr><td>Go (Golang)<\/td><td>Building backend systems and scalable applications<\/td><\/tr><tr><td>Gin \/ Fiber<\/td><td>Creating REST APIs and backend web applications<\/td><\/tr><tr><td>PostgreSQL<\/td><td>Managing and storing application data<\/td><\/tr><tr><td>Redis<\/td><td>Caching and improving backend performance<\/td><\/tr><tr><td>Docker<\/td><td>Containerizing Go applications for deployment<\/td><\/tr><tr><td>Kubernetes<\/td><td>Managing cloud-native and scalable deployments<\/td><\/tr><tr><td>Git &amp; GitHub<\/td><td>Version control and team collaboration<\/td><\/tr><tr><td>Postman<\/td><td>API testing and debugging<\/td><\/tr><tr><td>gRPC<\/td><td>Communication between microservices<\/td><\/tr><tr><td>Kafka<\/td><td>Event-driven systems and real-time applications<\/td><\/tr><tr><td>GitHub Actions<\/td><td>CI\/CD and deployment automation<\/td><\/tr><tr><td>Prometheus<\/td><td>Monitoring application and server performance<\/td><\/tr><tr><td>VS Code \/ GoLand<\/td><td>Writing, managing, and debugging Go code<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>At first, these tools might look overwhelming, but don\u2019t worry, you won\u2019t be using everything at once.<\/p>\n\n\n\n<p>&nbsp;Start small, build projects consistently, and you\u2019ll naturally become comfortable with these technologies as you grow in your Go developer journey.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Phase 5: Latest Golang Trends in 2026&nbsp;<\/h3>\n\n\n\n<p>Go is evolving much faster than many developers realize. From cloud-native platforms and DevOps tools to scalable APIs and AI infrastructure,<strong> Go is now being used in some of the most modern areas of software development in 2026.<\/strong><\/p>\n\n\n\n<p><strong>Pro<\/strong> <strong>Tip:<\/strong><\/p>\n\n\n\n<p>Don\u2019t stress yourself trying to learn every new Go trend at once.<\/p>\n\n\n\n<p><strong>Technologies keep changing, but if you stay curious, build projects regularly, and keep exploring modern tools little by little, you\u2019ll naturally grow with the industry over time.<\/strong><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">&nbsp;Phase 6: Build Projects Based on Your Career Path<\/h3>\n\n\n\n<p>As you move forward in this Golang Developer Roadmap, two things become very clear:<\/p>\n\n\n\n<ul>\n<li><strong>You learn Go much faster by building projects than by only watching tutorials.<\/strong><\/li>\n\n\n\n<li><strong>&nbsp;Real projects help you connect APIs, databases, cloud tools, and backend concepts in a much more practical and understandable way.&nbsp;<\/strong><\/li>\n<\/ul>\n\n\n\n<p>To make your learning journey easier, we\u2019ve already listed practical project ideas based on different Go career paths. Start with these projects instead of getting overwhelmed searching randomly online.&nbsp;<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td><strong>Developer Tip<\/strong>:<br><strong>Don\u2019t build projects just to \u201ccomplete\u201d them, build them to understand how real systems work. Even a small Go project can teach you APIs, databases, debugging, deployment, and backend architecture if you take the time to improve it step by step. If you master Go + DevOps tools:<br>You don\u2019t just prepare for jobs.<br>You learn how real systems are built.<\/strong><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><strong>Want to Explore More Go Projects?<\/strong><\/p>\n\n\n\n<p>You can also check out this beginner-friendly project guide to get more practical project ideas and improve your Go development skills step by step.<\/p>\n\n\n\n<p><a href=\"https:\/\/www.guvi.in\/blog\/top-golang-project-ideas\/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Top 15 Golang Project Ideas [With Source Code]<\/strong><\/a><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Phase 7: Becoming Industry Ready<\/strong><\/h3>\n\n\n\n<p>As you reach the final stage of this Golang Developer Roadmap, your focus should slowly shift from just learning Go to becoming ready for real-world development roles.<\/p>\n\n\n\n<p><strong>Focus On:<\/strong><\/p>\n\n\n\n<ul>\n<li>Building a strong project portfolio<\/li>\n\n\n\n<li>Improving your GitHub profile<\/li>\n\n\n\n<li>Practicing Go interview questions<\/li>\n\n\n\n<li>Exploring open-source projects<\/li>\n\n\n\n<li>Understanding real backend systems<\/li>\n\n\n\n<li>Staying consistent with coding and project building<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Golang Developer Salary in 2026<\/h2>\n\n\n\n<p>If you stay consistent with this Golang Developer Roadmap, keep building projects, and improve your practical skills step by step, Go development can become a very strong and high-paying career path in the coming years.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>Role<\/td><td>Average Salary Range in India<\/td><\/tr><tr><td>Junior Go Developer<\/td><td>\u20b95 \u2013 \u20b910 LPA<\/td><\/tr><tr><td>Backend Go Developer<\/td><td>\u20b98 \u2013 \u20b918 LPA<\/td><\/tr><tr><td>Cloud \/ DevOps Engineer<\/td><td>\u20b910 \u2013 \u20b920 LPA<\/td><\/tr><tr><td>Senior Golang Developer<\/td><td>\u20b920+ LPA<\/td><\/tr><tr><td>Infrastructure \/ Platform Engineer<\/td><td>\u20b915 \u2013 \u20b930 LPA<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>Source: <a href=\"https:\/\/www.glassdoor.co.in\/Salaries\/golang-developer-salary-SRCH_KO0,16.htm\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Glassdoor<\/a>&nbsp; <a href=\"https:\/\/www.ambitionbox.com\/profile\/golang-developer-salary\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">&nbsp;AmbitionBox.<\/a><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Prepare for Go Interviews:<\/strong><\/h3>\n\n\n\n<p><a href=\"https:\/\/www.guvi.in\/blog\/golang-interview-questions-and-answers\/\" target=\"_blank\" rel=\"noreferrer noopener\">Top 40 Golang Interview Questions and Answers<\/a><\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Common Beginner Mistakes<\/strong><\/h4>\n\n\n\n<ul>\n<li>Learning tools without fundamentals<\/li>\n\n\n\n<li>Watching tutorials without building projects<\/li>\n\n\n\n<li>Ignoring GitHub and portfolio building<\/li>\n\n\n\n<li>Trying to learn everything at once<\/li>\n<\/ul>\n\n\n\n<p><strong>Ready to Become a Go Developer?&nbsp;<\/strong><\/p>\n\n\n\n<p>Build strong Go fundamentals, work on real-world backend projects, and gain practical development experience with beginner-friendly programs designed for aspiring developers.<\/p>\n\n\n\n<p><a href=\"https:\/\/www.guvi.in\/zen-class\/full-stack-development-course\/?utm_source=blog&amp;utm_medium=hyperlink&amp;utm_campaign=Golang+Roadmap+-+A+Successful+Career+Guide+for+2026\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>EXPLORE FULL-STACK DEVELOPMENT COURSE BY HCL GUVI\u00a0<\/strong><\/a><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion<\/h2>\n\n\n\n<p>This Golang Developer Roadmap is not about learning every technology at once or rushing through tutorials. Start with strong fundamentals, build real projects, explore modern tools gradually, and stay consistent with practice.<\/p>\n\n\n\n<p>The Go ecosystem is growing rapidly across backend, cloud, DevOps, and infrastructure development. With patience, practical learning, and continuous improvement, Go development can become a very strong and rewarding long-term career path in 2026.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">FAQS<\/h2>\n\n\n<div id=\"rank-math-faq\" class=\"rank-math-block\">\n<div class=\"rank-math-list \">\n<div id=\"faq-question-1780141677371\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \"><strong>Is Golang a good career choice in 2026?<\/strong><br><\/h3>\n<div class=\"rank-math-answer \">\n\n<p>Yes, Golang is one of the fastest-growing programming languages for backend, cloud-native, DevOps, and scalable infrastructure development in 2026.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1780141692054\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \"><strong>Is Golang easy for beginners to learn?<\/strong><br><\/h3>\n<div class=\"rank-math-answer \">\n\n<p>Yes, Go is considered beginner friendly because of its simple syntax, clean structure, and easy-to-understand programming concepts.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1780141795202\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \"><strong>What does a Go developer do?<\/strong><br><\/h3>\n<div class=\"rank-math-answer \">\n\n<p>A Go developer builds backend systems, APIs, cloud-native applications, microservices, and scalable infrastructure using the Go programming language.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1780141829087\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \"><strong>How long does it take to learn Golang?<\/strong><br><\/h3>\n<div class=\"rank-math-answer \">\n\n<p>With consistent practice and project building, beginners can learn Golang fundamentals within a few months.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1780141884622\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \"><strong>Is Golang mainly used for frontend or backend development?<\/strong><br><\/h3>\n<div class=\"rank-math-answer \">\n\n<p>Golang is mainly used for backend development, APIs, cloud infrastructure, DevOps tools, and distributed systems.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1780141898326\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \"><strong>Why is Golang popular in cloud and DevOps development?<\/strong><br><\/h3>\n<div class=\"rank-math-answer \">\n\n<p>Go offers fast performance, concurrency support, lightweight deployment, and scalability, making it ideal for cloud-native and DevOps environments.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1780141921502\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \"><strong>Which companies use Golang?<\/strong><br><\/h3>\n<div class=\"rank-math-answer \">\n\n<p>Companies like Google, Uber, Netflix, and Dropbox use Go for backend and infrastructure systems.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1780141985531\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \"><strong>Is Golang good for microservices?<\/strong><br><\/h3>\n<div class=\"rank-math-answer \">\n\n<p>Yes, Go is widely used for microservices because of its speed, concurrency features, and lightweight architecture.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1780142011965\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \"><strong>Which framework is best for Golang backend development?<\/strong><br><\/h3>\n<div class=\"rank-math-answer \">\n\n<p>Popular Go backend frameworks include Gin, Fiber, and Gorilla Mux for building APIs and scalable web applications.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1780142024803\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \"><strong>What projects should beginners build in Golang?<\/strong><br><\/h3>\n<div class=\"rank-math-answer \">\n\n<p>Beginners can start with REST APIs, task management systems, authentication services, log monitoring tools, and Dockerized backend applications.<\/p>\n\n<\/div>\n<\/div>\n<\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Want to enter the software development world but feeling confused about where to start? Golang is one of the best programming languages for beginners in 2026 because of its: Approximately 2 million developers use Go as their primary language, with nearly 5 million total users in the last year.Source: 6sense Go is widely used in [&hellip;]<\/p>\n","protected":false},"author":76,"featured_media":113466,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[998,294],"tags":[],"views":"37","authorinfo":{"name":"Reemsha Khan","url":"https:\/\/www.guvi.in\/blog\/author\/reemsha-khan\/"},"thumbnailURL":"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/06\/golang-roadmap-300x116.webp","jetpack_featured_media_url":"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/06\/golang-roadmap.webp","_links":{"self":[{"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/posts\/113153"}],"collection":[{"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/users\/76"}],"replies":[{"embeddable":true,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/comments?post=113153"}],"version-history":[{"count":6,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/posts\/113153\/revisions"}],"predecessor-version":[{"id":113575,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/posts\/113153\/revisions\/113575"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/media\/113466"}],"wp:attachment":[{"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/media?parent=113153"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/categories?post=113153"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/tags?post=113153"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}