{"id":64,"date":"2019-01-25T02:24:43","date_gmt":"2019-01-25T02:24:43","guid":{"rendered":"https:\/\/soledad.pencidesign.net\/soledad-coding-blog\/the-beginner-guide-to-backend-developer-c-c-c-c-c-c-c-c-c-c-c-c-c-c-c-c-c-c-c-c-c-c\/"},"modified":"2023-08-28T15:43:14","modified_gmt":"2023-08-28T15:43:14","slug":"getting-started-with-backend-development","status":"publish","type":"post","link":"https:\/\/aryalspace.com\/?p=64","title":{"rendered":"Getting Started with Backend Development"},"content":{"rendered":"\n<p>Backend development is a crucial part of building web applications and software systems. It involves creating and maintaining the server-side logic, databases, and APIs that enable the frontend of your application to function smoothly. Whether you&#8217;re a beginner or transitioning from frontend development, here&#8217;s a comprehensive guide to getting started with backend development.<\/p>\n\n\n\n<p><strong>1. Understand the Basics:<\/strong>&nbsp;Before diving into backend development, grasp the fundamental concepts:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Server<\/strong>: A computer or system that hosts your application, responds to client requests, and manages data.<\/li>\n\n\n\n<li><strong>Database<\/strong>: A structured collection of data, often organized in tables, used to store and manage information.<\/li>\n\n\n\n<li><strong>API<\/strong>: Application Programming Interface, which defines how different software components should interact.<\/li>\n<\/ul>\n\n\n\n<p><strong>2. Choose a Backend Language:<\/strong>&nbsp;Select a programming language suitable for backend development. Common choices include:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Python<\/strong>: Known for its simplicity and versatility.<\/li>\n\n\n\n<li><strong>JavaScript (Node.js)<\/strong>: A popular choice for its ability to use the same language on both frontend and backend.<\/li>\n\n\n\n<li><strong>Ruby<\/strong>: Loved for its elegant syntax and developer-friendly environment.<\/li>\n\n\n\n<li><strong>Java<\/strong>: A robust language often used for enterprise-level applications.<\/li>\n\n\n\n<li><strong>PHP<\/strong>: Widely used for web development due to its focus on server-side scripting.<\/li>\n<\/ul>\n\n\n\n<p><strong>3. Set Up Your Development Environment:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Install the necessary tools like code editors (Visual Studio Code, IntelliJ IDEA), a version control system (Git), and the runtime environment for your chosen backend language.<\/li>\n<\/ul>\n\n\n\n<p><strong>4. Learn about Servers and Hosting:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Understand how web servers like Apache, Nginx, or even Node.js&#8217;s built-in server can host your backend application.<\/li>\n\n\n\n<li>Learn about different hosting options, including traditional servers, cloud platforms (AWS, Azure, Google Cloud), and platform-as-a-service (PaaS) offerings like Heroku.<\/li>\n<\/ul>\n\n\n\n<p><strong>5. Master Databases:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Learn about relational databases (MySQL, PostgreSQL) and NoSQL databases (MongoDB, Firebase) and how to interact with them.<\/li>\n\n\n\n<li>Study SQL (Structured Query Language) for managing and querying relational databases.<\/li>\n<\/ul>\n\n\n\n<p><strong>6. API Development:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Grasp the concept of APIs and how they enable communication between different software components.<\/li>\n\n\n\n<li>Learn about RESTful APIs, which follow a set of guidelines for creating efficient and scalable APIs.<\/li>\n<\/ul>\n\n\n\n<p><strong>7. Backend Frameworks:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Explore backend frameworks that streamline development and provide common functionality.<\/li>\n\n\n\n<li>For Python, consider Django or Flask. For JavaScript, explore Express.js for Node.js.<\/li>\n<\/ul>\n\n\n\n<p><strong>8. HTTP and Networking:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Understand the basics of the HTTP protocol, which governs how data is exchanged between clients and servers.<\/li>\n\n\n\n<li>Learn about HTTP methods (GET, POST, PUT, DELETE) and status codes (200, 404, 500).<\/li>\n<\/ul>\n\n\n\n<p><strong>9. Security Best Practices:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Familiarize yourself with security measures such as encryption, authentication, and authorization.<\/li>\n\n\n\n<li>Learn about common vulnerabilities like SQL injection and cross-site scripting (XSS) attacks.<\/li>\n<\/ul>\n\n\n\n<p><strong>10. Version Control:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Learn how to use Git for tracking changes in your codebase and collaborating effectively with other developers.<\/li>\n<\/ul>\n\n\n\n<p><strong>11. Testing and Debugging:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Explore unit testing, integration testing, and debugging techniques to ensure your code works as expected.<\/li>\n<\/ul>\n\n\n\n<p><strong>12. Documentation:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Develop the habit of documenting your code, APIs, and database schemas for better collaboration and understanding.<\/li>\n<\/ul>\n\n\n\n<p><strong>13. Continuous Integration and Deployment (CI\/CD):<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Learn how to set up CI\/CD pipelines to automate testing, deployment, and monitoring processes.<\/li>\n<\/ul>\n\n\n\n<p><strong>14. Real-World Projects:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Apply your knowledge by working on practical projects, such as building a RESTful API, creating a user authentication system, or developing a content management system.<\/li>\n<\/ul>\n\n\n\n<p><strong>15. Keep Learning:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Backend development is a constantly evolving field. Stay updated with new technologies, best practices, and industry trends.<\/li>\n<\/ul>\n\n\n\n<p>Remember that becoming proficient in backend development takes time and practice. Start with small projects, gradually tackling more complex tasks as you gain confidence. Don&#8217;t hesitate to refer to documentation, online tutorials, and community forums for help. With dedication and continuous learning, you&#8217;ll build a solid foundation in backend development.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Backend development is a crucial part of building web applications and software systems. It involves creating and maintaining the server-side logic, databases, and APIs that enable the frontend of your&hellip;<\/p>\n","protected":false},"author":2,"featured_media":72,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_lmt_disableupdate":"","_lmt_disable":"","footnotes":""},"categories":[2],"tags":[7,8,9,10],"class_list":["post-64","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-software-development","tag-blog","tag-developer","tag-soledad","tag-vertical"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Getting Started with Backend Development - Aryal Space - Magic of Technology and Beings<\/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:\/\/aryalspace.com\/?p=64\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Getting Started with Backend Development - Aryal Space - Magic of Technology and Beings\" \/>\n<meta property=\"og:description\" content=\"Backend development is a crucial part of building web applications and software systems. It involves creating and maintaining the server-side logic, databases, and APIs that enable the frontend of your&hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/aryalspace.com\/?p=64\" \/>\n<meta property=\"og:site_name\" content=\"Aryal Space - Magic of Technology and Beings\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/facebook.com\/bikramaryal\" \/>\n<meta property=\"article:published_time\" content=\"2019-01-25T02:24:43+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-08-28T15:43:14+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/aryalspace.com\/wp-content\/uploads\/2019\/01\/3.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1800\" \/>\n\t<meta property=\"og:image:height\" content=\"1267\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Bikram Aryal\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@bikramaryal\" \/>\n<meta name=\"twitter:site\" content=\"@bikramaryal\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Bikram Aryal\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/aryalspace.com\/?p=64#article\",\"isPartOf\":{\"@id\":\"https:\/\/aryalspace.com\/?p=64\"},\"author\":{\"name\":\"Bikram Aryal\",\"@id\":\"https:\/\/aryalspace.com\/#\/schema\/person\/d91802b458f2bcf8a68c2c73203c268b\"},\"headline\":\"Getting Started with Backend Development\",\"datePublished\":\"2019-01-25T02:24:43+00:00\",\"dateModified\":\"2023-08-28T15:43:14+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/aryalspace.com\/?p=64\"},\"wordCount\":583,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/aryalspace.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/aryalspace.com\/?p=64#primaryimage\"},\"thumbnailUrl\":\"https:\/\/aryalspace.com\/wp-content\/uploads\/2019\/01\/3.jpg\",\"keywords\":[\"blog\",\"developer\",\"soledad\",\"vertical\"],\"articleSection\":[\"Software Development\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/aryalspace.com\/?p=64#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/aryalspace.com\/?p=64\",\"url\":\"https:\/\/aryalspace.com\/?p=64\",\"name\":\"Getting Started with Backend Development - Aryal Space - Magic of Technology and Beings\",\"isPartOf\":{\"@id\":\"https:\/\/aryalspace.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/aryalspace.com\/?p=64#primaryimage\"},\"image\":{\"@id\":\"https:\/\/aryalspace.com\/?p=64#primaryimage\"},\"thumbnailUrl\":\"https:\/\/aryalspace.com\/wp-content\/uploads\/2019\/01\/3.jpg\",\"datePublished\":\"2019-01-25T02:24:43+00:00\",\"dateModified\":\"2023-08-28T15:43:14+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/aryalspace.com\/?p=64#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/aryalspace.com\/?p=64\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/aryalspace.com\/?p=64#primaryimage\",\"url\":\"https:\/\/aryalspace.com\/wp-content\/uploads\/2019\/01\/3.jpg\",\"contentUrl\":\"https:\/\/aryalspace.com\/wp-content\/uploads\/2019\/01\/3.jpg\",\"width\":1800,\"height\":1267},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/aryalspace.com\/?p=64#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/aryalspace.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Getting Started with Backend Development\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/aryalspace.com\/#website\",\"url\":\"https:\/\/aryalspace.com\/\",\"name\":\"Aryal Space - Blog and Programming Tutorials\",\"description\":\"Exploring the Cosmos of Code: Aryal Space - Where Blogs and Programming Unite!\",\"publisher\":{\"@id\":\"https:\/\/aryalspace.com\/#organization\"},\"alternateName\":\"Elevate Your Code Horizons with Aryal Space: Ignite, Inspire, Innovate!\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/aryalspace.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/aryalspace.com\/#organization\",\"name\":\"Aryal Space\",\"alternateName\":\"AryalSpace\",\"url\":\"https:\/\/aryalspace.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/aryalspace.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/aryalspace.com\/wp-content\/uploads\/2023\/08\/Aryal-Space.png\",\"contentUrl\":\"https:\/\/aryalspace.com\/wp-content\/uploads\/2023\/08\/Aryal-Space.png\",\"width\":1000,\"height\":1000,\"caption\":\"Aryal Space\"},\"image\":{\"@id\":\"https:\/\/aryalspace.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/facebook.com\/bikramaryal\",\"https:\/\/x.com\/bikramaryal\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/aryalspace.com\/#\/schema\/person\/d91802b458f2bcf8a68c2c73203c268b\",\"name\":\"Bikram Aryal\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/aryalspace.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/aryalspace.com\/wp-content\/uploads\/2023\/08\/cropped-Copy-of-8R8A8956-scaled-e1693236718440-96x96.jpg\",\"contentUrl\":\"https:\/\/aryalspace.com\/wp-content\/uploads\/2023\/08\/cropped-Copy-of-8R8A8956-scaled-e1693236718440-96x96.jpg\",\"caption\":\"Bikram Aryal\"},\"description\":\"Co-Founder and VP of Engineering of Kindship - Software Engineer with a Passion for Innovation | Bridging Code and Entrepreneurship for a Visionary Future\",\"sameAs\":[\"https:\/\/aryalspace.com\"],\"url\":\"https:\/\/aryalspace.com\/?author=2\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Getting Started with Backend Development - Aryal Space - Magic of Technology and Beings","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:\/\/aryalspace.com\/?p=64","og_locale":"en_US","og_type":"article","og_title":"Getting Started with Backend Development - Aryal Space - Magic of Technology and Beings","og_description":"Backend development is a crucial part of building web applications and software systems. It involves creating and maintaining the server-side logic, databases, and APIs that enable the frontend of your&hellip;","og_url":"https:\/\/aryalspace.com\/?p=64","og_site_name":"Aryal Space - Magic of Technology and Beings","article_publisher":"https:\/\/facebook.com\/bikramaryal","article_published_time":"2019-01-25T02:24:43+00:00","article_modified_time":"2023-08-28T15:43:14+00:00","og_image":[{"width":1800,"height":1267,"url":"https:\/\/aryalspace.com\/wp-content\/uploads\/2019\/01\/3.jpg","type":"image\/jpeg"}],"author":"Bikram Aryal","twitter_card":"summary_large_image","twitter_creator":"@bikramaryal","twitter_site":"@bikramaryal","twitter_misc":{"Written by":"Bikram Aryal","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/aryalspace.com\/?p=64#article","isPartOf":{"@id":"https:\/\/aryalspace.com\/?p=64"},"author":{"name":"Bikram Aryal","@id":"https:\/\/aryalspace.com\/#\/schema\/person\/d91802b458f2bcf8a68c2c73203c268b"},"headline":"Getting Started with Backend Development","datePublished":"2019-01-25T02:24:43+00:00","dateModified":"2023-08-28T15:43:14+00:00","mainEntityOfPage":{"@id":"https:\/\/aryalspace.com\/?p=64"},"wordCount":583,"commentCount":0,"publisher":{"@id":"https:\/\/aryalspace.com\/#organization"},"image":{"@id":"https:\/\/aryalspace.com\/?p=64#primaryimage"},"thumbnailUrl":"https:\/\/aryalspace.com\/wp-content\/uploads\/2019\/01\/3.jpg","keywords":["blog","developer","soledad","vertical"],"articleSection":["Software Development"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/aryalspace.com\/?p=64#respond"]}]},{"@type":"WebPage","@id":"https:\/\/aryalspace.com\/?p=64","url":"https:\/\/aryalspace.com\/?p=64","name":"Getting Started with Backend Development - Aryal Space - Magic of Technology and Beings","isPartOf":{"@id":"https:\/\/aryalspace.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/aryalspace.com\/?p=64#primaryimage"},"image":{"@id":"https:\/\/aryalspace.com\/?p=64#primaryimage"},"thumbnailUrl":"https:\/\/aryalspace.com\/wp-content\/uploads\/2019\/01\/3.jpg","datePublished":"2019-01-25T02:24:43+00:00","dateModified":"2023-08-28T15:43:14+00:00","breadcrumb":{"@id":"https:\/\/aryalspace.com\/?p=64#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/aryalspace.com\/?p=64"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/aryalspace.com\/?p=64#primaryimage","url":"https:\/\/aryalspace.com\/wp-content\/uploads\/2019\/01\/3.jpg","contentUrl":"https:\/\/aryalspace.com\/wp-content\/uploads\/2019\/01\/3.jpg","width":1800,"height":1267},{"@type":"BreadcrumbList","@id":"https:\/\/aryalspace.com\/?p=64#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/aryalspace.com\/"},{"@type":"ListItem","position":2,"name":"Getting Started with Backend Development"}]},{"@type":"WebSite","@id":"https:\/\/aryalspace.com\/#website","url":"https:\/\/aryalspace.com\/","name":"Aryal Space - Blog and Programming Tutorials","description":"Exploring the Cosmos of Code: Aryal Space - Where Blogs and Programming Unite!","publisher":{"@id":"https:\/\/aryalspace.com\/#organization"},"alternateName":"Elevate Your Code Horizons with Aryal Space: Ignite, Inspire, Innovate!","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/aryalspace.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/aryalspace.com\/#organization","name":"Aryal Space","alternateName":"AryalSpace","url":"https:\/\/aryalspace.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/aryalspace.com\/#\/schema\/logo\/image\/","url":"https:\/\/aryalspace.com\/wp-content\/uploads\/2023\/08\/Aryal-Space.png","contentUrl":"https:\/\/aryalspace.com\/wp-content\/uploads\/2023\/08\/Aryal-Space.png","width":1000,"height":1000,"caption":"Aryal Space"},"image":{"@id":"https:\/\/aryalspace.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/facebook.com\/bikramaryal","https:\/\/x.com\/bikramaryal"]},{"@type":"Person","@id":"https:\/\/aryalspace.com\/#\/schema\/person\/d91802b458f2bcf8a68c2c73203c268b","name":"Bikram Aryal","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/aryalspace.com\/#\/schema\/person\/image\/","url":"https:\/\/aryalspace.com\/wp-content\/uploads\/2023\/08\/cropped-Copy-of-8R8A8956-scaled-e1693236718440-96x96.jpg","contentUrl":"https:\/\/aryalspace.com\/wp-content\/uploads\/2023\/08\/cropped-Copy-of-8R8A8956-scaled-e1693236718440-96x96.jpg","caption":"Bikram Aryal"},"description":"Co-Founder and VP of Engineering of Kindship - Software Engineer with a Passion for Innovation | Bridging Code and Entrepreneurship for a Visionary Future","sameAs":["https:\/\/aryalspace.com"],"url":"https:\/\/aryalspace.com\/?author=2"}]}},"_links":{"self":[{"href":"https:\/\/aryalspace.com\/index.php?rest_route=\/wp\/v2\/posts\/64","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/aryalspace.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/aryalspace.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/aryalspace.com\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/aryalspace.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=64"}],"version-history":[{"count":1,"href":"https:\/\/aryalspace.com\/index.php?rest_route=\/wp\/v2\/posts\/64\/revisions"}],"predecessor-version":[{"id":1785,"href":"https:\/\/aryalspace.com\/index.php?rest_route=\/wp\/v2\/posts\/64\/revisions\/1785"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/aryalspace.com\/index.php?rest_route=\/wp\/v2\/media\/72"}],"wp:attachment":[{"href":"https:\/\/aryalspace.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=64"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/aryalspace.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=64"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/aryalspace.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=64"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}