🔥 JavaScript Completions for Sublime Text has had some major upgrades including inline docs.
🔥 Flexbox tip: In most cases, margin: auto; on flex-items does the same thing as justify-content: center; align-items: center;
margin: auto;
justify-content: center; align-items: center;
🔥 Another new DOM Api is .scrollIntoView() to smooth scroll to a place on your page