Skip to content

Instantly share code, notes, and snippets.

View mitul-s's full-sized avatar
πŸ„β€β™‚οΈ

Mitul Shah mitul-s

πŸ„β€β™‚οΈ
View GitHub Profile
@SuaYoo
SuaYoo / .env.local
Last active April 20, 2025 11:53
Uploading an image with Next.js and Blazeback B2 (AWS S3 alternative)
BACKBLAZE_BUCKET_ID='YOUR_BACKBLAZE_BUCKET_ID'
BACKBLAZE_KEY_ID='YOUR_BACKBLAZE_KEY_ID'
BACKBLAZE_APP_KEY='YOUR_BACKBLAZE_APP_KEY'
@joshbuchea
joshbuchea / semantic-commit-messages.md
Last active December 10, 2025 14:56
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