Skip to content

Instantly share code, notes, and snippets.

@misostack
misostack / nextjs-cheatsheet.md
Last active September 5, 2025 14:57
NextJS Cheatsheet
@joshbuchea
joshbuchea / semantic-commit-messages.md
Last active October 16, 2025 10:54
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