Skip to content

Instantly share code, notes, and snippets.

@marcorichetta
marcorichetta / postgresql-manjaro.md
Last active July 24, 2024 20:22
Install PostgreSQL on Manjaro and set it up for Django
@joshbuchea
joshbuchea / semantic-commit-messages.md
Last active November 3, 2024 09:41
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

@geoffreydhuyvetters
geoffreydhuyvetters / react_fiber.md
Last active August 15, 2024 15:17
What is React Fiber? And how can I try it out today?
@jwo
jwo / mysql.database.yml
Last active October 4, 2024 14:01
Sample config/database.yml from Rails. Postgres, MySQL, and SQLite
#
# Install the MYSQL driver
# gem install mysql2
#
# Ensure the MySQL gem is defined in your Gemfile
# gem 'mysql2'
#
# And be sure to use new-style password hashing:
# http://dev.mysql.com/doc/refman/5.0/en/old-client.html
development: