HOME
ABOUT
DOC
BLOG
HOME
ABOUT
DOC
BLOG
22 Dec 2017
ಠ_ಠ!!! Prepare for all interviews ...
AWS:
Currently we spent $63.81 on AWS
Node.js:
Singly Linked List?
That
’s awesome!
Slice is O(N) where N is end - start
– oh that’s incredible (?!)
History of
“use strict”
– to my very basic understanding, it basically says that, by puting these strings intor some code block, it can somehow prevents some terrifying actions
Git:
Pretty log of commits in tree
So far,
git log –all –oneline –graph
works like a charm for me
–all reveal all commits (this may not contain the commits on other branches according to
this
)
–oneline abbreviates the content of each commit (hash and commit comment only)
–graph show the commit history in a pretty tree layout