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
PROMPT="%(?:%{$fg_bold[green]%}👾:%{$fg_bold[red]%}👾 )"
PROMPT+=' %{$fg[cyan]%}%c%{$reset_color%} $(git_prompt_info)'
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%}git:(%{$fg[red]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} "
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[blue]%}) %{$fg[yellow]%}✗"
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%})"
@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.

GitHub Cheat-Sheet

  • Creating Snapshots

    Initializing a repository

      git init
    

    Staging files

@saboyadev
saboyadev / meta-tags.md
Created November 11, 2020 22:47 — forked from whitingx/meta-tags.md
Complete List of HTML Meta Tags

Copied from http://code.lancepollard.com/complete-list-of-html-meta-tags/

Basic HTML Meta Tags

<meta charset='UTF-8'>
<meta name='keywords' content='your, tags'>
<meta name='description' content='150 words'>
<meta name='subject' content='your website's subject'>
<meta name='copyright' content='company name'>

tmux cheatsheet

As configured in my dotfiles.

start new:

tmux

start new with session name:

@saboyadev
saboyadev / myProjects.txt
Created April 7, 2020 02:11
My Web Development Projects List
My Projects:
loan_calculator: BootStrap ->
TaskList: BootStrap -> Basic HTML page and JS uses Local Storage
crwn-clothing: REACT -> E-Commerce Clothing Store
monsters-rolodex: REACT -> no BackEnd connects to jsonplaceholder
@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