Gading.dev

screenshot of Gading.dev
nextjs
react
tailwind
daisyui

My Personal Homepage & Blog site with NextJS.

Overview

The article discusses Gading's Hideout, a personal homepage and blog site built using NextJS. It highlights various features of the site and acknowledges the inspiration behind its creation. The project utilizes create-next-app to bootstrap the Next.js setup and also mentions a zero-setup global state management library developed by the author.

Features

  • Dark Mode: The site has a dark mode feature.
  • Color System Documentation: The site provides documentation for its color system.
  • Mobile friendly: The site is optimized for mobile devices.
  • Stateful MDX: Allows the writing of stateful components in Markdown.
  • Synchronizing media images to Cloudinary CDN: Media images are synced to the Cloudinary CDN.
  • Optimized image scaling & Lazyload with blur effect: Images on the site are optimized for scaling and lazyloaded with a blur effect, similar to Instagram.
  • Reading-time prediction: The site predicts the reading time for articles, similar to Medium.
  • I18n (Internationalization) content: Supports internationalization of content.
  • Page transition and effect: Provides smooth page transitions and effects.
  • Posts pagination: Implements pagination for blog posts to improve performance.
  • Automate Lighthouse report: Automates the generation of Lighthouse reports.
  • Web Analytic integration with umami: Integrates web analytics using umami.
  • SEO Optimized with meta information tags: Implements meta information tags for SEO optimization.
  • Feed RSS & Sitemap: Provides RSS feed and sitemap functionality.
  • On Demand Revalidation: Supports on-demand revalidation of pages.
  • Comment & Reaction System with Disqus plugin: Integrates a comment and reaction system using the Disqus plugin.
  • Social share: Allows for social sharing on platforms such as Facebook, LinkedIn, Twitter, Tumblr, WhatsApp, and Telegram.
  • Use app dir with RSC in Next 13: Utilizes the app directory with RSC in Next.js version 13 (work in progress).
  • Push notifications support with OneSignal and Zapier Integration: Supports push notifications with integration of OneSignal and Zapier (work in progress).
  • PWA / Offline-first: Implements Progressive Web App functionality with offline-first support (work in progress).
  • Search posts: Implements post search functionality (work in progress).
  • Sorting posts by date & tags: Allows sorting of posts by date and tags (work in progress).

Summary

The article presents Gading's Hideout, a Next.js-based personal homepage and blog site. It showcases various features of the site, including dark mode, stateful MDX, optimized image scaling, reading-time prediction, and internationalization support. The article also mentions ongoing features and planned enhancements such as push notifications, PWA support, and post search functionality. The author credits Creative Tim, Vitor Britto, Marina Aisa, Ankur Parihar, and themselves for inspiring and contributing to the project.

nextjs
Next.js

Next.js is a React-based web framework that enables server-side rendering, static site generation, and other powerful features for building modern web applications.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

tailwind
Tailwind

Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.

daisyui
daisyUI

daisyUI adds classes to Tailwind CSS for all common UI components. Classes like btn, card, etc. This allows us to focus on important things instead of making basic elements for every project.

blog
Blog

Blog websites feature posts written by one or more authors, organized by categories and tags, with a section for comments and archives sorted by date or topic. Additional features may include search bar, social media sharing, subscription or RSS feed, about and contact pages, and visual content.

personal
Personal

A personal website is an online platform that showcases an individual's work, interests, and personality. It can include a range of content, such as a bio, resume, portfolio, blog, and contact information, and is often used to promote one's personal brand or professional services.

portfolio
Portfolio

A portfolio website is a type of website that showcases an individual's or a company's work, skills, and accomplishments. It typically includes a gallery of images or videos, case studies, and client testimonials to provide potential clients or employers with a comprehensive overview of their experience and expertise.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.