Skip to content

Instantly share code, notes, and snippets.

View Tedev555's full-sized avatar

Thanongsine Chanthakham Tedev555

  • http://tedory.me
  • Vientiane, Laos
View GitHub Profile
/*
1) Open https://popcat.click
2) Open console (F12)
3) Insert code & run
*/
var event = new KeyboardEvent('keydown', {
key: 'g',
ctrlKey: true
@igorjs
igorjs / rest-api-response-format.md
Last active May 21, 2024 14:49
REST API response format based on some of the best practices
@joshbuchea
joshbuchea / semantic-commit-messages.md
Last active May 26, 2024 01:28
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