{"id":1123,"date":"2025-10-13T10:59:04","date_gmt":"2025-10-13T10:59:04","guid":{"rendered":"https:\/\/sreschool.com\/blog\/?p=1123"},"modified":"2025-10-13T10:59:05","modified_gmt":"2025-10-13T10:59:05","slug":"professional-course-on-microservices-using-containers","status":"publish","type":"post","link":"https:\/\/sreschool.com\/blog\/professional-course-on-microservices-using-containers\/","title":{"rendered":"Professional Course on Microservices Using Containers"},"content":{"rendered":"\n<p>Imagine building applications that scale effortlessly, deploy in seconds, and adapt to the demands of millions of users\u2014all without breaking a sweat. Sounds like a dream? Welcome to the world of <strong>microservices and containers<\/strong>, the backbone of modern, agile software development. Whether you&#8217;re a developer itching to break monolithic apps into nimble services or an ops pro aiming to orchestrate containerized workloads, the <strong>Implementing Microservices Using Containers Course<\/strong> from DevOpsSchool is your ticket to mastering this game-changing paradigm.<\/p>\n\n\n\n<p>In a tech landscape where 80% of enterprises are adopting microservices (per Gartner), and container adoption is soaring with tools like Docker and Kubernetes, this course isn&#8217;t just training\u2014it&#8217;s a career catalyst. Guided by the expertise of Rajesh Kumar, a global DevOps icon with over 20 years in DevSecOps, SRE, and cloud, this program blends hands-on labs with real-world insights. In this blog, we&#8217;ll dive deep into the course, explore why microservices and containers are a must-learn in 2025, and show how DevOpsSchool empowers you to lead the charge. Ready to containerize your future? Let&#8217;s get started!<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Why Microservices and Containers Are the Future of DevOps<\/h2>\n\n\n\n<p>Gone are the days of clunky, monolithic applications that take weeks to update. Microservices architecture\u2014where apps are built as small, independent services\u2014paired with containers, lightweight units for packaging code, is revolutionizing software delivery. According to a 2024 CNCF survey, 96% of organizations use containers in production, with Kubernetes leading as the orchestration king.<\/p>\n\n\n\n<p>So, why should you care?<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Scalability<\/strong>: Scale individual services (e.g., a payment module) without touching the entire app.<\/li>\n\n\n\n<li><strong>Speed<\/strong>: Containers enable CI\/CD pipelines to deploy updates 10x faster than VMs.<\/li>\n\n\n\n<li><strong>Resilience<\/strong>: Isolate failures\u2014 one service down doesn\u2019t crash the system.<\/li>\n\n\n\n<li><strong>Portability<\/strong>: Run containers anywhere\u2014AWS, Azure, GCP, or on-prem.<\/li>\n\n\n\n<li><strong>Career Boost<\/strong>: Microservices skills command salaries averaging $140,000 USD, with 15% YoY demand growth (Indeed).<\/li>\n<\/ul>\n\n\n\n<p>Whether you&#8217;re a fresher or a seasoned pro, mastering microservices and containers positions you at the heart of DevOps innovation, from startups to FAANG giants.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What is the Implementing Microservices Using Containers Course?<\/h2>\n\n\n\n<p>Offered by DevOpsSchool, this course is a 40-50 hour deep dive into building, deploying, and managing microservices using container technologies like Docker and Kubernetes. It&#8217;s designed for developers, DevOps engineers, and architects who want to break free from legacy systems and embrace cloud-native workflows.<\/p>\n\n\n\n<p>The course isn&#8217;t just about passing a test\u2014though it preps you for certifications like CKA (Certified Kubernetes Administrator). It\u2019s about real-world skills: architecting microservices, containerizing apps, and orchestrating them at scale. Under the mentorship of Rajesh Kumar, a 20+ year veteran in DevOps, SRE, and cloud, you\u2019ll tackle hands-on projects that mirror enterprise challenges, from deploying a microservices-based e-commerce app to securing containerized workloads.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Who Should Enroll? Prerequisites and Prep<\/h2>\n\n\n\n<p>This course welcomes a wide audience, from beginners to pros, but a baseline helps. DevOpsSchool recommends:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><th>Prerequisite<\/th><th>Description<\/th><th>Why It Matters<\/th><\/tr><tr><td>Basic Programming<\/td><td>Familiarity with Python, Go, or Node.js.<\/td><td>Helps in writing microservices code.<\/td><\/tr><tr><td>Linux Basics<\/td><td>CLI navigation, basic scripting.<\/td><td>Containers run on Linux kernels.<\/td><\/tr><tr><td>Intro to DevOps<\/td><td>CI\/CD concepts, Git usage.<\/td><td>Aligns with microservices workflows.<\/td><\/tr><tr><td>Cloud Familiarity<\/td><td>AWS, Azure, or GCP basics (optional).<\/td><td>Containers often deploy to clouds.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>No prior container experience? DevOpsSchool\u2019s pre-course primers on Docker and Kubernetes get you up to speed. We suggest 2-3 months of tinkering with Docker for optimal readiness.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Course Breakdown: What You\u2019ll Learn<\/h2>\n\n\n\n<p>The curriculum is a masterclass in cloud-native development, blending theory, labs, and projects. Here\u2019s a peek at the key modules:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">1. Introduction to Microservices Architecture<\/h3>\n\n\n\n<p>Understand the why and how:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Core Principles<\/strong>: Loose coupling, single responsibility, and API-driven communication.<\/li>\n\n\n\n<li><strong>Benefits vs. Monoliths<\/strong>: Faster deploys, easier maintenance, team autonomy.<\/li>\n\n\n\n<li><strong>Challenges<\/strong>: Distributed systems, data consistency, and monitoring complexity.<\/li>\n<\/ul>\n\n\n\n<p>Hands-on: Design a microservices blueprint for a sample app.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">2. Container Fundamentals with Docker<\/h3>\n\n\n\n<p>Docker is your container cornerstone:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Containerization Basics<\/strong>: Images, containers, and registries (Docker Hub).<\/li>\n\n\n\n<li><strong>Dockerfile Mastery<\/strong>: Write optimized Dockerfiles for Node.js or Python apps.<\/li>\n\n\n\n<li><strong>Networking and Storage<\/strong>: Bridge networks, volumes, and bind mounts.<\/li>\n<\/ul>\n\n\n\n<p>Project: Containerize a REST API and push it to a registry.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">3. Orchestrating with Kubernetes<\/h3>\n\n\n\n<p>Scale like a pro with Kubernetes:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Core Components<\/strong>: Pods, Deployments, Services, and Ingress.<\/li>\n\n\n\n<li><strong>Scaling and Updates<\/strong>: Auto-scaling, rolling updates, and canary deploys.<\/li>\n\n\n\n<li><strong>Cluster Management<\/strong>: Kubectl, Helm, and Kubeadm for setup.<\/li>\n<\/ul>\n\n\n\n<p>Lab: Deploy a microservices app with Kubernetes, complete with load balancing.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">4. CI\/CD for Microservices<\/h3>\n\n\n\n<p>Automate delivery pipelines:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Pipeline Design<\/strong>: Jenkins, GitHub Actions, or ArgoCD for continuous deployment.<\/li>\n\n\n\n<li><strong>Integration Testing<\/strong>: Test microservices in isolation with mocks.<\/li>\n\n\n\n<li><strong>GitOps<\/strong>: Use Git as the single source of truth for infra.<\/li>\n<\/ul>\n\n\n\n<p>Real-world task: Build a pipeline to deploy updates across dev\/staging\/prod.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">5. Monitoring and Security in Containerized Environments<\/h3>\n\n\n\n<p>Keep services humming:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Monitoring Tools<\/strong>: Prometheus, Grafana, and ELK for metrics and logs.<\/li>\n\n\n\n<li><strong>Security Best Practices<\/strong>: Image scanning, RBAC, and secrets management.<\/li>\n\n\n\n<li><strong>Troubleshooting<\/strong>: Debug pod failures, network issues, and resource bottlenecks.<\/li>\n<\/ul>\n\n\n\n<p>Capstone: Secure and monitor a multi-service app in Kubernetes.<\/p>\n\n\n\n<p>With 100+ labs, you\u2019ll touch real clouds (AWS\/GCP credits included), not just simulations, ensuring job-ready skills.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Training Modes and Flexibility<\/h2>\n\n\n\n<p>DevOpsSchool\u2019s course fits your life, offering three modes:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><th>Mode<\/th><th>Details<\/th><th>Best For<\/th><\/tr><tr><td><strong>Online<\/strong><\/td><td>Live Zoom sessions, 24\/7 LMS access, recordings.<\/td><td>Remote learners, global pros.<\/td><\/tr><tr><td><strong>Classroom<\/strong><\/td><td>In-person in Bangalore, Hyderabad, or custom cities (6+ participants).<\/td><td>Hands-on enthusiasts.<\/td><\/tr><tr><td><strong>Corporate<\/strong><\/td><td>Tailored for teams, virtual or on-site.<\/td><td>Enterprise upskilling.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>At 40-50 hours, it\u2019s intensive yet flexible\u2014miss a class? Replay anytime with lifetime access.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Fees and Value: Worth Every Penny<\/h2>\n\n\n\n<p>Priced at \u20b922,999, the course is a steal for its depth. Group discounts make it even sweeter:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><th>Group Size<\/th><th>Discount<\/th><th>Effective Fee (per person)<\/th><\/tr><tr><td>2-3<\/td><td>10%<\/td><td>\u20b920,699<\/td><\/tr><tr><td>4-6<\/td><td>15%<\/td><td>\u20b919,549<\/td><\/tr><tr><td>7+<\/td><td>25%<\/td><td>\u20b917,249<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>What\u2019s included? 150+ practice questions, resume-building sessions, and a DevOps Certified Professional badge. Payment options: UPI, cards, NEFT, or PayPal for international learners. Compared to self-paced platforms ($500+ for less), DevOpsSchool\u2019s mentorship doubles your success rate.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Why DevOpsSchool Stands Out<\/h2>\n\n\n\n<p>With 12,000+ alumni and a 4.7\/5 rating, DevOpsSchool is a DevOps powerhouse. Here\u2019s why it\u2019s your go-to:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Real-World Curriculum<\/strong>: Built from 8,000+ job descriptions, covering Docker, Kubernetes, and beyond.<\/li>\n\n\n\n<li><strong>Lifetime Support<\/strong>: Access to LMS, forums, and Slack for ongoing help.<\/li>\n\n\n\n<li><strong>Mentorship by Rajesh Kumar<\/strong>: A 20+ year DevOps guru, Rajesh brings stories from the trenches, simplifying complex concepts like service meshes.<\/li>\n\n\n\n<li><strong>Job-Ready Focus<\/strong>: Projects mimic enterprise setups, from Netflix-style apps to fintech platforms.<\/li>\n<\/ul>\n\n\n\n<p>Rajesh\u2019s mantra? \u201cMicroservices aren\u2019t just code\u2014they\u2019re culture.\u201d His guidance turns theory into actionable skills, with 50+ corporate clients (think IBM, TCS) vouching for his impact.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Alumni Success Stories<\/h2>\n\n\n\n<p>Hear from those who\u2019ve transformed their careers:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Sanjay R., Developer, Chennai (5\/5)<\/strong>: \u201cRajesh\u2019s Kubernetes labs were gold\u2014landed a cloud engineer role in 2 months!\u201d<\/li>\n\n\n\n<li><strong>Priyanka D., Bangalore (4.8\/5)<\/strong>: \u201cFrom zero to deploying microservices\u2014course was hands-on and clear.\u201d<\/li>\n\n\n\n<li><strong>Vikram S., DevOps Lead (5\/5)<\/strong>: \u201cSecurity module changed how I secure containers. Top-notch.\u201d<\/li>\n\n\n\n<li><strong>Ananya M., Fresher (5\/5)<\/strong>: \u201cLifetime access helped me revisit and ace interviews.\u201d<\/li>\n<\/ul>\n\n\n\n<p>These stories prove DevOpsSchool delivers results.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Career Impact and Next Steps<\/h2>\n\n\n\n<p>This course preps you for roles like DevOps Engineer, Cloud Architect, or SRE, with salaries often exceeding $150,000 in the US. It\u2019s a stepping stone to certs like CKA or CKS. DevOpsSchool\u2019s job portal connects you to 500+ recruiters, amplifying your reach.<\/p>\n\n\n\n<p>Prep tip: Focus on Kubernetes YAMLs and Docker networking\u2014key exam and interview topics.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion: Containerize Your Career Today<\/h2>\n\n\n\n<p>The <strong><a href=\"https:\/\/www.devopsschool.com\/certification\/implementing-microservices-using-containers-course.html\">Implementing Microservices Using Containers Course<\/a><\/strong> is more than training\u2014it\u2019s your launchpad to cloud-native mastery. With <a href=\"https:\/\/www.devopsschool.com\/\">DevOpsSchool\u2019s<\/a> expert-led program and <a href=\"https:\/\/www.rajeshkumar.xyz\/\">Rajesh Kumar\u2019s<\/a> mentorship, you\u2019ll build, deploy, and scale like the pros at Google or Netflix.<\/p>\n\n\n\n<p>Don\u2019t wait\u2014enroll now and shape the future of software!<\/p>\n\n\n\n<p><strong>Get Started!<\/strong><br>Contact DevOpsSchool:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Email<\/strong>: contact@DevOpsSchool.com<\/li>\n\n\n\n<li><strong>Phone &amp; WhatsApp (India)<\/strong>: +91 7004215841<\/li>\n\n\n\n<li><strong>Phone &amp; WhatsApp (USA)<\/strong>: +1 (469) 756-6329<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Imagine building applications that scale effortlessly, deploy in seconds, and adapt to the demands of millions of users\u2014all without breaking [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-1123","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Professional Course on Microservices Using Containers - SRE School<\/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:\/\/sreschool.com\/blog\/professional-course-on-microservices-using-containers\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Professional Course on Microservices Using Containers - SRE School\" \/>\n<meta property=\"og:description\" content=\"Imagine building applications that scale effortlessly, deploy in seconds, and adapt to the demands of millions of users\u2014all without breaking [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/sreschool.com\/blog\/professional-course-on-microservices-using-containers\/\" \/>\n<meta property=\"og:site_name\" content=\"SRE School\" \/>\n<meta property=\"article:published_time\" content=\"2025-10-13T10:59:04+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-10-13T10:59:05+00:00\" \/>\n<meta name=\"author\" content=\"sreschool\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"sreschool\" \/>\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\":\"WebPage\",\"@id\":\"https:\/\/sreschool.com\/blog\/professional-course-on-microservices-using-containers\/\",\"url\":\"https:\/\/sreschool.com\/blog\/professional-course-on-microservices-using-containers\/\",\"name\":\"Professional Course on Microservices Using Containers - SRE School\",\"isPartOf\":{\"@id\":\"https:\/\/sreschool.com\/blog\/#website\"},\"datePublished\":\"2025-10-13T10:59:04+00:00\",\"dateModified\":\"2025-10-13T10:59:05+00:00\",\"author\":{\"@id\":\"https:\/\/sreschool.com\/blog\/#\/schema\/person\/e4d59819fb25a83bfc3bdf5a76e70b9d\"},\"breadcrumb\":{\"@id\":\"https:\/\/sreschool.com\/blog\/professional-course-on-microservices-using-containers\/#breadcrumb\"},\"inLanguage\":\"en\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/sreschool.com\/blog\/professional-course-on-microservices-using-containers\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/sreschool.com\/blog\/professional-course-on-microservices-using-containers\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/sreschool.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Professional Course on Microservices Using Containers\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/sreschool.com\/blog\/#website\",\"url\":\"https:\/\/sreschool.com\/blog\/\",\"name\":\"SRESchool\",\"description\":\"Master SRE. Build Resilient Systems. Lead the Future of Reliability\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/sreschool.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/sreschool.com\/blog\/#\/schema\/person\/e4d59819fb25a83bfc3bdf5a76e70b9d\",\"name\":\"sreschool\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\/\/sreschool.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/fc2eac5e4980adadb69284b252ba53f36a83bddc60c53048057a55f336f08b5a?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/fc2eac5e4980adadb69284b252ba53f36a83bddc60c53048057a55f336f08b5a?s=96&d=mm&r=g\",\"caption\":\"sreschool\"},\"url\":\"https:\/\/sreschool.com\/blog\/author\/manshi\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Professional Course on Microservices Using Containers - SRE School","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:\/\/sreschool.com\/blog\/professional-course-on-microservices-using-containers\/","og_locale":"en_US","og_type":"article","og_title":"Professional Course on Microservices Using Containers - SRE School","og_description":"Imagine building applications that scale effortlessly, deploy in seconds, and adapt to the demands of millions of users\u2014all without breaking [&hellip;]","og_url":"https:\/\/sreschool.com\/blog\/professional-course-on-microservices-using-containers\/","og_site_name":"SRE School","article_published_time":"2025-10-13T10:59:04+00:00","article_modified_time":"2025-10-13T10:59:05+00:00","author":"sreschool","twitter_card":"summary_large_image","twitter_misc":{"Written by":"sreschool","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/sreschool.com\/blog\/professional-course-on-microservices-using-containers\/","url":"https:\/\/sreschool.com\/blog\/professional-course-on-microservices-using-containers\/","name":"Professional Course on Microservices Using Containers - SRE School","isPartOf":{"@id":"https:\/\/sreschool.com\/blog\/#website"},"datePublished":"2025-10-13T10:59:04+00:00","dateModified":"2025-10-13T10:59:05+00:00","author":{"@id":"https:\/\/sreschool.com\/blog\/#\/schema\/person\/e4d59819fb25a83bfc3bdf5a76e70b9d"},"breadcrumb":{"@id":"https:\/\/sreschool.com\/blog\/professional-course-on-microservices-using-containers\/#breadcrumb"},"inLanguage":"en","potentialAction":[{"@type":"ReadAction","target":["https:\/\/sreschool.com\/blog\/professional-course-on-microservices-using-containers\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/sreschool.com\/blog\/professional-course-on-microservices-using-containers\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/sreschool.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Professional Course on Microservices Using Containers"}]},{"@type":"WebSite","@id":"https:\/\/sreschool.com\/blog\/#website","url":"https:\/\/sreschool.com\/blog\/","name":"SRESchool","description":"Master SRE. Build Resilient Systems. Lead the Future of Reliability","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/sreschool.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en"},{"@type":"Person","@id":"https:\/\/sreschool.com\/blog\/#\/schema\/person\/e4d59819fb25a83bfc3bdf5a76e70b9d","name":"sreschool","image":{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/sreschool.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/fc2eac5e4980adadb69284b252ba53f36a83bddc60c53048057a55f336f08b5a?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/fc2eac5e4980adadb69284b252ba53f36a83bddc60c53048057a55f336f08b5a?s=96&d=mm&r=g","caption":"sreschool"},"url":"https:\/\/sreschool.com\/blog\/author\/manshi\/"}]}},"_links":{"self":[{"href":"https:\/\/sreschool.com\/blog\/wp-json\/wp\/v2\/posts\/1123","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sreschool.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/sreschool.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/sreschool.com\/blog\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/sreschool.com\/blog\/wp-json\/wp\/v2\/comments?post=1123"}],"version-history":[{"count":1,"href":"https:\/\/sreschool.com\/blog\/wp-json\/wp\/v2\/posts\/1123\/revisions"}],"predecessor-version":[{"id":1124,"href":"https:\/\/sreschool.com\/blog\/wp-json\/wp\/v2\/posts\/1123\/revisions\/1124"}],"wp:attachment":[{"href":"https:\/\/sreschool.com\/blog\/wp-json\/wp\/v2\/media?parent=1123"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/sreschool.com\/blog\/wp-json\/wp\/v2\/categories?post=1123"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/sreschool.com\/blog\/wp-json\/wp\/v2\/tags?post=1123"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}