Reference
Use markdownlint to lint your Markdown files from the CLI. Set global rules in a root .markdownlint.json, then add nested configs with extends for folder-specific exceptions.
How to configure Tailwind @source for Streamdown when node_modules is hoisted in a monorepo
Use oxlint's experimental jsPlugins to run eslint-plugin-tailwindcss for Tailwind CSS linting without switching to ESLint.
How I added Zod-based frontmatter validation to catch malformed content before it reaches production, with git hooks and CI integration.
How to fix Arc and other browsers forcing dark mode when macOS is in light mode, breaking prefers-color-scheme detection
How this site notifies search engines of content changes automatically using IndexNow, Vercel cron jobs, and Next.js API routes
How to filter out unwanted auto-import suggestions in Neovim's TypeScript LSP, ensuring imports come from your preferred sources like shadcn/ui instead of underlying libraries.
How to fix Shiki dual themes not switching in dark mode when using Streamdown for markdown rendering
Essential Docker CLI commands cheat sheet covering container management, image operations, and Docker Compose for everyday development.
Quick reference for Atuin shell history keybindings including search navigation, cursor movement, and clipboard operations.
Complete btop keyboard shortcuts reference for process management, box visibility, network monitoring, and system navigation.
Cross-platform keyboard modifier reference mapping Ctrl, Alt, Meta, and Super keys between macOS, Windows, and Linux terminals.
Complete guide to Conventional Commits prefixes including feat, fix, docs, and breaking changes for standardized git commit messages.
How I fixed a treesitter crash caused by render-markdown.nvim and stale parser cache