Skip to content

Instantly share code, notes, and snippets.

@misostack
misostack / nextjs-cheatsheet.md
Last active August 2, 2025 10:46
NextJS Cheatsheet
@joshbuchea
joshbuchea / semantic-commit-messages.md
Last active August 14, 2025 09:00
Semantic Commit Messages

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example