ARTS - Week Six
Algorithm
Problem
Jump Game
Solution
Review
Artical
How browsers work - Behind the scenes of modern web browsers
Link
http://taligarsiel.com/Projects/howbrowserswork1.htm
Note
The main flow
Resolve DNS -> Request Page -> Tokenize the response -> Parsing HTML to construct the DOM tree -> Render tree construction -> Layout of the render tree -> Painting the render tree.
Not part of render Tree
Head
display: none;
postion: absolute;
postion: relative;
Tips
Chained ternary operator
Share
Artical
4 Things Emotionally Intelligent People Don’t Do
Link
https://medium.com/personal-growth/4-things-emotionally-intelligent-people-dont-do-24ea6ea53992
Summary
Stop criticizing others.
Stop worrying about the future.
Stop ruminating on the past.
Stop expecting too much of others.
评论