Blog
Engineering
Feb 5, 2025
How to build a table of contents for Sanity in a Next.js website
Learn how to build a Table of Contents (ToC) for a Next.js site using Sanity CMS. This guide covers extracting headings from Portable Text, scroll tracking, and implementing smooth scrolling.
Design
Feb 19, 2025
UI copywriting best practices
Learn UI copywriting best practices to create clear, concise, and engaging UX text. Improve buttons, error messages, and CTAs to enhance user experience and boost conversions.
Engineering
Feb 11, 2025
What are static, dynamic, and streaming rendering in web development?
In web development, choosing the right server rendering strategy Static Rendering, Dynamic Rendering, or Streaming is essential for optimizing performance and enhancing user experience.