Learning TensorFlow.js
Tuesday, June 1, 2021I met Gant Laborde while we were both cranking away at a few different Ruby Motion Open Source projects, and I have kept a pulse on what he…
David Larrabee
Technology Leader | Boston | @squidpunch
I met Gant Laborde while we were both cranking away at a few different Ruby Motion Open Source projects, and I have kept a pulse on what he…
Searching online you can find plenty of content comparing NextJS vs Gatsby. Which one should I use for which type of project? The real…
The starter-gatsby-blog for contentful gives you a working blog wired up to contentful pretty much out of the box (after you follow the setup steps to get your spaces talking to each other). The contenful space setup tags the demo posts, but our blog doesn't show them - let's fix that!
Gatsby is great about connecting to other systems to drive your content. Maybe you don't really know how, or want to write markdown for your posts. Just a quick dip into the contentful starter to see how that differs.
Now we have blog posts that have tags attached to them, the next logical step is to create a page that shows the list of posts for that tag…