{"id":8581,"date":"2019-09-18T16:50:19","date_gmt":"2019-09-18T20:50:19","guid":{"rendered":"https:\/\/blog.brainstation.io\/?p=8581"},"modified":"2021-01-28T17:02:20","modified_gmt":"2021-01-28T22:02:20","slug":"what-makes-a-good-web-developer","status":"publish","type":"post","link":"https:\/\/brainstation.io\/blog\/what-makes-a-good-web-developer","title":{"rendered":"What Makes a Good Web Developer?"},"content":{"rendered":"\n<p><span style=\"font-weight: 400;\">According to BrainStation 2019 Digital Skills Survey, 50 percent of executives say they will be doing the most hiring in development this year.&nbsp;<\/span><span style=\"font-weight: 400;\">Interestingly, though, our respondents also found development the most difficult field to hire for, and as the demand for these skills increases, it will only become more challenging. <\/span><\/p>\n\n\n\n<p><span style=\"font-weight: 400;\">What should companies be looking for? And how can aspiring Developers stand out when entering the market? <\/span><\/p>\n\n\n\n<p><span style=\"font-weight: 400;\">To start, consider the following definition, which provides a well-rounded picture of a good Developer: <\/span><\/p>\n\n\n\n<p><span style=\"font-weight: 400;\">\u201cWrites working code, that has been tested for correctness, in the time allocated, following accepted best practices, in a way that can be easily maintained and enhanced, in collaboration with their team, and continuously improves their knowledge and skills throughout their career.\u201d<\/span><\/p>\n\n\n\n<p><span style=\"font-weight: 400;\">Let\u2019s take a closer look at these ideas to see what makes a good Developer. <\/span><\/p>\n\n\n\n<h3><b>A Good Developer Writes Working Code&#8230;<\/b><\/h3>\n\n\n\n<p><span style=\"font-weight: 400;\">Computers are extremely precise, digital machines. The slightest deviation from what a computer expects means that code won\u2019t compile, won\u2019t run or will crash. The whole point of programming and building software is to <\/span><b>write code that the computer successfully processes, producing the desired result. <\/b><span style=\"font-weight: 400;\">In other words, a good Developer has to write code that works.<\/span><\/p>\n\n\n\n<p><span style=\"font-weight: 400;\">He or she has a sharp eye for details and is constantly scanning code for anything that looks \u201coff.\u201d They write clean code that is well structured and uses tools to identify potential errors <\/span>before <span style=\"font-weight: 400;\">the code runs.<\/span><\/p>\n\n\n\n<h3><b>That Has Been Tested for Correctness&#8230;<\/b><\/h3>\n\n\n\n<p><span style=\"font-weight: 400;\">Just because the code works, doesn&#8217;t mean it works correctly. Getting the code to work is only the first hurdle.<\/span><\/p>\n\n\n\n<p><span style=\"font-weight: 400;\">Code that doesn\u2019t work correctly is as useless as code that doesn\u2019t work at all, and potentially more dangerous. Wrong results can have consequences, from mundane (and occasionally<\/span><a href=\"https:\/\/www.reddit.com\/r\/softwaregore\/\"> <span style=\"font-weight: 400;\">humorous<\/span><\/a><span style=\"font-weight: 400;\">) UI annoyances that frustrate end-users and inhibit their productivity \u2014 to the disastrous with loss of life or business revenue.<\/span><\/p>\n\n\n\n<p><span style=\"font-weight: 400;\">All errors missed by Developers will cause program crashes, system failure, data corruption, security breaches, or turn away users who expect reliability. These errors become increasingly expensive to fix as they find their way into production and are discovered by end-users. Just as physical structures require thorough testing to ensure they are \u201cup to code,\u201d software requires the same stringent standards.<\/span><\/p>\n\n\n\n<p><span style=\"font-weight: 400;\">A good Developer, therefore, adopts a test-driven mindset, actively imagining all scenarios where errors can occur, how they should be handled, and writing tests that prove the code is correct.<\/span><\/p>\n\n\n\n<h3><b>In The Time Allocated&#8230;<\/b><\/h3>\n\n\n\n<p><span style=\"font-weight: 400;\">Computers represent the promise of efficiency and productivity. They allow users to accomplish and understand more. Developers work within this fast-paced world using computers to bring this productivity and efficiency to reality.<\/span><\/p>\n\n\n\n<p><span style=\"font-weight: 400;\">A side-effect of this world is the expectation of having everything done <\/span>now<span style=\"font-weight: 400;\">. That pressure comes from managers, clients, users, and the business climate of getting to market first. That can create a lot of pressure, and Developers are only human.<\/span><\/p>\n\n\n\n<p><span style=\"font-weight: 400;\">Estimating time on projects is a difficult task, as there are many unknown and unexpected problems that come up when building complex software. There is always a temptation to underestimate and overlook the true details required to complete tasks. Yet underestimating time to delivery is dangerous, creating stress and burnout, the pressure to cut corners, and negative feelings from all stakeholders in the project.<\/span><\/p>\n\n\n\n<p><span style=\"font-weight: 400;\">It is important to identify all details possible for a project, have a realistic perspective of the amount of work that can be accomplished, and reasonably overestimate timelines to account for the unknown and unexpected. Communication is key when timelines start slipping and making sure that everyone is aware of difficulties ahead of time helps to handle and avoid missing deadlines.<\/span><\/p>\n\n\n\n<p><span style=\"font-weight: 400;\">A good Developer sets reasonable expectations, communicates openly about unexpected roadblocks, and maintains the trust of their team and other stakeholders.<\/span><\/p>\n\n\n\n<h3><b>Following Accepted Best Practices&#8230;<\/b><\/h3>\n\n\n\n<p><span style=\"font-weight: 400;\">Once the code works (and works correctly), then it needs to be written in the best way possible. Whatever approach the Developer has taken in writing the code, it should be weighed against the solutions of the larger Developer community. A unique, novel approach may be an innovative solution\u2013or it may lack considerations that other Developers have discovered over the years.<\/span><\/p>\n\n\n\n<p><span style=\"font-weight: 400;\">Writing software is a complex process with a rich history of many minds thinking about the best way to solve common problems. The result is numerous best practices.<\/span><\/p>\n\n\n\n<p><span style=\"font-weight: 400;\">Following these best practices saves time because problems don&#8217;t need to be re-solved&nbsp;(instead, existing solutions just need to be applied appropriately). This allows Developers to build &#8220;on the shoulders of giants.&#8221; Further, as different Developers contribute over time, there is a common understanding that any new Developer on a project can readily understand.<\/span><\/p>\n\n\n\n<p><span style=\"font-weight: 400;\">There are two levels of best practices: industry-wide and company-wide. Company-wide practices will generally be a subset of industry-wide practices but adapted for the specifics of a company\u2019s software domain, and the preferences of the Developers.<\/span><\/p>\n\n\n\n<p><span style=\"font-weight: 400;\">A good Developer learns the best practices of their company and applies industry-wide best practices to save time and improve the overall quality of the code.<\/span><\/p>\n\n\n\n<h3><b>In a Way That Can Be Easily Maintained and Enhanced&#8230;<\/b><\/h3>\n\n\n\n<p><span style=\"font-weight: 400;\">The code compiles, runs, and has been tested for correctness. Things look good, but&#8230;how easy is it to change the code in the future? What happens if a new feature needs to be added?<\/span><\/p>\n\n\n\n<p><span style=\"font-weight: 400;\">Engineer and Author<\/span><a href=\"https:\/\/martinfowler.com\/\"> <span style=\"font-weight: 400;\">Martin Fowler<\/span><\/a><span style=\"font-weight: 400;\"> says: &#8220;Any fool can write code that a computer can understand. Good Programmers write code that humans can understand.&#8221;<\/span><\/p>\n\n\n\n<p><span style=\"font-weight: 400;\">While a computer can run any valid code, ultimately the code is maintained by humans. At some point, a Developer is going to have to read, understand, and modify code that may have been written by another Developer (who may no longer be part of their team or company).<\/span><\/p>\n\n\n\n<p><span style=\"font-weight: 400;\">Software development is a social endeavor, with many people working and relying on the codebase. Questions such as &#8220;How much is obvious from the code? How much needs to be explained? How quickly can the code be scanned and understood?&#8221; all help a Developer remember that they are not writing code for themselves.&nbsp;<\/span><\/p>\n\n\n\n<p><span style=\"font-weight: 400;\">A good Developer writes high-quality code that other Developers can easily understand and modify.<\/span><\/p>\n\n\n\n<h3><b>In Collaboration With Their Team&#8230;<\/b><\/h3>\n\n\n\n<p><span style=\"font-weight: 400;\">While a Developer spends much of their time interacting with a computer, the reality of their work environment is social. It\u2019s important to respect the team, know the roles, and responsibilities, and what\u2019s expected. Big picture questions ensure the Developer is properly aligned to the company and their role: &#8220;What is the vision\/mission\/values of the company? What is the product suite offered by the company? Who are the customers? Who do problems get reported to?&#8221;<\/span><\/p>\n\n\n\n<p><span style=\"font-weight: 400;\">Knowing these details allows a Developer to grow <\/span>within the context <span style=\"font-weight: 400;\">of their specific company or situation. A good Developer will, therefore, spend the time needed to understand the company&#8217;s best practices and standards. They will also improve the development process in ways that save time and increase productivity. Most importantly, they will have to have a positive attitude that makes the workplace more productive and supportive.<\/span><\/p>\n\n\n\n<p><span style=\"font-weight: 400;\">A good Developer recognizes that their career and reputation is their responsibility. They strive to be a pleasure to work with, and always find ways to make the workload of their team lighter and more efficient.<\/span><\/p>\n\n\n\n<h3><b>A Good Developer is Continuously Learning<\/b><\/h3>\n\n\n\n<p><span style=\"font-weight: 400;\">Technology is always evolving, which is part of what makes it so exciting. While some principles and approaches of computer science have remained for decades, areas of software development are constantly changing.&nbsp;<\/span><span style=\"font-weight: 400;\">Some software domains are more stable, others are more volatile. Legacy software is entrenched with older technology that requires more maintenance with little innovation, while emerging domains may require frequent rewrites every few years as things change.<\/span><\/p>\n\n\n\n<p><span style=\"font-weight: 400;\">That\u2019s not necessarily a problem if it is embraced. Knowledge in domains like <a href=\"https:\/\/brainstation.io\/course\/online\/data-science?utm_source=BSTNblog&amp;utm_medium=blog&amp;utm_campaign=Blog_WhatMakesAGoodDeveloper\" target=\"_blank\" rel=\"noopener noreferrer\">data science<\/a>, <a href=\"https:\/\/brainstation.io\/course\/online\/user-experience-design?utm_source=BSTNblog&amp;utm_medium=blog&amp;utm_campaign=Blog_WhatMakesAGoodDeveloper\" target=\"_blank\" rel=\"noopener noreferrer\">UX design<\/a>, <a href=\"https:\/\/brainstation.io\/course\/online\/product-management?utm_source=BSTNblog&amp;utm_medium=blog&amp;utm_campaign=Blog_WhatMakesAGoodDeveloper\" target=\"_blank\" rel=\"noopener noreferrer\">product management<\/a>, <a href=\"https:\/\/brainstation.io\/course\/online\/digital-marketing?utm_source=BSTNblog&amp;utm_medium=blog&amp;utm_campaign=Blog_WhatMakesAGoodDeveloper\">digital marketing<\/a>, and <a href=\"https:\/\/brainstation.io\/course\/online\/search-engine-optimization?utm_source=BSTNblog&amp;utm_medium=blog&amp;utm_campaign=Blog_WhatMakesAGoodDeveloper\" target=\"_blank\" rel=\"noopener noreferrer\">SEO<\/a>, can strengthen a Developer&#8217;s overall understanding of technology, helping them relate and work with colleagues and clients across departments and industries. <\/span><\/p>\n\n\n\n<p><span style=\"font-weight: 400;\">A good Developer, in short, is a lifelong learner that is always looking to expand their knowledge and skills, year over year.<\/span><\/p>\n\n\n\n<p><i><span style=\"font-weight: 400;\">Want to learn more? BrainStation offers <\/span><\/i><a href=\"https:\/\/brainstation.io\/course\/online\/remote-web-development-bootcamp?utm_source=BSTNblog&amp;utm_medium=blog&amp;utm_campaign=Blog_WhatMakesAGoodDeveloper\" target=\"_blank\" rel=\"noopener noreferrer\"><i><span style=\"font-weight: 400;\">Diploma programs<\/span><\/i><\/a><i><span style=\"font-weight: 400;\"> and <\/span><\/i><a href=\"https:\/\/brainstation.io\/course\/intro-to-web-development?utm_source=BSTNblog&amp;utm_medium=blog&amp;utm_campaign=Blog_WhatMakesAGoodDeveloper\" target=\"_blank\" rel=\"noopener noreferrer\"><i><span style=\"font-weight: 400;\">Certificate courses<\/span><\/i><\/a><i><span style=\"font-weight: 400;\">&nbsp;in web development.<\/span><\/i><\/p>\n","protected":false},"excerpt":{"rendered":"<p>When it comes to hiring Web Developers, what should companies be looking for? And how can aspiring Developers stand out when entering the market?<\/p>\n","protected":false},"author":7,"featured_media":8583,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[1066,97],"tags":[227,602,257,441,176,100],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v18.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>What Makes a Good Web Developer?<\/title>\n<meta name=\"description\" content=\"How can aspiring Developers stand out? What should companies be looking for? Here are some of the things that make a good Developer.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/brainstation.io\/blog\/what-makes-a-good-web-developer\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What Makes a Good Web Developer?\" \/>\n<meta property=\"og:description\" content=\"How can aspiring Developers stand out? What should companies be looking for? Here are some of the things that make a good Developer.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/brainstation.io\/blog\/what-makes-a-good-web-developer\" \/>\n<meta property=\"og:site_name\" content=\"BrainStation\u00ae Blog\" \/>\n<meta property=\"article:published_time\" content=\"2019-09-18T20:50:19+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-01-28T22:02:20+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/d2re7sjnpekmig.cloudfront.net\/prod\/wp-content\/uploads\/2019\/04\/0N5A2025-1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"6720\" \/>\n\t<meta property=\"og:image:height\" content=\"4480\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"BrainStation\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/brainstation.io\/blog\/#website\",\"url\":\"https:\/\/brainstation.io\/blog\/\",\"name\":\"BrainStation\u00ae Blog\",\"description\":\"The Digital Learning Company\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/brainstation.io\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/brainstation.io\/blog\/what-makes-a-good-web-developer#primaryimage\",\"url\":\"https:\/\/d2re7sjnpekmig.cloudfront.net\/prod\/wp-content\/uploads\/2019\/04\/0N5A2025-1.jpg\",\"contentUrl\":\"https:\/\/d2re7sjnpekmig.cloudfront.net\/prod\/wp-content\/uploads\/2019\/04\/0N5A2025-1.jpg\",\"width\":6720,\"height\":4480,\"caption\":\"What makes a good web developer?\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/brainstation.io\/blog\/what-makes-a-good-web-developer#webpage\",\"url\":\"https:\/\/brainstation.io\/blog\/what-makes-a-good-web-developer\",\"name\":\"What Makes a Good Web Developer?\",\"isPartOf\":{\"@id\":\"https:\/\/brainstation.io\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/brainstation.io\/blog\/what-makes-a-good-web-developer#primaryimage\"},\"datePublished\":\"2019-09-18T20:50:19+00:00\",\"dateModified\":\"2021-01-28T22:02:20+00:00\",\"author\":{\"@id\":\"https:\/\/brainstation.io\/blog\/#\/schema\/person\/9f37983a6c4da6cf5dd422481ac8cf11\"},\"description\":\"How can aspiring Developers stand out? What should companies be looking for? Here are some of the things that make a good Developer.\",\"breadcrumb\":{\"@id\":\"https:\/\/brainstation.io\/blog\/what-makes-a-good-web-developer#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/brainstation.io\/blog\/what-makes-a-good-web-developer\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/brainstation.io\/blog\/what-makes-a-good-web-developer#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/brainstation.io\/blog\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"What Makes a Good Web Developer?\"}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/brainstation.io\/blog\/#\/schema\/person\/9f37983a6c4da6cf5dd422481ac8cf11\",\"name\":\"BrainStation\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/brainstation.io\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/80c14b8388838ae1453aec36606b232d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/80c14b8388838ae1453aec36606b232d?s=96&d=mm&r=g\",\"caption\":\"BrainStation\"},\"description\":\"BrainStation is a global leader in digital skills training, empowering businesses and brands to succeed in the digital age. Established in 2012, BrainStation has worked with over 250 instructors from the most innovative companies, developing cutting-edge, real-world digital education that has empowered more than 50,000 professionals and some of the largest corporations in the world.\",\"url\":\"https:\/\/brainstation.io\/blog\/author\/brainstation\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"What Makes a Good Web Developer?","description":"How can aspiring Developers stand out? What should companies be looking for? Here are some of the things that make a good Developer.","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:\/\/brainstation.io\/blog\/what-makes-a-good-web-developer","og_locale":"en_US","og_type":"article","og_title":"What Makes a Good Web Developer?","og_description":"How can aspiring Developers stand out? What should companies be looking for? Here are some of the things that make a good Developer.","og_url":"https:\/\/brainstation.io\/blog\/what-makes-a-good-web-developer","og_site_name":"BrainStation\u00ae Blog","article_published_time":"2019-09-18T20:50:19+00:00","article_modified_time":"2021-01-28T22:02:20+00:00","og_image":[{"width":6720,"height":4480,"url":"https:\/\/d2re7sjnpekmig.cloudfront.net\/prod\/wp-content\/uploads\/2019\/04\/0N5A2025-1.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Written by":"BrainStation","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebSite","@id":"https:\/\/brainstation.io\/blog\/#website","url":"https:\/\/brainstation.io\/blog\/","name":"BrainStation\u00ae Blog","description":"The Digital Learning Company","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/brainstation.io\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/brainstation.io\/blog\/what-makes-a-good-web-developer#primaryimage","url":"https:\/\/d2re7sjnpekmig.cloudfront.net\/prod\/wp-content\/uploads\/2019\/04\/0N5A2025-1.jpg","contentUrl":"https:\/\/d2re7sjnpekmig.cloudfront.net\/prod\/wp-content\/uploads\/2019\/04\/0N5A2025-1.jpg","width":6720,"height":4480,"caption":"What makes a good web developer?"},{"@type":"WebPage","@id":"https:\/\/brainstation.io\/blog\/what-makes-a-good-web-developer#webpage","url":"https:\/\/brainstation.io\/blog\/what-makes-a-good-web-developer","name":"What Makes a Good Web Developer?","isPartOf":{"@id":"https:\/\/brainstation.io\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/brainstation.io\/blog\/what-makes-a-good-web-developer#primaryimage"},"datePublished":"2019-09-18T20:50:19+00:00","dateModified":"2021-01-28T22:02:20+00:00","author":{"@id":"https:\/\/brainstation.io\/blog\/#\/schema\/person\/9f37983a6c4da6cf5dd422481ac8cf11"},"description":"How can aspiring Developers stand out? What should companies be looking for? Here are some of the things that make a good Developer.","breadcrumb":{"@id":"https:\/\/brainstation.io\/blog\/what-makes-a-good-web-developer#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/brainstation.io\/blog\/what-makes-a-good-web-developer"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/brainstation.io\/blog\/what-makes-a-good-web-developer#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/brainstation.io\/blog"},{"@type":"ListItem","position":2,"name":"What Makes a Good Web Developer?"}]},{"@type":"Person","@id":"https:\/\/brainstation.io\/blog\/#\/schema\/person\/9f37983a6c4da6cf5dd422481ac8cf11","name":"BrainStation","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/brainstation.io\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/80c14b8388838ae1453aec36606b232d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/80c14b8388838ae1453aec36606b232d?s=96&d=mm&r=g","caption":"BrainStation"},"description":"BrainStation is a global leader in digital skills training, empowering businesses and brands to succeed in the digital age. Established in 2012, BrainStation has worked with over 250 instructors from the most innovative companies, developing cutting-edge, real-world digital education that has empowered more than 50,000 professionals and some of the largest corporations in the world.","url":"https:\/\/brainstation.io\/blog\/author\/brainstation"}]}},"_links":{"self":[{"href":"https:\/\/brainstation.io\/blog\/wp-json\/wp\/v2\/posts\/8581"}],"collection":[{"href":"https:\/\/brainstation.io\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/brainstation.io\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/brainstation.io\/blog\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/brainstation.io\/blog\/wp-json\/wp\/v2\/comments?post=8581"}],"version-history":[{"count":11,"href":"https:\/\/brainstation.io\/blog\/wp-json\/wp\/v2\/posts\/8581\/revisions"}],"predecessor-version":[{"id":12628,"href":"https:\/\/brainstation.io\/blog\/wp-json\/wp\/v2\/posts\/8581\/revisions\/12628"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/brainstation.io\/blog\/wp-json\/wp\/v2\/media\/8583"}],"wp:attachment":[{"href":"https:\/\/brainstation.io\/blog\/wp-json\/wp\/v2\/media?parent=8581"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/brainstation.io\/blog\/wp-json\/wp\/v2\/categories?post=8581"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/brainstation.io\/blog\/wp-json\/wp\/v2\/tags?post=8581"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}