{
    "componentChunkName": "component---src-components-blog-post-jsx",
    "path": "/blog/transformative-conference-talks/",
    "result": {"data":{"site":{"siteMetadata":{"author":"Monica Powell","siteUrl":"https://www.aboutmonica.com"}},"mdx":{"id":"240c3fa5-f4bc-5823-8afd-5f1fc3395e25","timeToRead":2,"body":"var _excluded = [\"components\"];\n\nfunction _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\n/* @jsxRuntime classic */\n\n/* @jsx mdx */\nvar _frontmatter = {\n  \"title\": \"6 Transformative Tech Conference Talks\",\n  \"date\": \"2020-08-22T11:59:17.462Z\",\n  \"template\": \"post\",\n  \"draft\": true,\n  \"slug\": \"transformative-conference-talks\",\n  \"category\": [\"reflection\"],\n  \"tags\": [\"Conferences\", \"video\"],\n  \"description\": \"Here's a roundup of some of my favorite conference talks that have shaped the way that I think about web development, the workplace, and community organizing.\"\n};\n\nvar makeShortcode = function makeShortcode(name) {\n  return function MDXDefaultShortcode(props) {\n    console.warn(\"Component \" + name + \" was not imported, exported, or provided by MDXProvider as global scope\");\n    return mdx(\"div\", props);\n  };\n};\n\nvar TableOfContents = makeShortcode(\"TableOfContents\");\nvar YouTube = makeShortcode(\"YouTube\");\nvar layoutProps = {\n  _frontmatter: _frontmatter\n};\nvar MDXLayout = \"wrapper\";\nreturn function MDXContent(_ref) {\n  var components = _ref.components,\n      props = _objectWithoutProperties(_ref, _excluded);\n\n  return mdx(MDXLayout, _extends({}, layoutProps, props, {\n    components: components,\n    mdxType: \"MDXLayout\"\n  }), mdx(\"p\", null, \"Here's a round-up of some of my favorite conference talks that have shaped the way that I think about web technologies, the workplace and community organizing. I hope some of these talks will also cause you to reflect and in some ways become a better technologist.\"), mdx(TableOfContents, {\n    headings: props.tableOfContents,\n    mdxType: \"TableOfContents\"\n  }), mdx(\"h2\", {\n    \"id\": \"1-glue-talk-by-tanya-reilly\",\n    \"style\": {\n      \"position\": \"relative\"\n    }\n  }, mdx(\"a\", {\n    parentName: \"h2\",\n    \"href\": \"#1-glue-talk-by-tanya-reilly\",\n    \"aria-label\": \"1 glue talk by tanya reilly permalink\",\n    \"className\": \"anchor before\"\n  }, mdx(\"svg\", {\n    parentName: \"a\",\n    \"aria-hidden\": \"true\",\n    \"focusable\": \"false\",\n    \"height\": \"16\",\n    \"version\": \"1.1\",\n    \"viewBox\": \"0 0 16 16\",\n    \"width\": \"16\"\n  }, mdx(\"path\", {\n    parentName: \"svg\",\n    \"fillRule\": \"evenodd\",\n    \"d\": \"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"\n  }))), \"1. Glue Talk by Tanya Reilly\"), mdx(YouTube, {\n    youTubeId: \"KClAPipnKqw\",\n    mdxType: \"YouTube\"\n  }), mdx(\"br\", null), mdx(\"p\", null, \"I had the pleasure of hearing Tanya Reilly give this talk at a Write/Speak/Code event in NYC. She walks through how to approach \\\"the less glamorous - and often less-promotable - work that needs to happen to make a team successful\\\" through a strategic lens. Often the burden of performing less-promotable work falls on the shoulders of marginalized folks within technology. Her talk is an actionable guide to navigating conversations with your manager to ensure you're contributing to the type of projects that will be recognized and reduce the chance of any surprises during formal reviews. I (unfortunately) have had to recommend this talk to a lot of women in technology who have experienced being delegated to do a significant share of glue work.\\nYou can check out the slides and sketch notes on Tanya's site:\\n\", mdx(\"a\", {\n    parentName: \"p\",\n    \"href\": \"https://noidea.dog/glue\"\n  }, \"https://noidea.dog/glue\"), \".\"), mdx(\"br\", null), mdx(\"h2\", {\n    \"id\": \"2-javascript-is-asynchrowat-by-crystal-martin\",\n    \"style\": {\n      \"position\": \"relative\"\n    }\n  }, mdx(\"a\", {\n    parentName: \"h2\",\n    \"href\": \"#2-javascript-is-asynchrowat-by-crystal-martin\",\n    \"aria-label\": \"2 javascript is asynchrowat by crystal martin permalink\",\n    \"className\": \"anchor before\"\n  }, mdx(\"svg\", {\n    parentName: \"a\",\n    \"aria-hidden\": \"true\",\n    \"focusable\": \"false\",\n    \"height\": \"16\",\n    \"version\": \"1.1\",\n    \"viewBox\": \"0 0 16 16\",\n    \"width\": \"16\"\n  }, mdx(\"path\", {\n    parentName: \"svg\",\n    \"fillRule\": \"evenodd\",\n    \"d\": \"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"\n  }))), \"2. JavaScript is AsynchroWAT? By Crystal Martin\"), mdx(YouTube, {\n    youTubeId: \"el9fhSbby5E\",\n    mdxType: \"YouTube\"\n  }), mdx(\"br\", null), \"Crystal Martin breaks down how asynchronous JavaScript works. I feel like this is a topic that a lot of folks new to JavaScript may have difficulty understanding and Crystal assures folks that don't yet fully understand asynchronous JavaScript that they're not alone. I found her talk very relatable and informative. I especially appreciated her bring in examples of an intense (hair) wash day to describe how JavaScript functions work.\", mdx(\"br\", null), mdx(\"br\", null), mdx(\"h2\", {\n    \"id\": \"3-how-to-build-a-magical-living-room-by-saron-yitbarek\",\n    \"style\": {\n      \"position\": \"relative\"\n    }\n  }, mdx(\"a\", {\n    parentName: \"h2\",\n    \"href\": \"#3-how-to-build-a-magical-living-room-by-saron-yitbarek\",\n    \"aria-label\": \"3 how to build a magical living room by saron yitbarek permalink\",\n    \"className\": \"anchor before\"\n  }, mdx(\"svg\", {\n    parentName: \"a\",\n    \"aria-hidden\": \"true\",\n    \"focusable\": \"false\",\n    \"height\": \"16\",\n    \"version\": \"1.1\",\n    \"viewBox\": \"0 0 16 16\",\n    \"width\": \"16\"\n  }, mdx(\"path\", {\n    parentName: \"svg\",\n    \"fillRule\": \"evenodd\",\n    \"d\": \"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"\n  }))), \"3. How to Build a Magical Living Room by Saron Yitbarek\"), mdx(YouTube, {\n    youTubeId: \"nOscsODuol4\",\n    mdxType: \"YouTube\"\n  }), mdx(\"p\", null, \"Saron Yitbarek, the founder of \", mdx(\"a\", {\n    parentName: \"p\",\n    \"href\": \"https://www.codenewbie.org/\"\n  }, \"CodeNewbie\"), \" is not only a prolific podcaster but also a phenomenal community organizer and one of my heroes! Her keynote at RubyConf is a master class in building inclusive communities. Saron shares what she's learned about building a magical living room to make people feel like they're welcome in your community. You'll walk away from this talk with actionable advice for becoming a stronger community leader.\"), mdx(\"br\", null), mdx(\"h2\", {\n    \"id\": \"4-tautology-and-business-value-presented-by-heidi-waterhouse\",\n    \"style\": {\n      \"position\": \"relative\"\n    }\n  }, mdx(\"a\", {\n    parentName: \"h2\",\n    \"href\": \"#4-tautology-and-business-value-presented-by-heidi-waterhouse\",\n    \"aria-label\": \"4 tautology and business value presented by heidi waterhouse permalink\",\n    \"className\": \"anchor before\"\n  }, mdx(\"svg\", {\n    parentName: \"a\",\n    \"aria-hidden\": \"true\",\n    \"focusable\": \"false\",\n    \"height\": \"16\",\n    \"version\": \"1.1\",\n    \"viewBox\": \"0 0 16 16\",\n    \"width\": \"16\"\n  }, mdx(\"path\", {\n    parentName: \"svg\",\n    \"fillRule\": \"evenodd\",\n    \"d\": \"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"\n  }))), \"4. Tautology and Business Value Presented by Heidi Waterhouse\"), mdx(\"a\", {\n    href: \"https://yougotthis.io/talks/tautology-business-value/\"\n  }, mdx(\"img\", {\n    src: \"/media/tigger-talk.png\"\n  })), mdx(\"p\", null, \"Heidi presented this talk at You Got This 2020: From Home. I was able to see a live version at Adulting.dev. Heidi talks through how to strategically understand your value within a business context. I think this talk is especially crucial for folks who have not worked through a recession and/or need additional resources and tips to advocate for themselves in the workplace.\"), mdx(\"h2\", {\n    \"id\": \"5-building-a-custom-react-renderer-by-sophie-alpert\",\n    \"style\": {\n      \"position\": \"relative\"\n    }\n  }, mdx(\"a\", {\n    parentName: \"h2\",\n    \"href\": \"#5-building-a-custom-react-renderer-by-sophie-alpert\",\n    \"aria-label\": \"5 building a custom react renderer by sophie alpert permalink\",\n    \"className\": \"anchor before\"\n  }, mdx(\"svg\", {\n    parentName: \"a\",\n    \"aria-hidden\": \"true\",\n    \"focusable\": \"false\",\n    \"height\": \"16\",\n    \"version\": \"1.1\",\n    \"viewBox\": \"0 0 16 16\",\n    \"width\": \"16\"\n  }, mdx(\"path\", {\n    parentName: \"svg\",\n    \"fillRule\": \"evenodd\",\n    \"d\": \"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"\n  }))), \"5. Building a Custom React Renderer by Sophie Alpert\"), mdx(YouTube, {\n    youTubeId: \"CGpMlWVcHok\",\n    mdxType: \"YouTube\"\n  }), mdx(\"p\", null, \"One of the coolest talks I've seen live was Sophie Alpert walking through how to use the npm package \", mdx(\"a\", {\n    parentName: \"p\",\n    \"href\": \"https://www.npmjs.com/package/react-reconciler\"\n  }, \"react-reconciler\"), \" to you build your own React renderer. It inspired me to one day (far away) attempt to give a technical talk with just a text editor. I felt that I had a better understanding of the React reconciliation process after listening to her talk.\"), mdx(\"br\", null), mdx(\"h2\", {\n    \"id\": \"6-lets-program-like-its-1999-by-lee-byron\",\n    \"style\": {\n      \"position\": \"relative\"\n    }\n  }, mdx(\"a\", {\n    parentName: \"h2\",\n    \"href\": \"#6-lets-program-like-its-1999-by-lee-byron\",\n    \"aria-label\": \"6 lets program like its 1999 by lee byron permalink\",\n    \"className\": \"anchor before\"\n  }, mdx(\"svg\", {\n    parentName: \"a\",\n    \"aria-hidden\": \"true\",\n    \"focusable\": \"false\",\n    \"height\": \"16\",\n    \"version\": \"1.1\",\n    \"viewBox\": \"0 0 16 16\",\n    \"width\": \"16\"\n  }, mdx(\"path\", {\n    parentName: \"svg\",\n    \"fillRule\": \"evenodd\",\n    \"d\": \"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"\n  }))), \"6. Let\\u2019s Program Like It\\u2019s 1999 by Lee Byron\"), mdx(YouTube, {\n    youTubeId: \"vG8WpLr6y_U\",\n    mdxType: \"YouTube\"\n  }), mdx(\"p\", null, \"Lee Bryon also gave a phenomenal talk at React Conf where afterward I felt like I traveled a bit through time. He provided an overview of how much the web has \", mdx(\"em\", {\n    parentName: \"p\"\n  }, \"not\"), \" changed over the last 20 years. As a JavaScript developer who has only dabbled in PHP, I found it especially fascinating to learn how many of the PHP and LAMP Stack abstractions and mental models have found their way into the modern JavaScript development ecosystem. More often than not developers discuss how rapidly web development changes so it was helpful for Lee to share some of the principles that have, so far, stood the test of time (a.k.a the past 30 years) through various technical implementations.\"), mdx(\"p\", null, \"What conference talk has most inspired you? What's the most interesting presentation you've seen so far? Share your favorite conference talks with me on Twitter: \", mdx(\"a\", {\n    parentName: \"p\",\n    \"href\": \"https://twitter.com/indigitalcolor\"\n  }, \"@indigitalcolor\"), \".\"));\n}\n;\nMDXContent.isMDXComponent = true;","tableOfContents":{"items":[{"url":"#1-glue-talk-by-tanya-reilly","title":"1. Glue Talk by Tanya Reilly"},{"url":"#2-javascript-is-asynchrowat-by-crystal-martin","title":"2. JavaScript is AsynchroWAT? By Crystal Martin"},{"url":"#3-how-to-build-a-magical-living-room-by-saron-yitbarek","title":"3. How to Build a Magical Living Room by Saron Yitbarek"},{"url":"#4-tautology-and-business-value-presented-by-heidi-waterhouse","title":"4. Tautology and Business Value Presented by Heidi Waterhouse"},{"url":"#5-building-a-custom-react-renderer-by-sophie-alpert","title":"5. Building a Custom React Renderer by Sophie Alpert"},{"url":"#6-lets-program-like-its-1999-by-lee-byron","title":"6. Let’s Program Like It’s 1999 by Lee Byron"}]},"frontmatter":{"title":"6 Transformative Tech Conference Talks","date":"August 22, 2020","description":"Here's a roundup of some of my favorite conference talks that have shaped the way that I think about web development, the workplace, and community organizing.","tags":["Conferences","video"]}},"allWebMentionEntry":{"edges":[{"node":{"wmTarget":"https://www.aboutmonica.com/blog/transformative-conference-talks/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1319872367687061505","wmProperty":"mention-of","wmId":885858,"type":"entry","url":"https://twitter.com/kaziplus_/status/1319872367687061505","likeOf":null,"author":{"url":"https://twitter.com/kaziplus_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1b1cf2d7b8b8caf8a1f48d111bf328ce8c48e81fb8b02bb3039e915f1a89e8f3.jpg","name":"Kazi+"},"published":"October 24, 2020","content":{"text":"Here are a few conference talks that might shape the way you think about web technologies, the workplace and community organizing.\n#Developer #techrecruiting #code #programming #100DaysOfCode #CodeNewbie #301DaysOfCode #javascript #Onlineclass\naboutmonica.com/blog/transform…"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/transformative-conference-talks/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1297165751607058433/1078859832210456576","wmProperty":"like-of","wmId":844129,"type":"entry","url":"https://twitter.com/waterproofheart/status/1297165751607058433#favorited-by-1078859832210456576","likeOf":"https://www.aboutmonica.com/blog/transformative-conference-talks/","author":{"url":"https://twitter.com/hackergem","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9fc052594c6b54d134566f708b6a26698c3ab3a0339212445f47f525ba5e8afe.jpg","name":"shanice.sh"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/transformative-conference-talks/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1297165751607058433/6133322","wmProperty":"like-of","wmId":844062,"type":"entry","url":"https://twitter.com/waterproofheart/status/1297165751607058433#favorited-by-6133322","likeOf":"https://www.aboutmonica.com/blog/transformative-conference-talks/","author":{"url":"https://twitter.com/_Nec","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/26f1e78aaa211cf2bf3effa346813e5c4075f03dc6ffeef904c1e8cd5c7c51df.jpg","name":"Szabolcs Szabolcsi-Toth"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/transformative-conference-talks/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1297165751607058433/64158885","wmProperty":"like-of","wmId":843988,"type":"entry","url":"https://twitter.com/waterproofheart/status/1297165751607058433#favorited-by-64158885","likeOf":"https://www.aboutmonica.com/blog/transformative-conference-talks/","author":{"url":"https://twitter.com/Chimney42","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b929385bb621bc0137771011b145072137b300082b37b87219f724bbae513a1d.jpg","name":"🏳️‍🌈 Lian Li ✊🏿"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/transformative-conference-talks/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1297165751607058433/1298322270545477632","wmProperty":"repost-of","wmId":843987,"type":"entry","url":"https://twitter.com/DiversifyTechCo/status/1298322270545477632","likeOf":null,"author":{"url":"https://twitter.com/DiversifyTechCo","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/81084cc681f3b560b9cb2677c8ebfac0a77a05d56b2de46d66696368ea2f7c81.jpg","name":"Diversify Tech"},"published":"August 25, 2020","content":{"text":"What conference talks have left you inspired or shifted how you view technology? I’m all ears!👂🏾 \n\nI shared some tech conference talks I fo"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/transformative-conference-talks/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1297165751607058433/1298327541602713601","wmProperty":"repost-of","wmId":843986,"type":"entry","url":"https://twitter.com/Chimney42/status/1298327541602713601","likeOf":null,"author":{"url":"https://twitter.com/Chimney42","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b929385bb621bc0137771011b145072137b300082b37b87219f724bbae513a1d.jpg","name":"🏳️‍🌈 Lian Li ✊🏿"},"published":"August 25, 2020","content":{"text":"What conference talks have left you inspired or shifted how you view technology? I’m all ears!👂🏾 \n\nI shared some tech conference talks I fo"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/transformative-conference-talks/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1297165751607058433/1101563230378487810","wmProperty":"like-of","wmId":843985,"type":"entry","url":"https://twitter.com/waterproofheart/status/1297165751607058433#favorited-by-1101563230378487810","likeOf":"https://www.aboutmonica.com/blog/transformative-conference-talks/","author":{"url":"https://twitter.com/yagnemii","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/79db2dde6561b35b171d7cf4d9ff15bac4e592c604f56c693ebacb7383aa61b0.jpg","name":"Zaps"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/transformative-conference-talks/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1297165751607058433/2989633248","wmProperty":"like-of","wmId":843984,"type":"entry","url":"https://twitter.com/waterproofheart/status/1297165751607058433#favorited-by-2989633248","likeOf":"https://www.aboutmonica.com/blog/transformative-conference-talks/","author":{"url":"https://twitter.com/aarongsato","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f0970c4ec866509a2751baf55bd5cc9fd98c46d357c51bcc0047ca02b2b53e6b.jpg","name":"Aaron Sato"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/transformative-conference-talks/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1297165751607058433/346264909","wmProperty":"like-of","wmId":843983,"type":"entry","url":"https://twitter.com/waterproofheart/status/1297165751607058433#favorited-by-346264909","likeOf":"https://www.aboutmonica.com/blog/transformative-conference-talks/","author":{"url":"https://twitter.com/_abLayla","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7557e7fd00692b19ded9a552f32f5c058ba480181c9feb06a6b82c1730177fef.jpg","name":"layla"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/transformative-conference-talks/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1297165751607058433/857941922966405120","wmProperty":"like-of","wmId":843981,"type":"entry","url":"https://twitter.com/waterproofheart/status/1297165751607058433#favorited-by-857941922966405120","likeOf":"https://www.aboutmonica.com/blog/transformative-conference-talks/","author":{"url":"https://twitter.com/MAKSBoralessa","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a2a5b4e1d8735de4c7ff0af5ca09a47c860e744490ea3eb5482ff509e3eb784b.jpg","name":"Kalhan Boralessa"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/transformative-conference-talks/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1297165751607058433/885186464711139328","wmProperty":"like-of","wmId":843982,"type":"entry","url":"https://twitter.com/waterproofheart/status/1297165751607058433#favorited-by-885186464711139328","likeOf":"https://www.aboutmonica.com/blog/transformative-conference-talks/","author":{"url":"https://twitter.com/_yourijwims_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e4f04226c46e19b533fa3e548b8d88df4d811760e25d4ad86d767820eae1b08f.jpg","name":"Youri Wims"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/transformative-conference-talks/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1297165751607058433/760290665611657216","wmProperty":"like-of","wmId":843666,"type":"entry","url":"https://twitter.com/waterproofheart/status/1297165751607058433#favorited-by-760290665611657216","likeOf":"https://www.aboutmonica.com/blog/transformative-conference-talks/","author":{"url":"https://twitter.com/codelaboc","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b5aff7b0a778ba2c5b6432ebdadc232c8a6d2f2c841c9a80e0d51a2733d58752.jpg","name":"CodeLab 🔬"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/transformative-conference-talks/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1297924138926051328","wmProperty":"mention-of","wmId":843368,"type":"entry","url":"https://twitter.com/techieEliot/status/1297361993876242432","likeOf":null,"author":{"url":"https://twitter.com/techieEliot","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/be789f57e7d50e14d211d09ff0f3f858859c12ab20e4ea0bdcfe2957710f9cad.jpg","name":"Eliot Sanford"},"published":"August 23, 2020","content":{"text":"Not having in-person confs in 2020 has been very sad. 💔\n\nMany thanks to @waterproofheart for posting about transforming conf #chats. 🙏\n\nI immediately added these to a youtube playlist (minus one not on youtube). 🤓\n\nThankful for the epic #developers who gave these chats.❤️"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/transformative-conference-talks/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1297165751607058433/1297735275637088256","wmProperty":"in-reply-to","wmId":843132,"type":"entry","url":"https://twitter.com/techieEliot/status/1297735275637088256","likeOf":null,"author":{"url":"https://twitter.com/techieEliot","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/be789f57e7d50e14d211d09ff0f3f858859c12ab20e4ea0bdcfe2957710f9cad.jpg","name":"Eliot Sanford"},"published":"August 24, 2020","content":{"text":"3 #magnoliajs2020 chats: \n\nyoutube.com/watch?v=Qkc8p4… by @jlengstorf \n\nyoutube.com/watch?v=Qkc8p4… by @jamesqquick \n\nyoutube.com/watch?v=BC4xOO… by @swyx \n\n🙏🤓❤️💯👏👏👏👏👏👏👏👏👏\n\nThank you @ReactRally and @MagnoliaJSconf"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/transformative-conference-talks/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1297165751607058433/1297734289610727424","wmProperty":"in-reply-to","wmId":843131,"type":"entry","url":"https://twitter.com/techieEliot/status/1297734289610727424","likeOf":null,"author":{"url":"https://twitter.com/techieEliot","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/be789f57e7d50e14d211d09ff0f3f858859c12ab20e4ea0bdcfe2957710f9cad.jpg","name":"Eliot Sanford"},"published":"August 24, 2020","content":{"text":"3 #reactrally2019 chats: \n\nyoutube.com/watch?v=dvtfNp… by @Joelbdenning \n\nyoutube.com/watch?v=dvtfNp… by @DanieC\n\nyoutube.com/watch?v=dvtfNp… by @featherart 🐐\n\n2 #Magnoliajs2019 (not recorded => similar): \n\nyoutu.be/uzQwmZwy3yw by @GantLaborde \n\nyoutu.be/BSCgDc7bVNg by @ken_wheeler"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/transformative-conference-talks/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1297165751607058433/16122359","wmProperty":"like-of","wmId":843068,"type":"entry","url":"https://twitter.com/waterproofheart/status/1297165751607058433#favorited-by-16122359","likeOf":"https://www.aboutmonica.com/blog/transformative-conference-talks/","author":{"url":"https://twitter.com/ProvablyFlarnie","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3f0052b07f00f1054b16b4df49e54d5ba256981620dab271fc4b67fdbacab8f1.jpg","name":"provably Flarnie"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/transformative-conference-talks/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1297165751607058433/1297610889445638156","wmProperty":"repost-of","wmId":843041,"type":"entry","url":"https://twitter.com/codermeow/status/1297610889445638156","likeOf":null,"author":{"url":"https://twitter.com/codermeow","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/351666072f52e16b29311c23f408d020ea124c2bac7ea2d1df62a0e7485d3f0b.jpg","name":"Crystal Martin"},"published":"August 23, 2020","content":{"text":"What conference talks have left you inspired or shifted how you view technology? I’m all ears!👂🏾 \n\nI shared some tech conference talks I fo"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/transformative-conference-talks/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1297165751607058433/1297611108069457920","wmProperty":"repost-of","wmId":843040,"type":"entry","url":"https://twitter.com/AngelaRiggs_/status/1297611108069457920","likeOf":null,"author":{"url":"https://twitter.com/AngelaRiggs_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/aa6fac37649326343cd0cadfc2c7669cf6ae47ed05505629d913275a85ad0bc6.jpg","name":"angela | Black lives matter"},"published":"August 23, 2020","content":{"text":"What conference talks have left you inspired or shifted how you view technology? I’m all ears!👂🏾 \n\nI shared some tech conference talks I fo"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/transformative-conference-talks/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1297165751607058433/235396478","wmProperty":"like-of","wmId":843038,"type":"entry","url":"https://twitter.com/waterproofheart/status/1297165751607058433#favorited-by-235396478","likeOf":"https://www.aboutmonica.com/blog/transformative-conference-talks/","author":{"url":"https://twitter.com/AngelaRiggs_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/aa6fac37649326343cd0cadfc2c7669cf6ae47ed05505629d913275a85ad0bc6.jpg","name":"angela | Black lives matter"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/transformative-conference-talks/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1297165751607058433/14132756","wmProperty":"like-of","wmId":843039,"type":"entry","url":"https://twitter.com/waterproofheart/status/1297165751607058433#favorited-by-14132756","likeOf":"https://www.aboutmonica.com/blog/transformative-conference-talks/","author":{"url":"https://twitter.com/EricMann","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5532ea76f8360a38c87f71b7d1ad8b6b78b73dbaea500be5a61cec65c2f24a0b.jpg","name":"Eric Mann"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/transformative-conference-talks/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1297165751607058433/1297611018340794373","wmProperty":"in-reply-to","wmId":843036,"type":"entry","url":"https://twitter.com/codermeow/status/1297611018340794373","likeOf":null,"author":{"url":"https://twitter.com/codermeow","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/351666072f52e16b29311c23f408d020ea124c2bac7ea2d1df62a0e7485d3f0b.jpg","name":"Crystal Martin"},"published":"August 23, 2020","content":{"text":"❤️❤️❤️"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/transformative-conference-talks/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1297165751607058433/34671152","wmProperty":"like-of","wmId":843037,"type":"entry","url":"https://twitter.com/waterproofheart/status/1297165751607058433#favorited-by-34671152","likeOf":"https://www.aboutmonica.com/blog/transformative-conference-talks/","author":{"url":"https://twitter.com/codermeow","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/351666072f52e16b29311c23f408d020ea124c2bac7ea2d1df62a0e7485d3f0b.jpg","name":"Crystal Martin"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/transformative-conference-talks/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1297165751607058433/230440761","wmProperty":"like-of","wmId":842919,"type":"entry","url":"https://twitter.com/waterproofheart/status/1297165751607058433#favorited-by-230440761","likeOf":"https://www.aboutmonica.com/blog/transformative-conference-talks/","author":{"url":"https://twitter.com/ChristianSanay","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8964ca43b57f1ae2a4b95fff26675d0d37c35c30aaf244f1c1d8b4946e565503.jpg","name":"Christian Garcia"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/transformative-conference-talks/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1297165751607058433/750373489085935616","wmProperty":"like-of","wmId":842892,"type":"entry","url":"https://twitter.com/waterproofheart/status/1297165751607058433#favorited-by-750373489085935616","likeOf":"https://www.aboutmonica.com/blog/transformative-conference-talks/","author":{"url":"https://twitter.com/techieEliot","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/be789f57e7d50e14d211d09ff0f3f858859c12ab20e4ea0bdcfe2957710f9cad.jpg","name":"Eliot Sanford"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/transformative-conference-talks/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1297361993876242432","wmProperty":"mention-of","wmId":842893,"type":"entry","url":"https://twitter.com/techieEliot/status/1297361993876242432","likeOf":null,"author":{"url":"https://twitter.com/techieEliot","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/be789f57e7d50e14d211d09ff0f3f858859c12ab20e4ea0bdcfe2957710f9cad.jpg","name":"Eliot Sanford"},"published":"August 23, 2020","content":{"text":"Not having in-person confs in 2020 has been very sad. 💔\n\nMany thanks to @waterproofheart for posting about transforming conf #chats. 🙏\n\nI immediately added these to a youtube playlist (minus one not on youtube). 🤓\n\nThankful for the epic #developers who gave these chats.❤️"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/transformative-conference-talks/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1297165751607058433/51530847","wmProperty":"like-of","wmId":842877,"type":"entry","url":"https://twitter.com/waterproofheart/status/1297165751607058433#favorited-by-51530847","likeOf":"https://www.aboutmonica.com/blog/transformative-conference-talks/","author":{"url":"https://twitter.com/MDarrik","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c9c470c3f759e894736e3fe88241d1a6ac0fca6c9c708b3dcfcf5b29410d4273.jpg","name":"Darrik Moberg"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/transformative-conference-talks/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1297165751607058433/1297307236792856576","wmProperty":"repost-of","wmId":842876,"type":"entry","url":"https://twitter.com/MDarrik/status/1297307236792856576","likeOf":null,"author":{"url":"https://twitter.com/MDarrik","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c9c470c3f759e894736e3fe88241d1a6ac0fca6c9c708b3dcfcf5b29410d4273.jpg","name":"Darrik Moberg"},"published":"August 22, 2020","content":{"text":"What conference talks have left you inspired or shifted how you view technology? I’m all ears!👂🏾 \n\nI shared some tech conference talks I fo"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/transformative-conference-talks/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1297165751607058433/597436600","wmProperty":"like-of","wmId":842839,"type":"entry","url":"https://twitter.com/waterproofheart/status/1297165751607058433#favorited-by-597436600","likeOf":"https://www.aboutmonica.com/blog/transformative-conference-talks/","author":{"url":"https://twitter.com/this_is_thais","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/450bc2fd4e81f9bb35568afffbbfbd4c5267b92119c461cb9f2dd37699933461.jpg","name":"thaís"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/transformative-conference-talks/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1297165751607058433/1297277569268580352","wmProperty":"repost-of","wmId":842830,"type":"entry","url":"https://twitter.com/ceeoreo_/status/1297277569268580352","likeOf":null,"author":{"url":"https://twitter.com/ceeoreo_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7735f8415bb840ca231527a813c87e7db288de22449fac60b3f3735655d4990b.jpg","name":"Ceora 🐍☁️"},"published":"August 22, 2020","content":{"text":"What conference talks have left you inspired or shifted how you view technology? I’m all ears!👂🏾 \n\nI shared some tech conference talks I fo"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/transformative-conference-talks/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1297165751607058433/2775870896","wmProperty":"like-of","wmId":842829,"type":"entry","url":"https://twitter.com/waterproofheart/status/1297165751607058433#favorited-by-2775870896","likeOf":"https://www.aboutmonica.com/blog/transformative-conference-talks/","author":{"url":"https://twitter.com/aprilablon","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/44cb5745bc94536893dd891fc6feeed0e0e2c0b31c837d12f8ab69b2c13e9575.jpg","name":"April Ablon"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/transformative-conference-talks/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1297165751607058433/1042530264532971520","wmProperty":"like-of","wmId":842828,"type":"entry","url":"https://twitter.com/waterproofheart/status/1297165751607058433#favorited-by-1042530264532971520","likeOf":"https://www.aboutmonica.com/blog/transformative-conference-talks/","author":{"url":"https://twitter.com/ceeoreo_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7735f8415bb840ca231527a813c87e7db288de22449fac60b3f3735655d4990b.jpg","name":"Ceora 🐍☁️"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/transformative-conference-talks/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1297165751607058433/5697222","wmProperty":"like-of","wmId":842822,"type":"entry","url":"https://twitter.com/waterproofheart/status/1297165751607058433#favorited-by-5697222","likeOf":"https://www.aboutmonica.com/blog/transformative-conference-talks/","author":{"url":"https://twitter.com/sophiebits","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7afa6b8d8b58850861f6c7d52e75c0a6b6ffc1ff1ca985408cd83db3799c9871.jpg","name":"Sophie Alpert"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/transformative-conference-talks/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1297165751607058433/158065720","wmProperty":"like-of","wmId":842821,"type":"entry","url":"https://twitter.com/waterproofheart/status/1297165751607058433#favorited-by-158065720","likeOf":"https://www.aboutmonica.com/blog/transformative-conference-talks/","author":{"url":"https://twitter.com/saronyitbarek","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f0ce2e75596dfff5bbbbfc6747f07a6dea6bd8335a78ba0b5cd8ec9219de3b99.jpg","name":"Saron"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/transformative-conference-talks/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1297165751607058433/1111007023041310725","wmProperty":"like-of","wmId":842820,"type":"entry","url":"https://twitter.com/waterproofheart/status/1297165751607058433#favorited-by-1111007023041310725","likeOf":"https://www.aboutmonica.com/blog/transformative-conference-talks/","author":{"url":"https://twitter.com/SylwiaVargas","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ae18bce151d7f50bebd22cf0f601d2cb7547f028a103b7227d1f5f275b9cfe1e.jpg","name":"sylwia vargas"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/transformative-conference-talks/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1297165751607058433/226113151","wmProperty":"like-of","wmId":842819,"type":"entry","url":"https://twitter.com/waterproofheart/status/1297165751607058433#favorited-by-226113151","likeOf":"https://www.aboutmonica.com/blog/transformative-conference-talks/","author":{"url":"https://twitter.com/sauramaia","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1d185684e12456a301ed72529e38ebf39708268c87b8793ded6651859c1fe835.jpg","name":"maia in the interdimensional portal"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/transformative-conference-talks/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1297165751607058433/1297241884843290631","wmProperty":"repost-of","wmId":842785,"type":"entry","url":"https://twitter.com/wiredferret/status/1297241884843290631","likeOf":null,"author":{"url":"https://twitter.com/wiredferret","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e849ab03e8a853e6b0af7c259b341f3499f71fe8145ec33baa0b141470bd3c72.jpg","name":"Heidi, The Sticker Thoughtleader"},"published":"August 22, 2020","content":{"text":"What conference talks have left you inspired or shifted how you view technology? I’m all ears!👂🏾 \n\nI shared some tech conference talks I fo"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/transformative-conference-talks/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1297165751607058433/7384342","wmProperty":"like-of","wmId":842784,"type":"entry","url":"https://twitter.com/waterproofheart/status/1297165751607058433#favorited-by-7384342","likeOf":"https://www.aboutmonica.com/blog/transformative-conference-talks/","author":{"url":"https://twitter.com/wiredferret","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e849ab03e8a853e6b0af7c259b341f3499f71fe8145ec33baa0b141470bd3c72.jpg","name":"Heidi, The Sticker Thoughtleader"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/transformative-conference-talks/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1297165751607058433/14904098","wmProperty":"like-of","wmId":842780,"type":"entry","url":"https://twitter.com/waterproofheart/status/1297165751607058433#favorited-by-14904098","likeOf":"https://www.aboutmonica.com/blog/transformative-conference-talks/","author":{"url":"https://twitter.com/leeb","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0907eb5a9906d1586fc08fcffb6254b5034ec352414b3729c69d99bb8e12b1ef.jpg","name":"Lee Byron"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/transformative-conference-talks/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1297165751607058433/1297218425274732544","wmProperty":"in-reply-to","wmId":842767,"type":"entry","url":"https://twitter.com/whereistanya/status/1297218425274732544","likeOf":null,"author":{"url":"https://twitter.com/whereistanya","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5a77e4070d935874ea8ef51330c9b65d3c3afe6c4a0efdc0dad22ed40d700df0.jpg","name":"Tanya Reilly"},"published":"August 22, 2020","content":{"text":"Thank you! 😊"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/transformative-conference-talks/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1297165751607058433/46441293","wmProperty":"like-of","wmId":842766,"type":"entry","url":"https://twitter.com/waterproofheart/status/1297165751607058433#favorited-by-46441293","likeOf":"https://www.aboutmonica.com/blog/transformative-conference-talks/","author":{"url":"https://twitter.com/whereistanya","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5a77e4070d935874ea8ef51330c9b65d3c3afe6c4a0efdc0dad22ed40d700df0.jpg","name":"Tanya Reilly"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/transformative-conference-talks/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1297165751607058433/970559282704826368","wmProperty":"like-of","wmId":842764,"type":"entry","url":"https://twitter.com/waterproofheart/status/1297165751607058433#favorited-by-970559282704826368","likeOf":"https://www.aboutmonica.com/blog/transformative-conference-talks/","author":{"url":"https://twitter.com/slamare15","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fb4086ff49ff61d37e156ded7f14aa961f4aaac628499dd4b30b16be9e7cdc07.jpg","name":"Shemika (She/Her)"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/transformative-conference-talks/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1297165751607058433/33863158","wmProperty":"like-of","wmId":842765,"type":"entry","url":"https://twitter.com/waterproofheart/status/1297165751607058433#favorited-by-33863158","likeOf":"https://www.aboutmonica.com/blog/transformative-conference-talks/","author":{"url":"https://twitter.com/chadtomkiss","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/083fca9f8e99a877db01f0552881112f91974e0d053f6035d7143b7863953e8d.jpg","name":"Chuck Tomkress"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/transformative-conference-talks/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1297165751607058433/1291352245829644289","wmProperty":"like-of","wmId":842758,"type":"entry","url":"https://twitter.com/waterproofheart/status/1297165751607058433#favorited-by-1291352245829644289","likeOf":"https://www.aboutmonica.com/blog/transformative-conference-talks/","author":{"url":"https://twitter.com/JoynerLeyla","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/76190bb01ff3c81f47619b1e37b31e360ac49b0ce2810013a72916f1d718f7f0.jpg","name":"Leyla Joyner"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/transformative-conference-talks/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1297165751607058433/2196081146","wmProperty":"like-of","wmId":842747,"type":"entry","url":"https://twitter.com/waterproofheart/status/1297165751607058433#favorited-by-2196081146","likeOf":"https://www.aboutmonica.com/blog/transformative-conference-talks/","author":{"url":"https://twitter.com/MitjaBezensek","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/62b4946723b6b6e2ba7f920d04bd3b4c9aaaf914b2a38e17ff5c0e19f7d52dd0.jpg","name":"Mitja Bezenšek"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/transformative-conference-talks/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1297165751607058433/607537371","wmProperty":"like-of","wmId":842727,"type":"entry","url":"https://twitter.com/waterproofheart/status/1297165751607058433#favorited-by-607537371","likeOf":"https://www.aboutmonica.com/blog/transformative-conference-talks/","author":{"url":"https://twitter.com/RemoteAdvisor","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/85562e23c234c7c55bd3f1b8ac5d80bcf8e686ca78a415151d11ae0331f7063d.jpg","name":"Daksh Jaiswal"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/transformative-conference-talks/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1297165751607058433/1297170504600739840","wmProperty":"repost-of","wmId":842718,"type":"entry","url":"https://twitter.com/DataRenee/status/1297170504600739840","likeOf":null,"author":{"url":"https://twitter.com/DataRenee","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/64b67129d900da1dd1cc3518c219733bba5954a54770ac22708675fe3d42faaf.png","name":"ReneeData"},"published":"August 22, 2020","content":{"text":"What conference talks have left you inspired or shifted how you view technology? I’m all ears!👂🏾 \n\nI shared some tech conference talks I fo"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/transformative-conference-talks/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1297165751607058433/1258814903709810688","wmProperty":"like-of","wmId":842717,"type":"entry","url":"https://twitter.com/waterproofheart/status/1297165751607058433#favorited-by-1258814903709810688","likeOf":"https://www.aboutmonica.com/blog/transformative-conference-talks/","author":{"url":"https://twitter.com/NiveditaPrasa15","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1a868819b033669b08d0c58af1c23f9a7fd60736c4fcb998eec6c9809f58e5bf.jpg","name":"Nivedita Prasad"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/transformative-conference-talks/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1297165751607058433/102469347","wmProperty":"like-of","wmId":842716,"type":"entry","url":"https://twitter.com/waterproofheart/status/1297165751607058433#favorited-by-102469347","likeOf":"https://www.aboutmonica.com/blog/transformative-conference-talks/","author":{"url":"https://twitter.com/nexendk","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/52d82603168a269619b056a82bf48ef2baadfdbbb1734b22425a0c9a11cb31ed.jpg","name":"Alexandru Frangeti"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/transformative-conference-talks/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1297165751607058433/258207878","wmProperty":"like-of","wmId":842715,"type":"entry","url":"https://twitter.com/waterproofheart/status/1297165751607058433#favorited-by-258207878","likeOf":"https://www.aboutmonica.com/blog/transformative-conference-talks/","author":{"url":"https://twitter.com/teysrol","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a7a3b2fbc02db088429f5961553720d6c9335f0c4537b31949ebefdf2c0dd79f.jpg","name":"Shane Taylor"},"published":null,"content":null}}]}},"pageContext":{"permalink":"https://www.aboutmonica.com/blog/transformative-conference-talks/","slug":"/blog/transformative-conference-talks/","prev":{"id":"3b0fb3d2-2633-5a19-be58-71b3b1bab34c","frontmatter":{"title":"Adding Environment Variables To GitHub Actions","category":["tutorial"],"date":"2020-08-23T22:58:47.356Z","slug":"adding-environment-variables-to-github-actions","tags":["GitHub"],"redirects":null},"fields":{"slug":"/blog/adding-environment-variables-to-github-actions/"}},"next":{"id":"684d3537-a45d-5941-9ea0-2c0ab9edb270","frontmatter":{"title":"Keeping Server-Side Rendering Cool With React Hydration","category":null,"date":"2020-08-14T20:34:26.661Z","slug":"server-side-rendering-react-hydration-best-practices","tags":["React","SSR"],"redirects":null},"fields":{"slug":"/blog/server-side-rendering-react-hydration-best-practices/"}}}},
    "staticQueryHashes": ["1977783444","764694655"]}