Tran Sang Dev Blog

A real-life engineer blog

Best practices when working with universal time
programming

Best practices when working with universal time

Wall clock and Timeline Let's divide Date's object methods into 2 categories: Wall clock type: * .getWallClockLabels() family: .getFullYear(), .getMonth(), .getDate(), .getHours(), .getMinutes(), .getSeconds(), .getMiliseconds(), .getDay(). * .setWallClockLabels() family: .setFullYear(), .setMonth(), .setDate(), .setHours(), .setMinutes(), .setSeconds(), .setMiliseconds(), .setDay(). * Wall clock constructor: new Date(year, month, date, hour, minutes, seconds, miliseconds) Timeline point
14 min read
Một vài câu lệnh git (nâng cao)
devops

Một vài câu lệnh git (nâng cao)

* git cat-file -p . VD: git cat-file -p master. Kết qủa tree 78ff5631102bf0a3ffa324aba689eb8f747b3524 parent af17132094f118b6b126b11ca2422fb2f17e65a4 author Tran Sang 1545708057 +0900 committer Tran Sang 1545708057 +0900 remove UserAppContainer.js. rebase bug? 78ff5631102bf0a3ffa324aba689eb8f747b3524: commit hash af17132094f118b6b126b11ca2422fb2f17e65a4: parent commit hash còn lại: nội dung của commit Lệnh này dùng để in ra thông tin
2 min read