Skip to content

Instantly share code, notes, and snippets.

View saboyadev's full-sized avatar
πŸ˜€
Open for working opportunities...

Jose Saboya saboyadev

πŸ˜€
Open for working opportunities...
View GitHub Profile
// Smooth Scrolling
$('.btn').on('click', function(e) {
if (this.hash !== '') {
e.preventDefault();
const hash = this.hash;
$('html, body').animate(
{
scrollTop: $(hash).offset().top
},
800
@saboyadev
saboyadev / composing-software.md
Created December 30, 2020 08:08 — forked from Geoff-Ford/composing-software.md
Eric Elliott's Composing Software Series

Eric Elliott's "Composing Software" Series

A collection of links to the excellent "Composing Software" series of medium stories by Eric Elliott.

Edit: I see that each post in the series now has index, previous and next links. However, they don't follow a linear flow through all the articles with some pointing back to previous posts effectively locking you in a loop.

@saboyadev
saboyadev / VS-Code-Extensions.txt
Last active July 22, 2020 04:43
Below is my Development Enviroment info back-up
//@root
touch vs-extensions.txt
vim vs-extensions.txt
// Paste all of these
akamud.vscode-theme-onedark
formulahendry.auto-rename-tag
hnw.vscode-auto-open-markdown-preview
coenraads.bracket-pair-colorizer-2
streetsidesoftware.code-spell-checker
@parmentf
parmentf / GitCommitEmoji.md
Last active October 28, 2025 19:34
Git Commit message Emoji

Inspired by dannyfritz/commit-message-emoji

See also gitmoji.

Commit type Emoji
Initial commit πŸŽ‰ :tada:
Version tag πŸ”– :bookmark:
New feature ✨ :sparkles:
Bugfix πŸ› :bug:
@rxaviers
rxaviers / gist:7360908
Last active October 28, 2025 22:16
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: πŸ˜„ :smile: πŸ˜† :laughing:
😊 :blush: πŸ˜ƒ :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
πŸ˜† :satisfied: 😁 :grin: πŸ˜‰ :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: πŸ˜€ :grinning:
πŸ˜— :kissing: πŸ˜™ :kissing_smiling_eyes: πŸ˜› :stuck_out_tongue: