Activity feed
-
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?
If you’ve read the Contentful docs, you’ll have seen that we provide a REST API and a GraphQL API to access and manage your content. But what is an API?
-
4 Aug 2021
A Next.js complete beginner tutorial using the Spotify API
In this video I'm joined by Ebonie (metalandcoffee_) — 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.
-
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.
-
8 Jul 2021
How I set up my new Next.js projects with a handy bash script
After I create a new Next.js application with npx create-next-app, I run this bash script to prepare my app for development — just the way I like it. And then I tell myself to have a nice day! Give it a try!
-
1 Jul 2021
How to add Algolia InstantSearch to your Next.js application
By the time I had written 15 blog articles on my website, it was getting a little tricky to find what I was looking for in a hurry! So I set out to implement search functionality on my blog.
-
23 Jun 2021
How to prevent the collapse of society by building an accessible web @ JS Monthly London
-
22 Jun 2021
How to prevent the collapse of society by building an accessible web
It’s 2031. Society, as we knew it in 2021, has officially collapsed. Broken hardware and a very slow internet connection are all we have left. Accessibility on the web is now paramount to the survival of the human race. But how do you ensure your website is accessible amidst a raging apocalypse?
-
14 Jun 2021
How to filter entries by linked references in GraphQL
Do you want to filter your blog posts by linked topics such as “javascript” or “tutorial” via GraphQL? Check out this quick guide that shows you how to get the data you need using the linkedFrom field in your query — it’s pretty nice!
-
7 Jun 2021
Empowering developers as DevRel, boosting live coding and accessibility
-
27 May 2021
How to use GitHub actions and Contentful webhooks to show your latest blog posts on your GitHub README
Want to show your latest blog posts on your GitHub README? Here's how I do it using the power of GitHub actions and webhooks in Contentful.