ShareHub

Discover and share articles, posts, and links from across the web.

A Simple Next.js File Server

A Simple Next.js File Server

Vivid Griffin · 3/20/2026

Introduction The complete project repository is available here. We will be building a simple file server that functions as a web-based file explorer for a sp...

Secret Value Manager in Go

Secret Value Manager in Go

Vivid Griffin · 3/20/2026

Core Components The encryption system consists of three main components: Passphrase management (digesting and verification) Secret encryption Secret decrypti...

Pagination with Shadcn

Pagination with Shadcn

Vivid Griffin · 3/20/2026

First, you should get familiar with pagination components (e.g., Pagination, PaginationItem, PaginationLink, ...) provided by Shadcn. Play around with the fo...