Bolaji Ayodejibolajiayodeji.hashnode.net·Aug 3, 2020FeaturedIntroduction to Headless Content Management SystemsContent management has been around since 300 BC to about AD 273 and only improved when the World Wide Web was introduced in the '90s. Ever since then we've been improving the processes we use to manage content. In this article, I'll show you an overv...111 likes·3.4K readsheadless cms
Tiiatiiaaurora.hashnode.net·Apr 4, 2022What I learned from building websites after a 10-year freelancing hiatusTen years ago I worked as a freelancer building websites with WordPress. I created custom Designs/Templates with Photoshop, HTML, PHP, and CSS. My main customers were people who wanted to switch from their static HTML page to a system where they coul...95 likes·1.4K readsDeveloper LifeWeb Development
Raman Karkiramankarki.hashnode.net·Oct 13, 2021FeaturedHow to render Notion pages content in React apps | Make your site content dynamicSituation I was working on a web project where most contents were static and were given to me by my client. Some pages were pretty plain and simple that could be written using markdown. But the problem was, my client frequently asked me to change tho...89 likes·1.3K readsReact
Amit Kumaramitkumarblog.hashnode.net·Jan 11, 2024Insights into Sitecore Search: A Definitive Introduction.messagebox-outer-div { --padding-left: var(--grid-gutter-x-width); --padding-right: var(--grid-gutter-x-width); padding-right: var(--padding-right); padding-left: var(--padding-left); margin-bottom: var(--spacing-xl) !important; } .messagebox-div-fi...ai
David Schinteiedavidschinteie.hashnode.net·Apr 18, 2023How to create a no-code Gatsby CMS blog on Netlify for FREEYou can check out my demo link: Gatsby Blog Theme or if you are curious, take a look at my code repo. Starting a blog can be an intimidating task at first, especially if you are not decided yet and you don't want to pay for hosting services. Maybe if...10 likesGatsby
Kevine Nzapdigunkev.hashnode.net·Apr 6, 2023WordPress, Yet Another CMSPhoto by Markus Winkler on Unsplash I recently talked about WordPress.com and WordPress.org in my previous articles and actually I have been getting requests from people asking what WordPress actually is. Today you will finally feel relief cause I wi...WordPress
Elucian Moiseeluchn.hashnode.net·Apr 5, 2023Back-End APIDefine Back-End In web development, the back-end refers to the server-side of a web application. It is the part of the web application that is responsible for processing and managing data. In simple terms, the back-end is the part of the web applicat...crud
Anthony GitauforOpen Replay's Technical Blogopenreplay.hashnode.net·Apr 5, 2023Flutter Authentication With Strapi CMSAuthentication is a process where a user must prove their identity in an application to access a specific resource. Basically, a user tries to log in with a username and password using the client. The server then looks at the submitted username and p...Flutter
Anthony GitauforOpen Replay's Technical Blogopenreplay.hashnode.net·Apr 3, 2023Build Headless ECommerce With Nuxt.Js, Webiny CMS, And Stripe IntegrationsNuxt.js is is a lightweight front-end SSR framework for Vue. Vue allows us to build robust and engaging user interfaces of any complexity. Nuxt.js is built on the Vue structure to help us build production-ready Vue applications. This article will lev...Nuxt
Collins Mbakacollinsmbaka.hashnode.net·Mar 30, 2023How to render Youube and code block types on react frontend - Sanity V3Sanity is such a great CMS for creating and managing your content. If you started using Sanity in the V3 era, most of the guides you will find online will be specific to v2, and some of the code snippets will not straight out work. Had a similar chal...2 likesSanity
Team UFirstufirst.hashnode.net·Mar 28, 2023Using transactions with Strapi v4Within our company UFirst Group, we have been using Strapi in two different projects. One as a CMS and the other we are using Strapi as a backend for a Next.JS application. In the latter we use transactions for handling the changes of the data during...1 like·185 readsStrapi
José Hortajoshhortt.hashnode.net·Mar 11, 2023How to Configure cloudcannon collections to enable Post & Page content editing?Next.js is one of the most popular React-based SSGs. CloudCannon makes it easy to store your content in your Git Repository and have non-developers update it. Better yet, the editing is all done in context with minimal configuration. Intro This guide...56 readscloudcannon
Aabishkar Wagleaabishkar.hashnode.net·Mar 9, 2023How to host your website for free?I recently noticed a surge in traffic to my old article How to deploy your full-stack application for free? which led me to believe that it has helped many people who are searching for free tools to host their applications. It's always great to see t...full stack