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
@joshbuchea
joshbuchea / semantic-commit-messages.md
Last active June 17, 2024 05: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

@igorjs
igorjs / rest-api-response-format.md
Last active May 26, 2024 19:03
REST API response format based on some of the best practices
/*
1) Open https://popcat.click
2) Open console (F12)
3) Insert code & run
*/
var event = new KeyboardEvent('keydown', {
key: 'g',
ctrlKey: true