Carles Andres' avatarHomeBlogReferenceCheatsheets

Reference

Validate your Markdown files with markdownlint

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.

Published on 2/24/2026
Streamdown Tailwind @source in monorepos

How to configure Tailwind @source for Streamdown when node_modules is hoisted in a monorepo

Published on 2/23/2026
Configuring oxlint with eslint-plugin-tailwindcss

Use oxlint's experimental jsPlugins to run eslint-plugin-tailwindcss for Tailwind CSS linting without switching to ESLint.

Published on 2/21/2026
Frontmatter Validation for Markdown Content

How I added Zod-based frontmatter validation to catch malformed content before it reaches production, with git hooks and CI integration.

Published on 2/19/2026
Arc browser overrides system dark mode preference

How to fix Arc and other browsers forcing dark mode when macOS is in light mode, breaking prefers-color-scheme detection

Published on 2/17/2026
Automating IndexNow submissions with Vercel cron jobs

How this site notifies search engines of content changes automatically using IndexNow, Vercel cron jobs, and Next.js API routes

Published on 2/17/2026
Exclude auto-import suggestions in Neovim LSPs

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.

Published on 2/15/2026
Shiki dark mode not working with Streamdown

How to fix Shiki dual themes not switching in dark mode when using Streamdown for markdown rendering

Published on 2/14/2026
docker commands

Essential Docker CLI commands cheat sheet covering container management, image operations, and Docker Compose for everyday development.

Published on 2/12/2026
Atuin keybindings

Quick reference for Atuin shell history keybindings including search navigation, cursor movement, and clipboard operations.

Published on 2/11/2026
btop Keyboard Shortcuts

Complete btop keyboard shortcuts reference for process management, box visibility, network monitoring, and system navigation.

Published on 2/11/2026
Keyboard modifiers by platform

Cross-platform keyboard modifier reference mapping Ctrl, Alt, Meta, and Super keys between macOS, Windows, and Linux terminals.

Published on 2/11/2026
Conventional Commits Prefixes

Complete guide to Conventional Commits prefixes including feat, fix, docs, and breaking changes for standardized git commit messages.

Published on 2/10/2026
Neovim crashes when opening markdown files

How I fixed a treesitter crash caused by render-markdown.nvim and stale parser cache

Published on 2/8/2026