From 907c758ea42fa633aed0bf63012a0c659e17f427 Mon Sep 17 00:00:00 2001 From: Michelle Gienow Date: Thu, 2 Apr 2020 16:37:02 -0400 Subject: [PATCH 1/4] Add Gatsby Days LA 2020 Video Blog 3 --- docs/blog/index.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 docs/blog/index.md diff --git a/docs/blog/index.md b/docs/blog/index.md new file mode 100644 index 0000000000000..304937ba8c954 --- /dev/null +++ b/docs/blog/index.md @@ -0,0 +1,19 @@ +--- +title: 'Gatsby Days LA 2020 Video 3: Slash Build Times with Gatsby Builds Best Practices' +date: 2020-04-03 +author: Greg Thomas +excerpt: "React developer Grant Gladwell tells how he identified best practices for using Gatsby Builds to cut build time for image-heavy websites by a factor of five." +tags: + - gatsby-days + - community + - performance + - drupal + - gatsby-cloud +--- +_Welcome to the Gatsby Days 2020 Video Blog: Los Angeles Edition. In this series of eleven videos, you can catch up with all the presentations from our February community gathering in LA. If you weren’t able to make it in person, these videos are the next best thing to owning a time machine! (Though owning a time machine would be super cool, joining us at our next Gatsby Days—currently scheduled for October 19th in Amsterdam—would also be pretty awesome)._ + +Grant Gladwell is a React developer dedicated to employing modern technologies in cutting-edge projects. During his time at the digital experience agency Third and Grove, Grant was part of the team that integrated Drupal and Gatsby to create the agency’s fast, yet content-rich website. He also helped build Gatsby Preview + Drupal—a live preview module for Drupal that can be used with Gatsby Cloud. + +At Gatsby Days LA 2020, Grant focused on performance. After analyzing top Gatsby-based sites, he and his team identified best practices that can help developers achieve blazing fast speeds. Check out this video of Grant’s presentation to discover how Gatsby Builds helped Third and Grove reduce build times for its image-heavy site from about 40 minutes to only 8. And learn how Gatsby’s lazy load components can deliver impressive performance benefits without excessive coding. + +[![Gatsby Days LA Video 3: What separates the fastest Gatsby sites from everybody else with Grant Glidewell](https://res.cloudinary.com/marcomontalbano/image/upload/v1585858632/video_to_markdown/images/youtube--xMorT50I0cw-c05b58ac6eb4c4700831b2b3070cd403.jpg)](https://www.youtube.com/watch?v=xMorT50I0cw "Gatsby Days LA Video 3: What separates the fastest Gatsby sites from everybody else with Grant Glidewell") From a38ce0a1b6d929ee5821912840771b18e3be378c Mon Sep 17 00:00:00 2001 From: Michelle Gienow Date: Fri, 3 Apr 2020 10:36:58 -0400 Subject: [PATCH 2/4] Create video blog post #4 --- docs/blog/2020-04-06-LA-2020-Gordon/index.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 docs/blog/2020-04-06-LA-2020-Gordon/index.md diff --git a/docs/blog/2020-04-06-LA-2020-Gordon/index.md b/docs/blog/2020-04-06-LA-2020-Gordon/index.md new file mode 100644 index 0000000000000..01e57873f7771 --- /dev/null +++ b/docs/blog/2020-04-06-LA-2020-Gordon/index.md @@ -0,0 +1,19 @@ +--- +title: 'Gatsby Days LA 2020 Video 4: Methodologies for Building Highly Dynamic WordPress Sites Using Gatsby' +date: 2020-04-06 +author: Greg Thomas +excerpt: "What are the best options for integrating comments and other dynamic elements into your WordPress website? Zac Gordon evaluates key approaches." +tags: + - gatsby-days + - community + - performance + - drupal + - gatsby-cloud +--- +_Welcome to the Gatsby Days 2020 Video Blog: Los Angeles Edition. In this series of eleven videos, you can catch up with all the wit and wisdom shared at the presentations from our February community gathering in LA. If you weren’t able to make it in person, these videos are the next best thing to owning a time machine! (Though owning a time machine would be super cool for sure, joining us at our next Gatsby Days—currently scheduled as a virtual event June 2nd-4th—would be pretty awesome, too 💜. Follow [Gatsby on Twitter](https://twitter.com/gatsbyjs) to keep up with when registration starts, speaker announcements and other developments)._ + +Zac Gordon is a community builder at [Strattic](https://www.strattic.com/) the serverless WordPress host Strattic and an educator who has taught courses on building with JavaScript and Gatsby in WordPress for high schools, colleges, bootcamps, and online learning sites. He is particularly excited to discuss ways the evolving [content mesh](https://www.gatsbyjs.org/blog/2018-10-04-journey-to-the-content-mesh/) is pushing WordPress and the web forward by enabling developers to capitalize on best-of-breed microservices. + +At Gatsby Days LA 2020, Zac explored developer options for building highly dynamic, rich WordPress sites. First focusing on ways to incorporate comments into sites, Zac examined native, custom coding, and SaaS approaches. Learn the pros and cons of each option and discover what similar options exist for implementing additional dynamic elements, including forms, memberships, and e-commerce capabilities to websites. + +[![Gatsby Days LA Video 4: Using Gatsby to Build Highly Dynamic WordPress Sites, with Zac Gordon](https://res.cloudinary.com/marcomontalbano/image/upload/v1585860921/video_to_markdown/images/youtube--O22FNh8XXT8-c05b58ac6eb4c4700831b2b3070cd403.jpg)](https://www.youtube.com/watch?v=O22FNh8XXT8 "Gatsby Days LA Video 4: Using Gatsby to Build Highly Dynamic WordPress Sites, with Zac Gordon") From de6287c89ec7ec90fc1b747cf5be32ab23515615 Mon Sep 17 00:00:00 2001 From: gatsbybot Date: Mon, 6 Apr 2020 15:18:45 +0000 Subject: [PATCH 3/4] chore: format --- docs/blog/2020-04-06-LA-2020-Gordon/index.md | 5 +++-- docs/blog/index.md | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/blog/2020-04-06-LA-2020-Gordon/index.md b/docs/blog/2020-04-06-LA-2020-Gordon/index.md index 01e57873f7771..ae33f55100706 100644 --- a/docs/blog/2020-04-06-LA-2020-Gordon/index.md +++ b/docs/blog/2020-04-06-LA-2020-Gordon/index.md @@ -1,5 +1,5 @@ --- -title: 'Gatsby Days LA 2020 Video 4: Methodologies for Building Highly Dynamic WordPress Sites Using Gatsby' +title: "Gatsby Days LA 2020 Video 4: Methodologies for Building Highly Dynamic WordPress Sites Using Gatsby" date: 2020-04-06 author: Greg Thomas excerpt: "What are the best options for integrating comments and other dynamic elements into your WordPress website? Zac Gordon evaluates key approaches." @@ -10,7 +10,8 @@ tags: - drupal - gatsby-cloud --- -_Welcome to the Gatsby Days 2020 Video Blog: Los Angeles Edition. In this series of eleven videos, you can catch up with all the wit and wisdom shared at the presentations from our February community gathering in LA. If you weren’t able to make it in person, these videos are the next best thing to owning a time machine! (Though owning a time machine would be super cool for sure, joining us at our next Gatsby Days—currently scheduled as a virtual event June 2nd-4th—would be pretty awesome, too 💜. Follow [Gatsby on Twitter](https://twitter.com/gatsbyjs) to keep up with when registration starts, speaker announcements and other developments)._ + +_Welcome to the Gatsby Days 2020 Video Blog: Los Angeles Edition. In this series of eleven videos, you can catch up with all the wit and wisdom shared at the presentations from our February community gathering in LA. If you weren’t able to make it in person, these videos are the next best thing to owning a time machine! (Though owning a time machine would be super cool for sure, joining us at our next Gatsby Days—currently scheduled as a virtual event June 2nd-4th—would be pretty awesome, too 💜. Follow [Gatsby on Twitter](https://twitter.com/gatsbyjs) to keep up with when registration starts, speaker announcements and other developments)._ Zac Gordon is a community builder at [Strattic](https://www.strattic.com/) the serverless WordPress host Strattic and an educator who has taught courses on building with JavaScript and Gatsby in WordPress for high schools, colleges, bootcamps, and online learning sites. He is particularly excited to discuss ways the evolving [content mesh](https://www.gatsbyjs.org/blog/2018-10-04-journey-to-the-content-mesh/) is pushing WordPress and the web forward by enabling developers to capitalize on best-of-breed microservices. diff --git a/docs/blog/index.md b/docs/blog/index.md index 304937ba8c954..ec69adaf4f017 100644 --- a/docs/blog/index.md +++ b/docs/blog/index.md @@ -1,5 +1,5 @@ --- -title: 'Gatsby Days LA 2020 Video 3: Slash Build Times with Gatsby Builds Best Practices' +title: "Gatsby Days LA 2020 Video 3: Slash Build Times with Gatsby Builds Best Practices" date: 2020-04-03 author: Greg Thomas excerpt: "React developer Grant Gladwell tells how he identified best practices for using Gatsby Builds to cut build time for image-heavy websites by a factor of five." @@ -10,6 +10,7 @@ tags: - drupal - gatsby-cloud --- + _Welcome to the Gatsby Days 2020 Video Blog: Los Angeles Edition. In this series of eleven videos, you can catch up with all the presentations from our February community gathering in LA. If you weren’t able to make it in person, these videos are the next best thing to owning a time machine! (Though owning a time machine would be super cool, joining us at our next Gatsby Days—currently scheduled for October 19th in Amsterdam—would also be pretty awesome)._ Grant Gladwell is a React developer dedicated to employing modern technologies in cutting-edge projects. During his time at the digital experience agency Third and Grove, Grant was part of the team that integrated Drupal and Gatsby to create the agency’s fast, yet content-rich website. He also helped build Gatsby Preview + Drupal—a live preview module for Drupal that can be used with Gatsby Cloud. From 6aa0cea2e6e420a2a3779f29698c8607f945b982 Mon Sep 17 00:00:00 2001 From: Laurie Barth Date: Mon, 6 Apr 2020 13:44:04 -0400 Subject: [PATCH 4/4] move file, change name --- docs/blog/{index.md => 2020-04-05-LA-2020-Gladwell.md} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename docs/blog/{index.md => 2020-04-05-LA-2020-Gladwell.md} (82%) diff --git a/docs/blog/index.md b/docs/blog/2020-04-05-LA-2020-Gladwell.md similarity index 82% rename from docs/blog/index.md rename to docs/blog/2020-04-05-LA-2020-Gladwell.md index ec69adaf4f017..b1c7ce7211777 100644 --- a/docs/blog/index.md +++ b/docs/blog/2020-04-05-LA-2020-Gladwell.md @@ -1,6 +1,6 @@ --- title: "Gatsby Days LA 2020 Video 3: Slash Build Times with Gatsby Builds Best Practices" -date: 2020-04-03 +date: 2020-04-05 author: Greg Thomas excerpt: "React developer Grant Gladwell tells how he identified best practices for using Gatsby Builds to cut build time for image-heavy websites by a factor of five." tags: @@ -17,4 +17,4 @@ Grant Gladwell is a React developer dedicated to employing modern technologies i At Gatsby Days LA 2020, Grant focused on performance. After analyzing top Gatsby-based sites, he and his team identified best practices that can help developers achieve blazing fast speeds. Check out this video of Grant’s presentation to discover how Gatsby Builds helped Third and Grove reduce build times for its image-heavy site from about 40 minutes to only 8. And learn how Gatsby’s lazy load components can deliver impressive performance benefits without excessive coding. -[![Gatsby Days LA Video 3: What separates the fastest Gatsby sites from everybody else with Grant Glidewell](https://res.cloudinary.com/marcomontalbano/image/upload/v1585858632/video_to_markdown/images/youtube--xMorT50I0cw-c05b58ac6eb4c4700831b2b3070cd403.jpg)](https://www.youtube.com/watch?v=xMorT50I0cw "Gatsby Days LA Video 3: What separates the fastest Gatsby sites from everybody else with Grant Glidewell") +[![Gatsby Days LA Video 3: What separates the fastest Gatsby sites from everybody else with Grant Gladwell](https://res.cloudinary.com/marcomontalbano/image/upload/v1585858632/video_to_markdown/images/youtube--xMorT50I0cw-c05b58ac6eb4c4700831b2b3070cd403.jpg)](https://www.youtube.com/watch?v=xMorT50I0cw "Gatsby Days LA Video 3: What separates the fastest Gatsby sites from everybody else with Grant Gladwell")