Skip to content

kevinreber/kevinreber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

28 Commits
Β 
Β 

Repository files navigation

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.
VS Code Do I need to explain? 😏

Custom Aliases

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

# 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"
 
 
# 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published