Below are general senior level full stack developer Q&As.
1. GraphQL vs RESTful
List some issues within RESTful APIs that GraphQL attempts to solve.
- Multiple Resources
- Number of request
b = branch | |
s = status -s | |
c = !git add --all && git commit -m | |
l = log --pretty=format:'[%C(blue)%h%C(white)]%C(red)%d %C(white)%s -> %C(cyan)%cn, %C(green)%cr' | |
lg = log --all --decorate --oneline --graph --pretty=format:'[%C(blue)%h%C(white)]%C(red)%d %C(white)%s -> %C(cyan)%cn, %C(green)%cr' | |
amend = !git add --all && git commit --amend --no-edit | |
find = "!f(){ git branch | grep $1; }; f" | |
st = !git add --all && git stash |
Below are general senior level full stack developer Q&As.
List some issues within RESTful APIs that GraphQL attempts to solve.