Coding, Insights, and Digital Discoveries ๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ’ป

From Stay-at-Home Mom to a Developer After 50

coding
Published on

Compare CSR, SSR, SSG, and ISR: Lessons Learned While Building the Sitemap Page

Added a Sitemap Page in 2024! ๐Ÿ—บ๏ธ Learned CSR (slow, dynamic), SSR (real-time), and SSG (fast, static). Used SSG with Contentlayer2 for my blogโ€”super fast and SEO-friendly! ๐Ÿš€ Use SSR for dynamic, SSG for static, or mix both! ๐Ÿ˜Š

coding
Published on

Master React Hook Form - useFieldArray for Dynamic Forms Creation

The `useFieldArray` hook in React Hook Form is a powerful tool designed for managing dynamic forms where the number of input fields can vary.

coding
Published on

Endless Scrolling vs. Pagination: Which is Better for User Experience and SEO?

Explore the pros and cons of endless scrolling, pagination, and the "Load More" button to choose the best content delivery method for your blog.

coding
Published on

Building Social Share Buttons for My Next.js Blog: A Step-by-Step Journey

Learn how I built custom social share buttons for my Next.js blog, enhancing user experience, boosting engagement, and avoiding third-party bloat for optimal performance.

tools
Published on

Thinking About the Future of My Next.js + Contentlayer Blog

A Next.js + Contentlayer + MDX blog works great for static content, but as needs grow, tools like Sanity, Strapi, or Cloudinary offer dynamic content, media management, and personalization features for scalability.

โ† See All Posts