Sarah discusses comments, good comments, bad comments, and best practices around commenting our code. |
|
Thomas dives into how V8 adapted to provide support for ES2015+ features, and how its design optimizes for these new improvements. |
|
What does allocate on the heap mean? Why is it different from the stack? And why does it even matter? |
|
It’s good to think about developing UI in a similar mindset as how security researchers think, as to avoid potential security breaches. Alex goes over some vulnerabilities in an issue tracker built by Google. | |
|
Ayush explains how to create your own HTML tags with styles, functionality, and markup neatly packaged in their own files. |
|
Did you know there’s an <output> element in HTML? And that it’s many, many years old? Yeah, me neither. It’s mostly useful for accessibility, given it requires JavaScript to turn into a meaningful part of the DOM. |
|
Ana shows how to reproduce CSS timing functions with a mix of JavaScript and CSS variables. |
|
Bartek goes over developing a solid foundation for our React components. |
|
|
Comments