umaar / dev-tips-tracker

Issue tracker for Dev Tips
https://umaar.com/dev-tips/
MIT License
168 stars 3 forks source link

Frontend Workshop - August 2017 #29

Open umaar opened 7 years ago

umaar commented 7 years ago

Please vote with 👍 / 👎 or add your own comments.

umaar commented 7 years ago

Performance on the web (via DevTools) (intermediate)

umaar commented 7 years ago

Memory in JavaScript (e.g. how to catch memory leaks) (advanced)

umaar commented 7 years ago

Mastering the Console Panel in DevTools (basic)

umaar commented 7 years ago

Developer workflows (basic)

umaar commented 7 years ago

Node.js (developing and debugging) (intermediate)

umaar commented 7 years ago

Device debugging (basic)

umaar commented 7 years ago

Debugging Production apps 🔥 recommended (intermediate)

umaar commented 7 years ago

Live Coding Sessions (e.g. watch me build some small, yet complete apps) (intermediate)

Sreilys commented 7 years ago

Javascript ES6 misconceptions:

Sreilys commented 7 years ago

How, why, where.. should we use strict mode?

Sreilys commented 7 years ago

Polyfill.. yes please.. or maybe not?

Sreilys commented 7 years ago

Javascript Unit Test: Jasmine (or other nice tool) test project, up and running with some basic test.