Skip to content

Instantly share code, notes, and snippets.

View tsabunkar's full-sized avatar
💻
Clean Code is Chimera

Sabunkar Tejas Shailesh tsabunkar

💻
Clean Code is Chimera
View GitHub Profile
@tsabunkar
tsabunkar / System Design.md
Created June 9, 2020 10:11 — forked from vasanthk/System Design.md
System Design Cheatsheet

System Design Cheatsheet

Picking the right architecture = Picking the right battles + Managing trade-offs

Basic Steps

  1. Clarify and agree on the scope of the system
  • User cases (description of sequences of events that, taken together, lead to a system doing something useful)
    • Who is going to use it?
    • How are they going to use it?
@tsabunkar
tsabunkar / pre-push.sh
Created March 25, 2020 13:09 — forked from vlucas/pre-push.sh
Prevent Pushes Directly to Master
#!/bin/bash
# @link https://gist.github.com/mattscilipoti/8424018
#
# Called by "git push" after it has checked the remote status,
# but before anything has been pushed.
#
# If this script exits with a non-zero status nothing will be pushed.
#
# Steps to install, from the root directory of your repo...
@tsabunkar
tsabunkar / Angular-cli.md
Created June 19, 2018 13:10 — forked from cortesben/Angular-cli.md
Bash commands and Angular CLI commands

#Angular-cli oh shit!

https://cli.angular.io/reference.pdf

Commands Description
ng help returns all commands with flags they can take as a param
ng new [project-name] create a brand new angular project with live server BANG!
ng init grabs name from folder that already exist