Activity feed
-
23 Sep 2021
This box will change your life
Are you struggling with margins, paddings and layout in web development? Understanding the CSS box model will change your life.
-
23 Sep 2021
Stop worrying and start shipping with structured content
-
22 Sep 2021
Front End Foxes
-
16 Sep 2021
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.
-
7 Sep 2021
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!
-
1 Sep 2021
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.
-
1 Sep 2021
Microsoft MVP for Developer Technologies
-
25 Aug 2021
Building with Next.js | Cassidy Williams and Salma Alam-Naylor | Architecting with Next.js 2021
-
11 Aug 2021
What is an API?
Let's learn about application programming interfaces.
-
4 Aug 2021
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.
-
3 Aug 2021
Next.js + Spotify API beginner tutorial
In this video I'm joined by Ebonie — web developer, Metal DJ and Twitch streamer — where we set up a new project in Next.js to curate music recommendations using the Spotify API.
This video goes in-depth on the structure of a Next.js application, with some tips and tricks on how to make your project more accessible and improve the developer experience.
-
11 Jul 2021
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.