Skip to content

Instantly share code, notes, and snippets.

View jakoritarleite's full-sized avatar
🦀
Rusting everything

João Koritar jakoritarleite

🦀
Rusting everything
View GitHub Profile
@joshbuchea
joshbuchea / semantic-commit-messages.md
Last active July 21, 2024 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

@slykar
slykar / docker-compose-hackintosh.md
Last active July 17, 2024 05:06
Docker and Docker Compose on AMD OSX Hackintosh via Docker Machine

Introduction

Docker.app will complain about incompatible processor, so we will use Docker Machine.

Instalation

Download Docker for Mac (Docker.app). It contains some binaries that are necessary.

brew install virtualbox docker-machine