An open API service indexing awesome lists of open source software.

https://github.com/remcostoeten/snippets.remcostoeten

Crearting v2. A personal place to store thoughts, share CLI-programs for better DX or productivity, store configuration files and write tutorials/documentation/guides for subjects like setting up PostgreSQL/SQLite in NextJS, optimizing drizzle-orm in a scalable way and more (web)dev related.
https://github.com/remcostoeten/snippets.remcostoeten

blog drizzle-orm fumadocs guides markdown mdx react snippets-collection typescript

Last synced: about 1 month ago
JSON representation

Crearting v2. A personal place to store thoughts, share CLI-programs for better DX or productivity, store configuration files and write tutorials/documentation/guides for subjects like setting up PostgreSQL/SQLite in NextJS, optimizing drizzle-orm in a scalable way and more (web)dev related.

Awesome Lists containing this project

README

        

## Snippets.remcostoeten v2

See deployed version [here 🚀](https://snippets-remcostoeten.vercel.app)

This site contains snippets, guides, personal reminders, and boilerplates I often need. I use it to quickly access shell configurations, obscure commands, or reminders on setting up authentication. It also stores commonly used queries for PostgreSQL/SQLite and implementation details for various packages and programs.

This is version 2, built with React 19 and Next.js 15+ using Static Site Generation (SSG). It's fully managed through `.mdx` files and built on the [Fumadocs framework](https://fumadocs.vercel.app/). Fumadocs provides enhanced MDX support, automatic ToC generation, site-wide search, and excellent aesthetics and DX.

Version 1 was built on [Nextra](https://nextra.site), another static site generator. After two years, I decided to rethink my documentation, which I rarely used anymore.

xxx yours sincerely,

Remco Stoeten