Giter Club home page Giter Club logo

get-mp3's Introduction

Hello World, I'm Kevin

I'm a passionate self-taught engineer from San Francisco ๐ŸŒ‰

Currently building infra tools over @linkedin ๐Ÿ‘จโ€๐Ÿ’ป


  • ๐Ÿš€ Iโ€™m also working on some super cool top secret side projects ๐Ÿคซ
  • ๐Ÿ‘ฏ Iโ€™m looking to collaborate with other indie hackers ๐Ÿ‘จโ€๐Ÿ’ป
  • ๐Ÿ’ฌ Ask me what passion projects I'm working on ๐ŸŽฅ
  • ๐Ÿ“ Portfolio | Resume
  • โšก Fun facts:
    • Ex-Architect ๐Ÿ›
    • Drone Enthusiast ๐Ÿš
    • I love sharing music, let's trade playlists!

Spotify Playing ๐ŸŽง

Now Playing


Technologies

Visual Studio Code HTML5 CSS3 Sass JavaScript React typescript redux nodejs python flask SQL MySQL PostgreSQL MongoDB azure aws firebase Git


Connect with me

linkedin-kevin-reber twitter-k_reebz instagram-k_reebz youtube-kevin-reber strava-kevin-reber


Favorite Tools

Name Description
Raycast Raycast is a productivity tool for Mac that provides quick access to apps, data, files, commands, and shortcuts through a centralized command palette. Hit me up for a referral and we can both get a month free of Raycast Pro!
iTerm iTerm2 is a replacement for Mac's Terminal. iTerm2 brings the terminal into the modern age with features you never knew you always wanted.
CleanShot CleanShot is the best screenshot and screen recording app for Mac with a built-in annotation tool, Cloud uploading, scrolling capture, and a lot more.
Byobu Byobu is an open-source text-based window manager and terminal multiplexer. Byobu includes enhanced profiles, convenient keybindings, configuration utilities, and toggleable system status notifications for both the GNU Screen window manager and the more modern Tmux terminal multiplexer. Works on most Linux, BSD, and Mac distributions.
Mosh Remote terminal application that allows roaming, supports intermittent connectivity, and provides intelligent local echo and line editing of user keystrokes. TLDR; A tool that maintains your SSH connection even if you close your laptop!
VS Code Do I need to explain? ๐Ÿ˜

Custom Aliases

# My favorite custom aliases for ".bashrc" for ".zshrc" files

# Configs
alias zshconfig="vim ~/.zshrc" # or "vim ~/.bashrc"
alias tmuxconfig="vim ~/.tmux.conf"

# yarn aliases
alias y="yarn"
alias yi="yarn install"
alias yst="yarn start"

# Git Aliases
alias g="git"
alias ga="git add"
alias gst="git status"
alias gb="git branch"
alias gco="git checkout"
alias gc="git commit"
alias gpl="git pull"
alias gps="git push"
alias gfo="git fetch origin"
alias gl="git log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset) %C(bold cyan)(committed: %cD)%C(reset) %C(auto)%d%C(reset)%n''          %C(white)%s%C(reset)%n''          %C(dim white)- %an <%ae> %C(reset) %C(dim white)(committer: %cn <%ce>)%C(reset)'"
alias glo="git log --oneline"
 
# TMux Aliases
alias tmns="tmux new-session -s"
alias tma="tmux attach-session -t"
alias tml="tmux list-sessions"
alias tmk="tmux kill-session -t"
alias tmd="tmux detach"
alias tmrename="tmux rename-window"
alias tmv="tmux split-window -v"
alias tmh="tmux split-window -h"
alias tmnw="tmux new-window"
alias tmnext="tmux next-window"
alias tmprev="tmux previous-window"
alias tmsw="tmux select-window -t"
alias tmresize="tmux resize-pane"
alias tmsync="tmux setw synchronize-panes on"
alias tmunsync="tmux setw synchronize-panes off"
alias tmsend="tmux send-keys"
alias tmcapture="tmux capture-pane -S -"
alias tmsave="tmux save-buffer -b"
alias tmconf="tmux show-options -g"

# MAC Aliases
alias ports="sudo lsof -i -n -P | grep TCP"
 
# VM Login Alias
# SETUP BELOW during install
# alias login="ssh <ENTER_REMOTE_VM>"

Buy Me A Coffee

get-mp3's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.