{"id":326,"date":"2026-08-07T20:14:58","date_gmt":"2026-08-07T14:44:58","guid":{"rendered":"https:\/\/blogs.reskilll.com\/claude-code-cursor-changing-how-developers-write-code-2026\/"},"modified":"2026-08-07T20:28:23","modified_gmt":"2026-08-07T14:58:23","slug":"claude-code-cursor-changing-how-developers-write-code-2026","status":"publish","type":"post","link":"https:\/\/blogs.reskilll.com\/claude-code-cursor-changing-how-developers-write-code-2026\/","title":{"rendered":"How Claude Code and Cursor Are Changing How Developers Write Code in 2026"},"content":{"rendered":"<p><strong>The shift:<\/strong> In 2024, developers typed code line by line. In 2026, developers describe intent and AI generates the implementation. Your job changed from &#8220;writing code&#8221; to &#8220;directing code generation and ensuring quality.&#8221;<\/p>\n<h2>The Old Way vs The New Way<\/h2>\n<h3>Old Way (Pre-2024)<\/h3>\n<pre><code>1. Think about what to build\n2. Google how to implement it\n3. Read Stack Overflow answers\n4. Type code manually\n5. Debug errors by reading logs\n6. Repeat for every file<\/code><\/pre>\n<h3>New Way (2026)<\/h3>\n<pre><code>1. Think about what to build\n2. Describe it to AI (Claude Code \/ Cursor)\n3. AI generates the implementation\n4. Review each file - does it make sense?\n5. Ask AI to fix issues or iterate\n6. Ship<\/code><\/pre>\n<p>Step 2-6 takes 20% of the time it used to.<\/p>\n<h2>Claude Code: Terminal-Native AI<\/h2>\n<p>Claude Code runs in your terminal. It reads your entire project, understands context, and executes multi-file changes autonomously.<\/p>\n<p><strong>What makes it different:<\/strong><\/p>\n<ul>\n<li>Reads your whole codebase (not just the open file)<\/li>\n<li>Makes changes across multiple files in one go<\/li>\n<li>Runs commands (tests, builds, deploys)<\/li>\n<li>Understands your project&#8217;s patterns and follows them<\/li>\n<\/ul>\n<p><strong>Best for:<\/strong> Large refactors, multi-file features, &#8220;build this feature end-to-end&#8221;<\/p>\n<h2>Cursor: AI-Native IDE<\/h2>\n<p>Cursor is VS Code rebuilt around AI. Every action has an AI shortcut.<\/p>\n<p><strong>What makes it different:<\/strong><\/p>\n<ul>\n<li>Cmd+K: Generate\/edit code inline<\/li>\n<li>Tab: Accept AI completions (Copilot-like but better)<\/li>\n<li>Composer: Multi-file generation from description<\/li>\n<li>Chat: Ask questions about your code with full project context<\/li>\n<\/ul>\n<p><strong>Best for:<\/strong> Daily coding, quick iterations, working within existing files<\/p>\n<h2>What Developers Actually Do Now<\/h2>\n<p>Based on observing teams at hackathons and companies:<\/p>\n<ol>\n<li><strong>Architecture (human)<\/strong> &#8211; decide what to build, choose tech stack, plan data models<\/li>\n<li><strong>Initial generation (AI)<\/strong> &#8211; &#8220;build the user auth system with JWT + refresh tokens&#8221;<\/li>\n<li><strong>Review (human)<\/strong> &#8211; read generated code, check for security issues, verify logic<\/li>\n<li><strong>Iteration (AI + human)<\/strong> &#8211; &#8220;add rate limiting to the login endpoint&#8221; &#8220;fix this edge case&#8221;<\/li>\n<li><strong>Testing (AI generates, human validates)<\/strong> &#8211; &#8220;write tests for this module&#8221; then verify they&#8217;re meaningful<\/li>\n<li><strong>Deployment (AI assists)<\/strong> &#8211; &#8220;create the Dockerfile and deployment config&#8221;<\/li>\n<\/ol>\n<h2>What This Means for Your Career<\/h2>\n<p><strong>Skills that matter MORE now:<\/strong><\/p>\n<ul>\n<li>System design and architecture<\/li>\n<li>Code review and security awareness<\/li>\n<li>Clear communication (prompting is a communication skill)<\/li>\n<li>Understanding business requirements<\/li>\n<li>Testing and quality judgment<\/li>\n<\/ul>\n<p><strong>Skills that matter LESS:<\/strong><\/p>\n<ul>\n<li>Syntax memorization<\/li>\n<li>Typing speed<\/li>\n<li>Boilerplate writing<\/li>\n<li>Framework-specific tricks<\/li>\n<\/ul>\n<h2>The Concern: &#8220;Will AI Replace Developers?&#8221;<\/h2>\n<p>No. It replaced TYPING, not THINKING. The developer who understands what to build, why to build it, and how to verify it&#8217;s correct is more valuable than ever. The developer who could only type fast &#8211; that role is being compressed.<\/p>\n<p>The best developers in 2026 ship 5x more than 2024 developers. Not because they type faster. Because AI handles the mechanical part, and they focus on the creative\/strategic part.<\/p>\n<p><a href=\"https:\/\/reskilll.com\/allHacks\">See AI-first development in action at hackathons<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>The way code gets written has fundamentally changed. Developers now describe what they want, AI writes it, humans review and iterate. Here&#8217;s how this shift works in practice.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[3],"tags":[],"class_list":["post-326","post","type-post","status-publish","format-standard","hentry","category-hackathons"],"yoast_meta":{"focuskw":"claude code cursor changing","metadesc":"The way code gets written has fundamentally changed. Developers now describe what they want, AI writes it, humans review and iterate. Here&#8217;s how t...","title":"How Claude Code and Cursor Are Changing How Developers Wr... | Reskilll Blog"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How Claude Code and Cursor Are Changing How Developers Wr... | Reskilll Blog<\/title>\n<meta name=\"description\" content=\"The way code gets written has fundamentally changed. Developers now describe what they want, AI writes it, humans review and iterate. Here&#8217;s how t...\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/blogs.reskilll.com\/claude-code-cursor-changing-how-developers-write-code-2026\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How Claude Code and Cursor Are Changing How Developers Wr... | Reskilll Blog\" \/>\n<meta property=\"og:description\" content=\"The way code gets written has fundamentally changed. Developers now describe what they want, AI writes it, humans review and iterate. Here&#8217;s how t...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/blogs.reskilll.com\/claude-code-cursor-changing-how-developers-write-code-2026\/\" \/>\n<meta property=\"og:site_name\" content=\"Reskilll Blogs\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/reskilllofficial\/\" \/>\n<meta property=\"article:published_time\" content=\"2026-08-07T14:44:58+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-07T14:58:23+00:00\" \/>\n<meta name=\"author\" content=\"Reskilll Team\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@Reskilll\" \/>\n<meta name=\"twitter:site\" content=\"@Reskilll\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Reskilll Team\" \/>\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:\\\/\\\/blogs.reskilll.com\\\/claude-code-cursor-changing-how-developers-write-code-2026\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/blogs.reskilll.com\\\/claude-code-cursor-changing-how-developers-write-code-2026\\\/\"},\"author\":{\"name\":\"Reskilll Team\",\"@id\":\"https:\\\/\\\/blogs.reskilll.com\\\/#\\\/schema\\\/person\\\/04cc3689f9eeb0b8fbd64b35743eb8e3\"},\"headline\":\"How Claude Code and Cursor Are Changing How Developers Write Code in 2026\",\"datePublished\":\"2026-08-07T14:44:58+00:00\",\"dateModified\":\"2026-08-07T14:58:23+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/blogs.reskilll.com\\\/claude-code-cursor-changing-how-developers-write-code-2026\\\/\"},\"wordCount\":409,\"publisher\":{\"@id\":\"https:\\\/\\\/blogs.reskilll.com\\\/#organization\"},\"articleSection\":[\"Hackathons\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/blogs.reskilll.com\\\/claude-code-cursor-changing-how-developers-write-code-2026\\\/\",\"url\":\"https:\\\/\\\/blogs.reskilll.com\\\/claude-code-cursor-changing-how-developers-write-code-2026\\\/\",\"name\":\"How Claude Code and Cursor Are Changing How Developers Wr... | Reskilll Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/blogs.reskilll.com\\\/#website\"},\"datePublished\":\"2026-08-07T14:44:58+00:00\",\"dateModified\":\"2026-08-07T14:58:23+00:00\",\"description\":\"The way code gets written has fundamentally changed. Developers now describe what they want, AI writes it, humans review and iterate. Here&#8217;s how t...\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/blogs.reskilll.com\\\/claude-code-cursor-changing-how-developers-write-code-2026\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/blogs.reskilll.com\\\/claude-code-cursor-changing-how-developers-write-code-2026\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/blogs.reskilll.com\\\/claude-code-cursor-changing-how-developers-write-code-2026\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/blogs.reskilll.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How Claude Code and Cursor Are Changing How Developers Write Code in 2026\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/blogs.reskilll.com\\\/#website\",\"url\":\"https:\\\/\\\/blogs.reskilll.com\\\/\",\"name\":\"Reskilll Blogs\",\"description\":\"Tech, Hackathons &amp; Innovation\",\"publisher\":{\"@id\":\"https:\\\/\\\/blogs.reskilll.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/blogs.reskilll.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/blogs.reskilll.com\\\/#organization\",\"name\":\"Reskilll\",\"url\":\"https:\\\/\\\/blogs.reskilll.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/blogs.reskilll.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/blogs.reskilll.com\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/reskilll-logo.png\",\"contentUrl\":\"https:\\\/\\\/blogs.reskilll.com\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/reskilll-logo.png\",\"width\":1642,\"height\":374,\"caption\":\"Reskilll\"},\"image\":{\"@id\":\"https:\\\/\\\/blogs.reskilll.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/reskilllofficial\\\/\",\"https:\\\/\\\/x.com\\\/Reskilll\",\"https:\\\/\\\/www.instagram.com\\\/reskilllofficial\\\/\",\"https:\\\/\\\/in.linkedin.com\\\/company\\\/reskilll\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/blogs.reskilll.com\\\/#\\\/schema\\\/person\\\/04cc3689f9eeb0b8fbd64b35743eb8e3\",\"name\":\"Reskilll Team\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/bb0b0d68d9b8776824760bfdda0beb6a23bb14f37a3aa71d75595bcabc4ce233?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/bb0b0d68d9b8776824760bfdda0beb6a23bb14f37a3aa71d75595bcabc4ce233?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/bb0b0d68d9b8776824760bfdda0beb6a23bb14f37a3aa71d75595bcabc4ce233?s=96&d=mm&r=g\",\"caption\":\"Reskilll Team\"},\"sameAs\":[\"https:\\\/\\\/blogs.reskilll.com\"],\"url\":\"https:\\\/\\\/blogs.reskilll.com\\\/author\\\/reskilll-1asd-admin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How Claude Code and Cursor Are Changing How Developers Wr... | Reskilll Blog","description":"The way code gets written has fundamentally changed. Developers now describe what they want, AI writes it, humans review and iterate. Here&#8217;s how t...","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:\/\/blogs.reskilll.com\/claude-code-cursor-changing-how-developers-write-code-2026\/","og_locale":"en_US","og_type":"article","og_title":"How Claude Code and Cursor Are Changing How Developers Wr... | Reskilll Blog","og_description":"The way code gets written has fundamentally changed. Developers now describe what they want, AI writes it, humans review and iterate. Here&#8217;s how t...","og_url":"https:\/\/blogs.reskilll.com\/claude-code-cursor-changing-how-developers-write-code-2026\/","og_site_name":"Reskilll Blogs","article_publisher":"https:\/\/www.facebook.com\/reskilllofficial\/","article_published_time":"2026-08-07T14:44:58+00:00","article_modified_time":"2026-08-07T14:58:23+00:00","author":"Reskilll Team","twitter_card":"summary_large_image","twitter_creator":"@Reskilll","twitter_site":"@Reskilll","twitter_misc":{"Written by":"Reskilll Team","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/blogs.reskilll.com\/claude-code-cursor-changing-how-developers-write-code-2026\/#article","isPartOf":{"@id":"https:\/\/blogs.reskilll.com\/claude-code-cursor-changing-how-developers-write-code-2026\/"},"author":{"name":"Reskilll Team","@id":"https:\/\/blogs.reskilll.com\/#\/schema\/person\/04cc3689f9eeb0b8fbd64b35743eb8e3"},"headline":"How Claude Code and Cursor Are Changing How Developers Write Code in 2026","datePublished":"2026-08-07T14:44:58+00:00","dateModified":"2026-08-07T14:58:23+00:00","mainEntityOfPage":{"@id":"https:\/\/blogs.reskilll.com\/claude-code-cursor-changing-how-developers-write-code-2026\/"},"wordCount":409,"publisher":{"@id":"https:\/\/blogs.reskilll.com\/#organization"},"articleSection":["Hackathons"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/blogs.reskilll.com\/claude-code-cursor-changing-how-developers-write-code-2026\/","url":"https:\/\/blogs.reskilll.com\/claude-code-cursor-changing-how-developers-write-code-2026\/","name":"How Claude Code and Cursor Are Changing How Developers Wr... | Reskilll Blog","isPartOf":{"@id":"https:\/\/blogs.reskilll.com\/#website"},"datePublished":"2026-08-07T14:44:58+00:00","dateModified":"2026-08-07T14:58:23+00:00","description":"The way code gets written has fundamentally changed. Developers now describe what they want, AI writes it, humans review and iterate. Here&#8217;s how t...","breadcrumb":{"@id":"https:\/\/blogs.reskilll.com\/claude-code-cursor-changing-how-developers-write-code-2026\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/blogs.reskilll.com\/claude-code-cursor-changing-how-developers-write-code-2026\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/blogs.reskilll.com\/claude-code-cursor-changing-how-developers-write-code-2026\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/blogs.reskilll.com\/"},{"@type":"ListItem","position":2,"name":"How Claude Code and Cursor Are Changing How Developers Write Code in 2026"}]},{"@type":"WebSite","@id":"https:\/\/blogs.reskilll.com\/#website","url":"https:\/\/blogs.reskilll.com\/","name":"Reskilll Blogs","description":"Tech, Hackathons &amp; Innovation","publisher":{"@id":"https:\/\/blogs.reskilll.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/blogs.reskilll.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/blogs.reskilll.com\/#organization","name":"Reskilll","url":"https:\/\/blogs.reskilll.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/blogs.reskilll.com\/#\/schema\/logo\/image\/","url":"https:\/\/blogs.reskilll.com\/wp-content\/uploads\/2026\/04\/reskilll-logo.png","contentUrl":"https:\/\/blogs.reskilll.com\/wp-content\/uploads\/2026\/04\/reskilll-logo.png","width":1642,"height":374,"caption":"Reskilll"},"image":{"@id":"https:\/\/blogs.reskilll.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/reskilllofficial\/","https:\/\/x.com\/Reskilll","https:\/\/www.instagram.com\/reskilllofficial\/","https:\/\/in.linkedin.com\/company\/reskilll"]},{"@type":"Person","@id":"https:\/\/blogs.reskilll.com\/#\/schema\/person\/04cc3689f9eeb0b8fbd64b35743eb8e3","name":"Reskilll Team","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/bb0b0d68d9b8776824760bfdda0beb6a23bb14f37a3aa71d75595bcabc4ce233?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/bb0b0d68d9b8776824760bfdda0beb6a23bb14f37a3aa71d75595bcabc4ce233?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/bb0b0d68d9b8776824760bfdda0beb6a23bb14f37a3aa71d75595bcabc4ce233?s=96&d=mm&r=g","caption":"Reskilll Team"},"sameAs":["https:\/\/blogs.reskilll.com"],"url":"https:\/\/blogs.reskilll.com\/author\/reskilll-1asd-admin\/"}]}},"_links":{"self":[{"href":"https:\/\/blogs.reskilll.com\/wp-json\/wp\/v2\/posts\/326","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blogs.reskilll.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blogs.reskilll.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blogs.reskilll.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blogs.reskilll.com\/wp-json\/wp\/v2\/comments?post=326"}],"version-history":[{"count":1,"href":"https:\/\/blogs.reskilll.com\/wp-json\/wp\/v2\/posts\/326\/revisions"}],"predecessor-version":[{"id":361,"href":"https:\/\/blogs.reskilll.com\/wp-json\/wp\/v2\/posts\/326\/revisions\/361"}],"wp:attachment":[{"href":"https:\/\/blogs.reskilll.com\/wp-json\/wp\/v2\/media?parent=326"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blogs.reskilll.com\/wp-json\/wp\/v2\/categories?post=326"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blogs.reskilll.com\/wp-json\/wp\/v2\/tags?post=326"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}