Skip to content

Instantly share code, notes, and snippets.

View ramenaru's full-sized avatar
🍤
tempura

ramen0w0 ramenaru

🍤
tempura
View GitHub Profile
{
"paintings": [
{
"title": "Mona Lisa",
"artist": "Leonardo da Vinci",
"year": 1503,
"medium": "Oil on poplar panel",
"dimensions": "77 cm × 53 cm",
"location": "Louvre Museum, Paris"
},

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

@ramenaru
ramenaru / metadata.json
Created December 21, 2023 06:13
ramenaru.books
{
"hamlet": "william-shakespeare",
"crime-and-punishment": "fyodor-dostoevsky",
"atomic-habits": "james-clear",
"psychology-of-money": "morgan-housel",
"how-to-wins-friends": "dale-carnegie",
"human-chair": "edogawa-ranpo"
}
@ramenaru
ramenaru / metadata.json
Last active December 21, 2023 06:02
ramenaru.info
{
"linkedin": "linkedin.com/in/ramenaru/",
"steam": "https://steamcommunity.com/id/ramenaru",
"itch.io": "https://ramenaru.itch.io/",
"dribbble": "dribbble.com/ramenaru",
"instagram": "www.instagram.com/ramzyonezu/",
"github": "github.com/ramenaru",
}