• Exploring the WordPress Graph with Next.js & WPGraphQL - GraphQL Galaxy 2021

    Headless Wordpress using its built-in REST API is a powerful solution to scale WordPress to the web, but complex relationships can easily turn into chains of requests, making maintainability difficult along with the potential cost of performance. With WPGraphQL, we can harness the benefits of GraphQL, leading to a better developer experience and optimized request logic, making sure we’re only delivering what we need to our users. We’ll explore these advantages and how these pieces fit together with modern tools like Next.js to build great experiences for the web.

  • Getting Personal with Ecommerce, React, & the Static Web - All Things Open 2021

    Ecommerce depends on highly dynamic solutions personalizing experiences for customers from the price of a product to the total cost of that customer’s shopping cart. How can we leverage React and tools like Next.js to bring that dynamic experience to the static web? In this talk, we’ll explore the challenges of ecommerce in a static world. We’ll talk about what tools are available to us and how we can take advantage of them to build dynamic web apps with a practical example of a Next.js app.

  • Scaling WordPress with Next.js - Conf42 2021

    As modern as the web is, WordPress is still king. It’s not the most scalable, but is still compelling with its long history and UX. How can we leverage Next.js to bring WordPress to the modern web? We’ll walk through the tools that Next.js provides us to scale WordPress to the world. We’ll talk about what APIs we can use to easily wrangle WordPress content and how we can make the dynamic bits static.

  • Automating All the Code & Testing Things with GitHub Actions -STET

    Code tasks like linting and testing are critical pieces of a developer’s workflow that help keep us sane like preventing syntax or style issues and hardening our core business logic. We’ll talk about how we can use GitHub Actions to automate these tasks and help keep our projects running smoothly.

  • Adding a Second Pair of Eyes with Visual Testing - React Day NY 2021

    Testing is a hard, but critical part of a development workflow. Without it, bugs can easily sneak through to production, costing us money or worse, costing our customers money! But setting up those tests can be a pain as you typically need to add very specific code to test very specific things, meaning, those tests are specifically fragile and easy to break with new code. Visual Testing is a way to cover your project using screenshots from your web or native app allowing you to perform real-world actions and make sure they behave as you expect. In this talk, we’ll walk through what visual testing is and how we can take advantage of Applitools Eyes visual testing powered by AI to make sure we’re maintaining a high level of quality of our apps.

  • Getting Personal with Ecommerce, React, & the Static Web - React Brussels 2021

    Ecommerce depends on highly dynamic solutions personalizing experiences for customers from the price of a product to the total cost of that customer’s shopping cart. How can we leverage React and tools like Next.js to bring that dynamic experience to the static web? In this talk, we’ll explore the challenges of ecommerce in a static world. We’ll talk about what tools are available to us and how we can take advantage of them to build dynamic web apps with a practical example of a Next.js app.

  • Scaling WordPress with Next.js - iJS 2021

    As modern as the web is, WordPress is still king. It’s not the most scalable, but is still compelling with its long history and UX. How can we leverage Next.js to bring WordPress to the modern web? We’ll walk through the tools that Next.js provides us to scale WordPress to the world. We’ll talk about what APIs we can use to easily wrangle WordPress content and how we can make the dynamic bits static.

  • Getting Personal with Ecommerce, React, & the Static Web - iJS 2021

    Ecommerce depends on highly dynamic solutions personalizing experiences for customers from the price of a product to the total cost of that customer’s shopping cart. How can we leverage React and tools like Next.js to bring that dynamic experience to the static web? In this talk, we’ll explore the challenges of ecommerce in a static world. We’ll talk about what tools are available to us and how we can take advantage of them to build dynamic web apps with a practical example of a Next.js app.

  • Exploring the WordPress Graph with Next.js & WPGraphQL - GraphQL Conf 2021

    Headless Wordpress using its built-in REST API is a powerful solution to scale WordPress to the web, but complex relationships can easily turn into chains of requests, making maintainability difficult along with the potential cost of performance. With WPGraphQL, we can harness the benefits of GraphQL, leading to a better developer experience and optimized request logic, making sure we’re only delivering what we need to our users. We’ll explore these advantages and how these pieces fit together with modern tools like Next.js to build great experiences for the web.

  • WordPress at the Edge with Next.js & the Jamstack - Jamstack Conf 2021

    When thinking about modern, performant web apps, WordPress isn’t typically the first platform to come to mind. But as content management systems are concerned, WordPress is still king due to its long history and well-crafted UX. Can we break WordPress out of its serverful shell and use newer tech to deliver a fast and highly scalable web app? We’ll talk about how we can use WPGraphQL and Next.js to catch WordPress up with the modern web and build great experiences on the Jamstack.

  • Adding a Second Pair of Eyes with Visual Testing - Reliable Web Summit

    Testing is a hard, but critical part of a development workflow. Without it, bugs can easily sneak through to production, costing us money or worse, costing our customers money! But setting up those tests can be a pain as you typically need to add very specific code to test very specific things, meaning, those tests are specifically fragile and easy to break with new code. Visual Testing is a way to cover your project using screenshots from your web or native app allowing you to perform real-world actions and make sure they behave as you expect. In this talk, we’ll walk through what visual testing is and how we can take advantage of Applitools Eyes visual testing powered by AI to make sure we’re maintaining a high level of quality of our apps.

  • Put Down the Javascript - Level Up with the Fundamentals of Web Development - SimpleWebConf 2021

    Bootcamps and tutorials have a habit of throwing those curious to learn straight into the deep end, immediately pushing Javascript into focus. More often than not, they skip fundamentals of web development and miss some of the key pieces to the puzzle of the web. For better or worse, developers can get far this way, but they’re building on top of a fragile foundation. In this talk, we’ll look at how you can level up your Javascript by getting back to the basics of HTML and CSS. We’ll go over why this is important and some best practices that can enhance SEO, performance, and accessibility.

  • Automating All the Code & Testing Things with GitHub Actions - Learn Build Teach

    Code tasks like linting and testing are critical pieces of a developer’s workflow that help keep us sane like preventing syntax or style issues and hardening our core business logic. We’ll talk about how we can use GitHub Actions to automate these tasks and help keep our projects running smoothly.

  • Scaling WordPress with Next.js - React Virtual Conf

    As modern as the web is, WordPress is still king. It’s not the most scalable, but is still compelling with its long history and UX. How can we leverage Next.js to bring WordPress to the modern web? We’ll walk through the tools that Next.js provides us to scale WordPress to the world. We’ll talk about what APIs we can use to easily wrangle WordPress content and how we can make the dynamic bits static.

  • Testing Beyond the DOM - Front End Test Fest

  • Scaling WordPress with Next.js - Click/Deploy 2021

    As modern as the web is, WordPress is still king. It’s not the most scalable, but is still compelling with its long history and UX. How can we leverage Next.js to bring WordPress to the modern web? We’ll walk through the tools that Next.js provides us to scale WordPress to the world. We’ll talk about what APIs we can use to easily wrangle WordPress content and how we can make the dynamic bits static.

  • Getting Personal with Ecommerce, React, & the Static Web - Forkwell

    Ecommerce depends on highly dynamic solutions personalizing experiences for customers from the price of a product to the total cost of that customer’s shopping cart. How can we leverage React and tools like Next.js to bring that dynamic experience to the static web? In this talk, we’ll explore the challenges of ecommerce in a static world. We’ll talk about what tools are available to us and how we can take advantage of them to build dynamic web apps with a practical example of a Next.js app.

  • Put Down the Javascript - Level Up with the Fundamentals of Web Development - JSNation 2021

    Bootcamps and tutorials have a habit of throwing those curious to learn straight into the deep end, immediately pushing Javascript into focus. More often than not, they skip fundamentals of web development and miss some of the key pieces to the puzzle of the web. For better or worse, developers can get far this way, but they’re building on top of a fragile foundation. In this talk, we’ll look at how you can level up your Javascript by getting back to the basics of HTML and CSS. We’ll go over why this is important and some best practices that can enhance SEO, performance, and accessibility.

  • Automating All the Code & Testing Things with GitHub Actions - Minnesota Dev Conf 2021

    Code tasks like linting and testing are critical pieces of a developer’s workflow that help keep us sane like preventing syntax or style issues and hardening our core business logic. We’ll talk about how we can use GitHub Actions to automate these tasks and help keep our projects running smoothly.

  • Adding a Second Pair of Eyes with Visual Testing - React Case Study Festival

    Testing is a hard, but critical part of a development workflow. Without it, bugs can easily sneak through to production, costing us money or worse, costing our customers money! But setting up those tests can be a pain as you typically need to add very specific code to test very specific things, meaning, those tests are specifically fragile and easy to break with new code. Visual Testing is a way to cover your project using screenshots from your web or native app allowing you to perform real-world actions and make sure they behave as you expect. In this talk, we’ll walk through what visual testing is and how we can take advantage of Applitools Eyes visual testing powered by AI to make sure we’re maintaining a high level of quality of our apps.

  • Getting Personal with Ecommerce, React, & the Static Web - Cloudflare TV

    Ecommerce depends on highly dynamic solutions personalizing experiences for customers from the price of a product to the total cost of that customer’s shopping cart. How can we leverage React and tools like Next.js to bring that dynamic experience to the static web? In this talk, we’ll explore the challenges of ecommerce in a static world. We’ll talk about what tools are available to us and how we can take advantage of them to build dynamic web apps with a practical example of a Next.js app.

  • Bringing Quality Design Systems to Life with Storybook & Applitools - Applitools Webinar

    Bringing design systems and component libraries to life can be a large, challenging process without the right tools. On top of that, maintaining a high level of quality throughout those systems brings its own challenge. Luckily with tools like Storybook and Applitools, we can focus on building great experiences while automating quality checks with visual testing. In this talk, we’ll walk through how we can use Storybook to build systems for the web and how we can take advantage of Applitools Eyes to automate testing for our systems.

  • Stand Out by Building a Personal Brand - Hashnode Bootcamp 3

  • Scaling WordPress with Next.js - React Summit 2021

    As modern as the web is, WordPress is still king. It’s not the most scalable, but is still compelling with its long history and UX. How can we leverage Next.js to bring WordPress to the modern web? We’ll walk through the tools that Next.js provides us to scale WordPress to the world. We’ll talk about what APIs we can use to easily wrangle WordPress content and how we can make the dynamic bits static.

  • WTF is Next.js?

    What is Next.js? How does it work? And how does it compare to other web frameworks in the developer community?

  • Getting Personal with Ecommerce, React, & the Static Web - Egghead Talks

    Ecommerce depends on highly dynamic solutions personalizing experiences for customers from the price of a product to the total cost of that customer’s shopping cart. How can we leverage React and tools like Next.js to bring that dynamic experience to the static web? In this talk, we’ll explore the challenges of ecommerce in a static world. We’ll talk about what tools are available to us and how we can take advantage of them to build dynamic web apps with a practical example of a Next.js app.

  • Getting Personal with Ecommerce, React, & the Static Web - TheJam.dev 2021

    Ecommerce depends on highly dynamic solutions personalizing experiences for customers from the price of a product to the total cost of that customer’s shopping cart. How can we leverage React and tools like Next.js to bring that dynamic experience to the static web? In this talk, we’ll explore the challenges of ecommerce in a static world. We’ll talk about what tools are available to us and how we can take advantage of them to build dynamic web apps with a practical example of a Next.js app.

  • Up and Selling with Next.js and Snipcart - 3 Hours of Jamstack 2020

  • Put Down the Javascript - Level Up with the Fundamentals of Web Development - ThunderPlains 2020

    Bootcamps and tutorials have a habit of throwing those curious to learn straight into the deep end, immediately pushing Javascript into focus. More often than not, they skip fundamentals of web development and miss some of the key pieces to the puzzle of the web. For better or worse, developers can get far this way, but they’re building on top of a fragile foundation. In this talk, we’ll look at how you can level up your Javascript by getting back to the basics of HTML and CSS. We’ll go over why this is important and some best practices that can enhance SEO, performance, and accessibility.

  • Put Down the Javascript - Level Up with the Fundamentals of Web Development - DeveloperWeek Austin 2020

    Bootcamps and tutorials have a habit of throwing those curious to learn straight into the deep end, immediately pushing Javascript into focus. More often than not, they skip fundamentals of web development and miss some of the key pieces to the puzzle of the web. For better or worse, developers can get far this way, but they’re building on top of a fragile foundation. In this talk, we’ll look at how you can level up your Javascript by getting back to the basics of HTML and CSS. We’ll go over why this is important and some best practices that can enhance SEO, performance, and accessibility.

  • Bringing Remote Sensing and Disaster Relief to the Jamstack

    Getting satellite imagery and remote sensing data in the hands of scientists and first responders helps to increase the potential to save lives and have an impact on the world. The tooling needs to be fast and reliable, help reduce time-to-science, and be cost effective–allowing teams to focus their limited funds on bigger problems. We’ll talk about how we tackled these challenges with the Jamstack to provide search for NASA, satellite tasking for Capella Space, and tools for disaster response.

  • Building Maps with Impact on React and the Jamstack - Conf42 2020

    We take for granted being able to find a gas station on our phone, but those maps not only help find that needed coffee fix - they help scientists and first responders save lives. We’ll talk about the impact maps can have and the challenges in developing these tools with Javascript and the Jamstack.

  • Put Down the Javascript - Level Up with the Fundamentals of Web Development - Conf42 2020

    Bootcamps and tutorials have a habit of throwing those curious to learn straight into the deep end, immediately pushing Javascript into focus. More often than not, they skip fundamentals of web development and miss some of the key pieces to the puzzle of the web. For better or worse, developers can get far this way, but they’re building on top of a fragile foundation. In this talk, we’ll look at how you can level up your Javascript by getting back to the basics of HTML and CSS. We’ll go over why this is important and some best practices that can enhance SEO, performance, and accessibility.

  • WordPress in a Headless World - WordCamp Philly 2020

    Wordpress has been a key part of the development of today’s web, but with the rise of the JAMstack, where does Wordpress fit in? We’ll talk about how Wordpress compares to the headless options available today and how Wordpress is still one of the more powerful solutions available for a great CMS experience.

  • Put Down the Javascript - Level Up with the Fundamentals of Web Development - React Global Summit 2020

    Bootcamps and tutorials have a habit of throwing those curious to learn straight into the deep end, immediately pushing Javascript into focus. More often than not, they skip fundamentals of web development and miss some of the key pieces to the puzzle of the web. For better or worse, developers can get far this way, but they’re building on top of a fragile foundation. In this talk, we’ll look at how you can level up your Javascript by getting back to the basics of HTML and CSS. We’ll go over why this is important and some best practices that can enhance SEO, performance, and accessibility.

  • Building Maps with Impact on React and the Jamstack - React Virtual Conf 2020

    We take for granted being able to find a gas station on our phone, but those maps not only help find that needed coffee fix - they help scientists and first responders save lives. We’ll talk about the impact maps can have and the challenges in developing these tools with Javascript and the JAMstack.

  • Put Down the Javascript - Level Up with the Fundamentals of Web Development - Egghead.io Talks

    Bootcamps and tutorials have a habit of throwing those curious to learn straight into the deep end, immediately pushing Javascript into focus. More often than not, they skip fundamentals of web development and miss some of the key pieces to the puzzle of the web. For better or worse, developers can get far this way, but they’re building on top of a fragile foundation. In this talk, we’ll look at how you can level up your Javascript by getting back to the basics of HTML and CSS. We’ll go over why this is important and some best practices that can enhance SEO, performance, and accessibility.

  • Building Maps with Impact on React and the JAMstack - Accento Digital 2020

    We take for granted being able to find a gas station on our phone, but those maps not only help find that needed coffee fix - they help scientists and first responders save lives. We’ll talk about the impact maps can have and the challenges in developing these tools with Javascript and the JAMstack.

  • Supercharging Your Mapping Apps with Gatsby - Gatsby Days Reconfigured

    From driving directions to the spread of a pandemic, maps are a tool that can have a great impact on everyone’s lives. But building a map with some data doesn’t have to be hard. How can we leverage Gatsby to give us map making super powers that allow us to spend time on the unique part of our map -- the data. We’ll walk through how we can easily spin up a map with Gatsby and use it to present powerful data to help scientists debug the earth.

  • Building Maps with Impact on React and the JAMstack - JNation 2020

    We take for granted being able to find a gas station on our phone, but those maps not only help find that needed coffee fix - they help scientists and first responders save lives. We’ll talk about the impact maps can have and the challenges in developing these tools with Javascript and the JAMstack.

  • Building Maps with Impact on React and the JAMstack - ForwardJS

    We take for granted being able to find a gas station on our phone, but those maps not only help find that needed coffee fix - they help scientists and first responders save lives. We’ll talk about the impact maps can have and the challenges in developing these tools with Javascript and the JAMstack.

  • Put Down the Javascript - Level Up with the Fundamentals of Web Development

    Bootcamps and tutorials have a habit of throwing those curious to learn right into Javascript, ignoring the fundamentals of web development, making them miss some key pieces to the puzzle of the web. We’ll look at how you can level up your Javascript by getting back to the basics of HTML and CSS that can enhance SEO, performance, and accessibility.

  • Building Maps with Impact on React and the JAMstack - Middlesbrough FE

    We take for granted being able to find a gas station on our phone, but those maps not only help find that needed coffee fix - they help scientists and first responders save lives. We’ll talk about the impact maps can have and the challenges in developing these tools with Javascript and the JAMstack.

  • Building Maps with Impact on React and the JAMstack - FrontConf 2020

    We take for granted being able to find a gas station on our phone, but those maps not only help find that needed coffee fix - they help scientists and first responders save lives. We’ll talk about the impact maps can have and the challenges in developing these tools with Javascript and the JAMstack.

  • Bulding Maps with Impact with React and the JAMstack

    We take for granted being able to find a gas station on our phone, but those maps not only help find that needed coffee fix - they help scientists and first responders save lives. We’ll talk about the impact maps can have and the challenges in developing these tools with Javascript and the JAMstack.