Daniel Adetolaadedaniel.hashnode.net·Jun 2, 2022Setting up your CMS' with Gatsby - EPISODE 1: ContentfulHi there! In this article (and some others to come), We're gonna be going through how to set up some of your popular CMS platforms directly with Gatsby. It's going to be more like a series, so this first episode is going to be on Contentful. Let's Di...Discuss·10 likes·140 readsGatsby
Saurabh Londhesaurabhlondhe.hashnode.net·Jan 19, 2023Contentful - 🤯Headless CMSA Content Management System. There are several CMS providers and Contentful is one of them, It provides great features that can help you grow and scale your applications. TBH before writing this blog I was planning to use Contentful for my blog site ...Discuss·10 likes·44 readsheadless cms
James 'Dante' Midzidantedecodes.hashnode.net·Nov 23, 2021Contentful and NextJS: Finding A CMS Part 2In my search for a CMS, today I take a look at Contentful What is Contentful? Contentful describes itself as the API first content management system. It makes use of what it calls Spaces - a sort of hub for your project and its content. With it, you ...Discuss·2 likes·465 readsCMSContentful
Anas Hassananashassan.hashnode.net·Mar 28, 2023The Rise of Headless CMS in 2023: Benefits, Challenges, Best Practices and How to use it with NextJs for Frontend DevelopersThe world of front-end development is constantly evolving, with new technologies and tools emerging every year. One of the latest trends in the space is the rise of headless content management systems (CMS). Unlike traditional CMS platforms, which co...Discuss·73 readsNext.js
Abhi Dadhaniyaabhisblogs.hashnode.net·Feb 9, 2023Powerful content management systems - Sanity vs Contentful vs StrapiIntroduction to the content management system Nowadays, Websites are switching from no-code website builders (WordPress, Wix etc) to the latest technology stacks like React.js, Next.js, Django, Flask etc. WordPress takes too much time to load pages. ...Discuss·27 readsSanity
Saurabh Londhesaurabhlondhe.hashnode.net·Jan 19, 2023Contentful - 🤯Headless CMSA Content Management System. There are several CMS providers and Contentful is one of them, It provides great features that can help you grow and scale your applications. TBH before writing this blog I was planning to use Contentful for my blog site ...Discuss·10 likes·44 readsheadless cms
Ignacio Andrés Miranda Figueroaigna.hashnode.net·Jan 4, 2023Robots.txt and sitemap pages using Next.js and a Headless CMSSearch Engine Optimization (SEO) is one of those frontend things that can always get tricky. You can have really good HTML practices, the fastest load times, meta tags or social media images. All of that is going to help a lot to increase the positio...Discuss·56 readsNext.js
Ummar HamidforAxelerantaxelerant.hashnode.net·Nov 8, 2022Generate Typings From Your Contentful Environment In A Next.js ProjectIntroduction In our last blog, we learned how to set up and implement the basic functionality while developing an application with Next.js and Contentful. This time, we’ll introduce how you can generate Types from a Contentful data model. For this, w...Discuss·1 like·227 readsNext.js
Ummar HamidforAxelerantaxelerant.hashnode.net·Nov 1, 2022Set Up, Configure, And Get Started With Contentful Library In A Next.js ProjectIntroduction: What Is Contentful? Contentful is a cloud-based headless CMS that helps businesses control their digital presence. It’s an omni-channel content platform or an infrastructure that organises content and makes it scalable across multiple ...Discuss·1 like·143 readsNext.js
Andrew James Okpainmozhacks.hashnode.net·Oct 22, 2022Finish Celebrating Hacktoberfest 2022 by contributing to Reactify.Introduction. It’s been another amazing October of Hacktoberfest. With only about 9 days to go, Hackotberfest 2022 is still way from coming to an end – there’s still enough time for you to increase your impact in the opensource ecosystem through this...Discuss·1 like·133 readsOpen Source
OceanSoftforOceanSoftoceansoft.hashnode.net·Oct 11, 2022⚡ Building a Production-Ready Headless CMS with Jamstack (Gatsby and Contentful) 🎁🎯 Implementing Headless Architecture for Content Management System (CMS) using Jamstack (JavaScript, APIs, and Markup) and Cloud Hosting (Gatsby Cloud, Netlify, AWS Amplify) ⚡ 🚀 Live Demo: https://academy.job4u.io/ 🌥️ The cloud journey generally ...Discuss·85 reads⚡️ Modern Appscms
Des GforAnima Blog: Design to code, automatedanimaapp.hashnode.net·Aug 7, 2022Build a blog with Anima’s React code + Contentful’s headless CMSIn this tutorial, we'll build a completely functional blog by connecting Anima’s generated frontend code to Contentful's headless CMS for dynamic content. Before Starting Sign up to Anima Install the plugin for Figma Create your first Anima Project ...Discuss·36 readsDesign-to-code tutorialscms
Graham Towsegt.hashnode.net·Jun 29, 2022Mixing CommonJS and ESM ImportsLearning Outcomes how ts-node can be used to type check/transpile/run TypeScript without ceremony how CommonJS and ESM modules can work together understanding TypeScript configuration via tsconfig.json Example Scenario You're writing a command line...Discuss·124 readsTypeScript