Skip to content

Instantly share code, notes, and snippets.

View georgeben's full-sized avatar
🎯
Focusing

George Kurobara Benjamin georgeben

🎯
Focusing
  • Nigeria
View GitHub Profile
@leonardofed
leonardofed / README.md
Last active May 2, 2025 08:07
A curated list of AWS resources to prepare for the AWS Certifications


A curated list of AWS resources to prepare for the AWS Certifications

A curated list of awesome AWS resources you need to prepare for the all 5 AWS Certifications. This gist will include: open source repos, blogs & blogposts, ebooks, PDF, whitepapers, video courses, free lecture, slides, sample test and many other resources.


@joshbuchea
joshbuchea / semantic-commit-messages.md
Last active May 2, 2025 07:59
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

@bradtraversy
bradtraversy / mysql_cheat_sheet.md
Last active April 29, 2025 03:32
MySQL Cheat Sheet

MySQL Cheat Sheet

Help with SQL commands to interact with a MySQL database

MySQL Locations

  • Mac /usr/local/mysql/bin
  • Windows /Program Files/MySQL/MySQL version/bin
  • Xampp /xampp/mysql/bin

Add mysql to your PATH