Skip to content

Instantly share code, notes, and snippets.

View siniradam's full-sized avatar
🌎
Digital Nomad

Atlas Koray siniradam

🌎
Digital Nomad
View GitHub Profile
@siniradam
siniradam / cloudAliases.md
Last active May 29, 2024 09:24
Useful Full-Stack Bash Aliases

Useful aliases for front-end & back end developers

By adding the lines below to your ~/.zshrc or ~/.bashrc you can use quick aliases to perform some firebase and aws commands.

GIT

# Undo last commit (If you haven't pushed)
alias gitz="git reset --soft HEAD~"
@straker
straker / README.md
Last active March 20, 2025 08:00
Basic Bomberman HTML and JavaScript Game

Basic Bomberman HTML and JavaScript Game

This is a basic implementation of the NES game Bomberman, but it's missing a few things intentionally and they're left as further exploration for the reader.

Further Exploration

  • Player death
  • The player should die when it is hit by an explosion from a bomb
@colmarius
colmarius / git-aliases.md
Created September 23, 2014 09:50
A list of useful git aliases

Intro

Bellow follows a list of aliases, split between beginner and advanced.

To start using them right away you should place the aliases you like most in a file like ~/.zsh/git. Now all that remains is to add the following line to your ~/.zshrc or ~/.bashrc:

. ~/.zsh/git # git aliases