{"id":11735,"date":"2017-09-06T11:00:26","date_gmt":"2017-09-06T10:00:26","guid":{"rendered":"https:\/\/marvel7077.wpengine.com\/?p=11735"},"modified":"2017-09-12T13:23:42","modified_gmt":"2017-09-12T12:23:42","slug":"learning-code-designer-built-trust-team","status":"publish","type":"post","link":"https:\/\/www.shopjessicabuckley.com\/blog\/learning-code-designer-built-trust-team\/","title":{"rendered":"How Learning to Code as a Designer Built Trust on My Team"},"content":{"rendered":"<p class=\"pageWrap pageWrap--s marginBottom-m paddingBottom-s c-slate lineHeight-l fontSize-l fontWeight-3 breakPointM-fontSize-xl breakPointM-lineHeight-xl\"><em>I\u2019ve been designing in the iOS space for the past few years, and sometimes there was friction at the handoff between design and development. Everything changed when I learned how to code in Swift.<\/em><\/p>\n<p class=\"pageWrap pageWrap--s marginBottom-m paddingBottom-s c-slate lineHeight-l fontSize-l fontWeight-3 breakPointM-fontSize-xl breakPointM-lineHeight-xl\">Fresh out of art school, my design process looked something like this: design an interface, get my art director to review it, update it, get my creative director to review it, update it, and get client sign off. Oh and then hand it off to the developers who will be implementing the design. I can distinctly remember a fight\u200a\u2014\u200aoops I mean loud discussion\u200a\u2014\u200aI had with one developer who was suggesting we use a native iOS control after I had already designed a fully custom control. I was under the impression that real designers can\u2019t depend on iOS native controls. That would be cheating. And by that point, my involvement in the design was over. There was little room for feedback from the development team.<\/p>\n<p class=\"pageWrap pageWrap--s marginBottom-m paddingBottom-s c-slate lineHeight-l fontSize-l fontWeight-3 breakPointM-fontSize-xl breakPointM-lineHeight-xl\"><span class=\"long-quote\">\"I had two choices: change the design to match the developer\u2019s suggestion, even though I didn\u2019t fully understand why, or insist it be developed as I originally designed.\"<\/span><\/p>\n<p class=\"pageWrap pageWrap--s marginBottom-m paddingBottom-s c-slate lineHeight-l fontSize-l fontWeight-3 breakPointM-fontSize-xl breakPointM-lineHeight-xl\">When my developers gave me feedback that one of my designs was difficult to code, I would always listen intently to their suggestions. But in the back of my mind, I always wondered: are they just saying that because they don\u2019t want to put in extra effort or is it more serious? I never could be sure. I had two choices: change the design to match the developer\u2019s suggestion, even though I didn\u2019t fully understand why, or insist it be developed as I originally designed. Usually I felt safer choosing the latter, and team relationships suffered.<\/p>\n<p class=\"pageWrap pageWrap--s marginBottom-m paddingBottom-s c-slate lineHeight-l fontSize-l fontWeight-3 breakPointM-fontSize-xl breakPointM-lineHeight-xl\"><span class=\"long-quote\">\"That dynamic completely changed, though, when I learned how to code for myself.\"<\/span><\/p>\n<p class=\"pageWrap pageWrap--s marginBottom-m paddingBottom-s c-slate lineHeight-l fontSize-l fontWeight-3 breakPointM-fontSize-xl breakPointM-lineHeight-xl\">Last fall, I applied to participate in an iOS bootcamp. From October to December, I lived in the city of San Francisco, worked my regular day job from Capital One\u2019s San Francisco office and spent my evenings and weekends immersed in the world of iOS development.<\/p>\n<div id=\"attachment_11736\" style=\"width: 810px\" class=\"wp-caption alignnone\"><a class=\"link link--blue fontWeight-4\"href=\"https:\/\/marvel7077.wpengine.com\/wp-content\/uploads\/2017\/08\/Adey-1-.jpeg\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-11736\" src=\"https:\/\/marvel7077.wpengine.com\/wp-content\/uploads\/2017\/08\/Adey-1-.jpeg\" alt=\"Designer Developer Handoff\" width=\"800\" height=\"800\" class=\"size-full wp-image-11736\" srcset=\"https:\/\/www.shopjessicabuckley.com\/wp-content\/uploads\/2017\/08\/Adey-1-.jpeg 800w, https:\/\/www.shopjessicabuckley.com\/wp-content\/uploads\/2017\/08\/Adey-1--300x300.jpeg 300w, https:\/\/www.shopjessicabuckley.com\/wp-content\/uploads\/2017\/08\/Adey-1--600x600.jpeg 600w, https:\/\/www.shopjessicabuckley.com\/wp-content\/uploads\/2017\/08\/Adey-1--768x768.jpeg 768w, https:\/\/www.shopjessicabuckley.com\/wp-content\/uploads\/2017\/08\/Adey-1--32x32.jpeg 32w, https:\/\/www.shopjessicabuckley.com\/wp-content\/uploads\/2017\/08\/Adey-1--50x50.jpeg 50w, https:\/\/www.shopjessicabuckley.com\/wp-content\/uploads\/2017\/08\/Adey-1--64x64.jpeg 64w, https:\/\/www.shopjessicabuckley.com\/wp-content\/uploads\/2017\/08\/Adey-1--96x96.jpeg 96w, https:\/\/www.shopjessicabuckley.com\/wp-content\/uploads\/2017\/08\/Adey-1--128x128.jpeg 128w\" sizes=\"auto, (max-width: 800px) 100vw, 800px\" \/><\/a><p id=\"caption-attachment-11736\" class=\"wp-caption-text\">I miss you and your incredible affogatos, Sightglass coffee. But I don\u2019t miss your lack of wifi. Why would you make a coffee shop with no wifi\u2026 in SoMa?<\/p><\/div>\n<p class=\"pageWrap pageWrap--s marginBottom-m paddingBottom-s c-slate lineHeight-l fontSize-l fontWeight-3 breakPointM-fontSize-xl breakPointM-lineHeight-xl\">The bootcamp taught us how to work with XCode\u2019s storyboards as much as possible to build native prototypes. Every week we learned a new concept in development, and by the end of the class, we were able to build a fully functional app.<\/p>\n<p class=\"pageWrap pageWrap--s marginBottom-m paddingBottom-s c-slate lineHeight-l fontSize-l fontWeight-3 breakPointM-fontSize-xl breakPointM-lineHeight-xl\">My project was an iPhone app that would pair you with a random coworker for lunch. It actually worked! Looking back at the code, I\u2019m shocked that the app we built in 3 weeks didn\u2019t crash. We were told the class would teach us how to create native prototypes, but by the end, we were writing actual code.<\/p>\n<p class=\"pageWrap pageWrap--s marginBottom-m paddingBottom-s c-slate lineHeight-l fontSize-l fontWeight-3 breakPointM-fontSize-xl breakPointM-lineHeight-xl\">After that immersive experience, I find I can\u2019t stop thinking about how the interface will be developed as I\u2019m designing it. For example, I\u2019m currently designing a flow that is built off a split view controller. We didn\u2019t learn about that one in class, and I realized I didn\u2019t know enough about how that control worked to feel comfortable designing for it. Thanks to the iOS bootcamp, I had a working knowledge of Swift, so I spent a few evenings to build my own split view controller. I find myself doing more and more exercises like these to inform my design decisions. In a few instances, the code I\u2019ve written for a prototype for myself has actually found its way into the app.<\/p>\n<p class=\"pageWrap pageWrap--s marginBottom-m paddingBottom-s c-slate lineHeight-l fontSize-l fontWeight-3 breakPointM-fontSize-xl breakPointM-lineHeight-xl\">But the biggest difference is how I communicate with my team. Now I seek out my developers feedback as early as possible, because I find their opinions instrumental to my design process. No longer finished with the hand off, the design process has become interlaced with development the whole way through.<\/p>\n<blockquote class=\"pageWrap pageWrap--s position-relative marginTopBottom-l breakPointM-marginTopBottom-xl\"><div class=\"blog-quote-before position-absolute bg-marvel\"><\/div><div class=\"tweet-quote blog-quote-after position-absolute bg-marvel cursor-pointer transitionDuration-l transitionProperty-all transitionTimingFunction-cv-easeOutCircular scaleUp--hover zi-weak\"><svg class=\"fill-white opacity-0 pointerEvents-none position-absolute pinCenter transitionProperty-all transitionTimingFunction-easeInOut\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"20\" viewBox=\"0 0 24 20\"><path d=\"M24,2.37a9.64,9.64,0,0,1-2.83.79A5,5,0,0,0,23.34.37a9.72,9.72,0,0,1-3.13,1.23A4.86,4.86,0,0,0,16.62,0a5,5,0,0,0-4.8,6.2A13.87,13.87,0,0,1,1.67.92,5.13,5.13,0,0,0,3.19,7.67,4.81,4.81,0,0,1,1,7a5,5,0,0,0,3.95,5,4.82,4.82,0,0,1-2.22.09,4.94,4.94,0,0,0,4.6,3.51A9.72,9.72,0,0,1,0,17.73,13.69,13.69,0,0,0,7.55,20c9.14,0,14.31-7.92,14-15A10.17,10.17,0,0,0,24,2.37Z\"\/><\/svg><\/div><p class=\"blog-quote position-relative textAlign-center c-marvel\"><span class=\"blog-quote-text transitionDuration-l transitionProperty-all transitionTimingFunction-easeInOut\">\"The design process has become interlaced with development the whole way through.\"<\/p><\/span><\/blockquote>\n<p class=\"pageWrap pageWrap--s marginBottom-m paddingBottom-s c-slate lineHeight-l fontSize-l fontWeight-3 breakPointM-fontSize-xl breakPointM-lineHeight-xl\"><span class=\"long-quote\">\"I\u2019ve found that when I am able to speak the same language as my developers, we trust each other more.\"<\/span><\/p>\n<p class=\"pageWrap pageWrap--s marginBottom-m paddingBottom-s c-slate lineHeight-l fontSize-l fontWeight-3 breakPointM-fontSize-xl breakPointM-lineHeight-xl\">Sometimes trust comes naturally in a working relationship, but let\u2019s be honest: sometimes it doesn\u2019t. I\u2019ve found there\u2019s a fundamental shift that happens when my developers know that I deeply respect their craft. I appreciate the beauty in a perfectly efficient function, and a shared passion for clean code. We are able to build trust more quickly when we have a working knowledge and respect for each other\u2019s disciplines. And now when my developer points out that there\u2019s an opportunity to use a native control, I\u2019m delighted.<\/p>\n<p class=\"pageWrap pageWrap--s marginBottom-m paddingBottom-s c-slate lineHeight-l fontSize-l fontWeight-3 breakPointM-fontSize-xl breakPointM-lineHeight-xl\">So if you\u2019re a designer who works with developers, take some time to learn about your developer\u2019s world. And if you\u2019re a developer, try your hand at designing an interface that solves a user\u2019s need. Your skills will grow\u2026 and so will your empathy.<\/p>\n<blockquote class=\"pageWrap pageWrap--s position-relative marginTopBottom-l breakPointM-marginTopBottom-xl\"><div class=\"blog-quote-before position-absolute bg-marvel\"><\/div><div class=\"tweet-quote blog-quote-after position-absolute bg-marvel cursor-pointer transitionDuration-l transitionProperty-all transitionTimingFunction-cv-easeOutCircular scaleUp--hover zi-weak\"><svg class=\"fill-white opacity-0 pointerEvents-none position-absolute pinCenter transitionProperty-all transitionTimingFunction-easeInOut\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"20\" viewBox=\"0 0 24 20\"><path d=\"M24,2.37a9.64,9.64,0,0,1-2.83.79A5,5,0,0,0,23.34.37a9.72,9.72,0,0,1-3.13,1.23A4.86,4.86,0,0,0,16.62,0a5,5,0,0,0-4.8,6.2A13.87,13.87,0,0,1,1.67.92,5.13,5.13,0,0,0,3.19,7.67,4.81,4.81,0,0,1,1,7a5,5,0,0,0,3.95,5,4.82,4.82,0,0,1-2.22.09,4.94,4.94,0,0,0,4.6,3.51A9.72,9.72,0,0,1,0,17.73,13.69,13.69,0,0,0,7.55,20c9.14,0,14.31-7.92,14-15A10.17,10.17,0,0,0,24,2.37Z\"\/><\/svg><\/div><p class=\"blog-quote position-relative textAlign-center c-marvel\"><span class=\"blog-quote-text transitionDuration-l transitionProperty-all transitionTimingFunction-easeInOut\">\"When you have a bedrock foundation of trust in your teams, innovation and collaboration have room to flourish.\"<\/p><\/span><\/blockquote>\n<p class=\"pageWrap pageWrap--s marginBottom-m paddingBottom-s c-slate lineHeight-l fontSize-l fontWeight-3 breakPointM-fontSize-xl breakPointM-lineHeight-xl\"><em>This article was originally published on <a class=\"link link--blue fontWeight-4\"href=\"https:\/\/medium.com\/@adeylady123\">Adey's Medium page<\/a>. <\/em><\/p>\n<section class=\"pageWrap pageWrap--s marginTopBottom-xl\">\n<div class=\"breakPointM-display-table bg-marvel borderRadius-l\">\n<div class=\"display-block paddingTop-m breakPointS-paddingTop-l breakPointM-display-none textAlign-center\">\n        <img decoding=\"async\" class=\"height-auto\" alt=\"Design and prototyping for everyone\" src=\"https:\/\/marvel7077.wpengine.com\/wp-content\/themes\/marvel\/assets\/images\/upsells\/signup-mobile.png\" srcset=\"https:\/\/marvel7077.wpengine.com\/wp-content\/themes\/marvel\/assets\/images\/upsells\/signup-mobile@2x.png 2x\" width=\"320\" style=\"max-width: 90%\" \/>\n    <\/div>\n<div class=\"breakPointM-width-50 breakPointM-display-tableCell verticalAlign-middle padding-m textAlign-center breakPointM-textAlign-left breakPointS-padding-l breakPointM-padding-0 breakPointM-paddingLeft-l\">\n<div class=\"marginBottom-xs\">\n<h2 class=\"fontWeight-5 fontSize-l c-white\">\n               Sign up to the Newsletter            <\/h2>\n<\/p><\/div>\n<div class=\"marginBottom-m\">\n<h3 class=\"fontSize-m lineHeight-m fontWeight-3 c-white opacity-70\">\n                 Get notified of the latest product updates and news at Marvel.<\/h3>\n<\/p><\/div>\n<div class=\"button button--m bg-white c-slate bg-snow--hover js-subscribe-link transitionDuration-l c-marvel--hover fill-smoke--xd fill-marvel--hover cursor-pointer\">\n            Sign up        <\/div>\n<\/p><\/div>\n<div class=\"display-none breakPointM-width-50 breakPointM-display-tableCell textAlign-right\">\n        <img loading=\"lazy\" decoding=\"async\" class=\"borderRadiusRight-l\" alt=\"Design and prototyping for everyone\" src=\"https:\/\/marvel7077.wpengine.com\/wp-content\/themes\/marvel\/assets\/images\/upsells\/enterprise.png\" srcset=\"https:\/\/marvel7077.wpengine.com\/wp-content\/themes\/marvel\/assets\/images\/upsells\/enterprise@2x.png 2x\" width=\"270\" height=\"220\" \/>\n    <\/div>\n<\/div>\n<\/section>\n","protected":false},"excerpt":{"rendered":"<p>I\u2019ve been designing in the iOS space for the past few years, and sometimes there was friction at the handoff between design and development. Everything changed when I learned how to code in Swift. Fresh out of art school, my design process looked something like this: design an interface, get my art director to review it, update it, get my&#8230; <a class=\"link link--blue fontWeight-4\" href=\"https:\/\/www.shopjessicabuckley.com\/blog\/learning-code-designer-built-trust-team\/\">Read More &#65515;<\/a><\/p>\n","protected":false},"author":167,"featured_media":11739,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[11],"tags":[],"class_list":["post-11735","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-viewpoint"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v15.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.shopjessicabuckley.com\/blog\/learning-code-designer-built-trust-team\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How Learning to Code as a Designer Built Trust on My Team | Marvel Blog\" \/>\n<meta property=\"og:description\" content=\"I\u2019ve been designing in the iOS space for the past few years, and sometimes there was friction at the handoff between design and development. Everything changed when I learned how to code in Swift. Fresh out of art school, my design process looked something like this: design an interface, get my art director to review it, update it, get my... Read More &#65515;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.shopjessicabuckley.com\/blog\/learning-code-designer-built-trust-team\/\" \/>\n<meta property=\"og:site_name\" content=\"Marvel Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/marvelapp\" \/>\n<meta property=\"article:published_time\" content=\"2017-09-06T10:00:26+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2017-09-12T12:23:42+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.shopjessicabuckley.com\/wp-content\/uploads\/2017\/08\/Adey-2.png\" \/>\n\t<meta property=\"og:image:width\" content=\"2000\" \/>\n\t<meta property=\"og:image:height\" content=\"800\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@marvelapp\" \/>\n<meta name=\"twitter:site\" content=\"@marvelapp\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\">\n\t<meta name=\"twitter:data1\" content=\"4 minutes\">\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.shopjessicabuckley.com\/blog\/#organization\",\"name\":\"Marvel\",\"url\":\"https:\/\/www.shopjessicabuckley.com\/blog\/\",\"sameAs\":[\"https:\/\/www.facebook.com\/marvelapp\",\"https:\/\/www.instagram.com\/marvelapp\/\",\"https:\/\/www.linkedin.com\/company\/marvel-app\/\",\"https:\/\/twitter.com\/marvelapp\"],\"logo\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/www.shopjessicabuckley.com\/blog\/#logo\",\"inLanguage\":\"en-GB\",\"url\":\"https:\/\/www.shopjessicabuckley.com\/wp-content\/uploads\/2018\/06\/Logo-Light.png\",\"width\":1605,\"height\":1130,\"caption\":\"Marvel\"},\"image\":{\"@id\":\"https:\/\/www.shopjessicabuckley.com\/blog\/#logo\"}},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.shopjessicabuckley.com\/blog\/#website\",\"url\":\"https:\/\/www.shopjessicabuckley.com\/blog\/\",\"name\":\"Marvel Blog\",\"description\":\"Ideas and words on user experience, design, collaboration and more\",\"publisher\":{\"@id\":\"https:\/\/www.shopjessicabuckley.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":\"https:\/\/www.shopjessicabuckley.com\/blog\/?s={search_term_string}\",\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-GB\"},{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/www.shopjessicabuckley.com\/blog\/learning-code-designer-built-trust-team\/#primaryimage\",\"inLanguage\":\"en-GB\",\"url\":\"https:\/\/www.shopjessicabuckley.com\/wp-content\/uploads\/2017\/08\/Adey-2.png\",\"width\":2000,\"height\":800,\"caption\":\"Developer Designer Handoff\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.shopjessicabuckley.com\/blog\/learning-code-designer-built-trust-team\/#webpage\",\"url\":\"https:\/\/www.shopjessicabuckley.com\/blog\/learning-code-designer-built-trust-team\/\",\"name\":\"How Learning to Code as a Designer Built Trust on My Team | Marvel Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.shopjessicabuckley.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.shopjessicabuckley.com\/blog\/learning-code-designer-built-trust-team\/#primaryimage\"},\"datePublished\":\"2017-09-06T10:00:26+00:00\",\"dateModified\":\"2017-09-12T12:23:42+00:00\",\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.shopjessicabuckley.com\/blog\/learning-code-designer-built-trust-team\/\"]}]},{\"@type\":\"Article\",\"@id\":\"https:\/\/www.shopjessicabuckley.com\/blog\/learning-code-designer-built-trust-team\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.shopjessicabuckley.com\/blog\/learning-code-designer-built-trust-team\/#webpage\"},\"author\":{\"@id\":\"https:\/\/www.shopjessicabuckley.com\/blog\/#\/schema\/person\/6b3600b65fc92a8bf5039af60394a3c7\"},\"headline\":\"How Learning to Code as a Designer Built Trust on My Team\",\"datePublished\":\"2017-09-06T10:00:26+00:00\",\"dateModified\":\"2017-09-12T12:23:42+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.shopjessicabuckley.com\/blog\/learning-code-designer-built-trust-team\/#webpage\"},\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.shopjessicabuckley.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.shopjessicabuckley.com\/blog\/learning-code-designer-built-trust-team\/#primaryimage\"},\"articleSection\":\"Viewpoint\",\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.shopjessicabuckley.com\/blog\/learning-code-designer-built-trust-team\/#respond\"]}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.shopjessicabuckley.com\/blog\/#\/schema\/person\/6b3600b65fc92a8bf5039af60394a3c7\",\"name\":\"Adey Salyards\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/www.shopjessicabuckley.com\/blog\/#personlogo\",\"inLanguage\":\"en-GB\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/5d032ef6aac0fd760cf2cb54d87e99b203a8e33b71073e16abf91f77ebfeca62?s=96&d=mm&r=g\",\"caption\":\"Adey Salyards\"},\"description\":\"Adey is UX designer in Washington DC with a passion for building designer's technical skillsets &amp; improving designers' workflow.\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","_links":{"self":[{"href":"https:\/\/www.shopjessicabuckley.com\/blog\/wp-json\/wp\/v2\/posts\/11735","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.shopjessicabuckley.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.shopjessicabuckley.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.shopjessicabuckley.com\/blog\/wp-json\/wp\/v2\/users\/167"}],"replies":[{"embeddable":true,"href":"https:\/\/www.shopjessicabuckley.com\/blog\/wp-json\/wp\/v2\/comments?post=11735"}],"version-history":[{"count":0,"href":"https:\/\/www.shopjessicabuckley.com\/blog\/wp-json\/wp\/v2\/posts\/11735\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.shopjessicabuckley.com\/blog\/wp-json\/wp\/v2\/media\/11739"}],"wp:attachment":[{"href":"https:\/\/www.shopjessicabuckley.com\/blog\/wp-json\/wp\/v2\/media?parent=11735"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.shopjessicabuckley.com\/blog\/wp-json\/wp\/v2\/categories?post=11735"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.shopjessicabuckley.com\/blog\/wp-json\/wp\/v2\/tags?post=11735"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}