Skip to main content

130 articles • Page 7/9

  1. 13 Feb 2022

    Web Dev 3 min

    How I improved your Google Lighthouse SEO score

    Why has Google Lighthouse been penalising us for canonical links on different domains? I set out to solve this conundrum once and for all.

  2. 11 Feb 2022

    Tutorials 2 min

    How to build an HTML-only accordion — no JavaScript required!

    You don't need JavaScript to build accordions! Use HTML only and just four lines of code.

  3. 6 Feb 2022

    CSS 2 min

    Debug your CSS layouts with this one simple trick

    Are you battling with layouts in CSS? Use this one line of CSS to help you debug what's up and get you back on the road to success.

  4. 18 Jan 2022

    Tutorials 4 min

    How to use really long environment variables in Netlify functions

    Here’s how you can use a Netlify build plugin to use longer environment variables in your functions.

  5. 13 Dec 2021

    GraphQL 10 min

    An introduction to GraphQL and how to use GraphQL APIs

    Here's everything I learned this year about GraphQL for anyone getting started.

  6. 29 Nov 2021

    Tutorials 13 min

    How to load responsive images in AVIF and WebP using the HTML picture element

    A complete guide on how to serve responsive images in WebP and the new AVIF format where supported, using the HTML picture element.

  7. 21 Oct 2021

    Tutorials 4 min

    TIL: How to use GraphQL variables to give my queries type safety

    How can you make sure your GraphQL queries are safe from nasties? Let’s find out.

  8. 10 Oct 2021

    GraphQL 90 min

    Next.js Dynamic Routes with Contentful's GraphQL API — with Jason Lengstorf

    In this episode of Learn with Jason, I teach Jason how to use Contentful’s GraphQL API to power Next.js dynamic routes.

  9. 4 Oct 2021

    Web Dev 8 min

    What is a REST API?

    REST? API? What does it all mean? Let’s break it down.

  10. 16 Sep 2021

    Web Dev 48 min

    Ecommerce and Next.js on the Jamstack — with Colby Fayock

    I sat down with Colby Fayock to chat about Next.js and how all of its features help enable developers to build great experiences on the web.

  11. 7 Sep 2021

    Tutorials 11 min

    How to build a personalized image social sharing app with Cloudinary and Next.js

    Encourage your event attendees to share their tickets for your next virtual event!

  12. 1 Sep 2021

    JavaScript 1 min

    Why I love building with Next.js — a fireside chat with Cassidy Williams of Netlify

    I joined Cassidy Williams to talk about the performance benefits of Next.js, and how developers can make the most of the JavaScript framework.

  13. 11 Aug 2021

    Web Dev 9 min

    What is an API?

    Let's learn about application programming interfaces.

  14. 4 Aug 2021

    Tutorials 1 min

    A Next.js complete beginner tutorial using the Spotify API

    I'm joined by Ebonie (metalandcoffee_) where we set up a new Next.js and Spotify API project to curate music recommendations.

  15. 11 Jul 2021

    Snippets 1 min

    How to avoid using relative path imports in Next.js

    Say goodbye to ../really/long/and/silly/paths/to/components in your Next.js application and define absolute imports with a jsconfig.json file.

  16. 8 Jul 2021

    Snippets 1 min

    How I set up my new Next.js projects with a handy bash script

    After I create a new Next.js application I run this bash script to prepare my app for development — just the way I like it. Give it a try!