Pagepropagepro.hashnode.dev·Nov 8, 2024Sanity and Nextjs for CI / CDSanity and Next.js for Seamless CI/CD: A Guide In development, optimizing workflows for efficiency is crucial, not only for internal processes but also for improving the end-user experience. CI/CD (Continuous Integration and Continuous Delivery) play...DiscussNext.js
Daniel Simonsonmariposablog.hashnode.dev·Jul 20, 2024Paginate with Sanity's GROQ and NEXT/NAVIGATIONI was working on a project and learned some stuff while implement pagination which I'm passing along. Today we'll be going through some of the details of Sanity's GROQ and Next's navigation methods. For those who don't know or haven't heard, GROQ is ...Discuss·45 readsNEXT/NAVIGATION
Femi Wallacethisiswallace.hashnode.dev·Dec 6, 2023Next.js and Headless CMS: A Guide to Building Dynamic Websites:In the ever-evolving landscape of web development, the demand for dynamic and engaging websites has never been greater. While traditional content management systems (CMS) have served us well, the limitations imposed by their tightly coupled architect...Discuss·5 likescms
Albert Sigsbertalbertsigsbert.hashnode.dev·Nov 7, 2023My Portfolio Website Journey: From 1.0 to 2.0So, I recently gave my portfolio website a much-needed makeover – we're talking about upgrading it from version 1.0 to 2.0. This project has been an absolute blast, and I'm excited to share my experiences, thought process, hurdles, and the tech choic...Discuss·39 readsWeb Development
IBUKUN FOLAYibukunfolay.hashnode.dev·Oct 9, 2023How to build a technical-writers media board using Sanity CMS.Introduction Building websites or even an online presence for your company or business has gotten easier over the years with the introduction of Content Management Systems (CMS). As the name implies, a Content Management System or CMS is software tha...Discuss·46 readsReact
Shantanu Kaushikshantanuk.hashnode.dev·Sep 28, 2023Making a portfolio website using Jamstack architectureThis is the first post in a 3-part series where I show you how to create your own portfolio website using the Jamstack architecture. In this series, you will learn: What Jamstack is and why it is a good choice for portfolio websites How to manage t...DiscussGatsby
Aravindan Rthearavindan.hashnode.dev·Sep 23, 2023Agile methodologyQ1. describe the differences in between : smoke and sanity testing : Smoke testingSanity testingSmoke Testing is performed to ascertain that the critical functionalities of the program are working fineSanity Testing is done to check the new functiona...Discusssmoke testing
Tinotenda Joeblog.britelink.io·Aug 27, 2023Fetching Deeply in Sanity.io: A Comprehensive GuideI posted my frustration a week ago on X about how I lost my sanity studio code base. So yesterday morning, I finally finished reverse engineering the code base, lol. But guess what? I ended up spending the whole day again, failing to figure out a bug...Discuss·42 readsNext.js
Benson Kamau (Mungaben)mungaben.hashnode.dev·Jul 24, 2023set up sanity in next13 >create next app -npx create-next-app@latestnavigate project folder add install npm install next-sanity @sanity/client @portabletext/react @sanity/image-url -run npx sanity init configure it it creates -a studio page -entry to the embedded studio ...DiscussSanity
Sandeep K Yaramchittisandeepyaramchitti.hashnode.dev·Jun 23, 2023Automating AWS Step Functions: Programmatically Initiating Workflows for Seamless OrchestrationRecently, I came across a scenario that required using a programmatic approach, such as invoking Step Functions directly from a Lambda function over triggering Step Functions via API Gateway directly. While developing the Cloudysky portal, I came acr...Discuss·1 like·28 readsAWS