Last active
December 15, 2022 18:59
-
-
Save bleucitron/3b861290ab8fab809cacacc74e874573 to your computer and use it in GitHub Desktop.
Dev-oriented podcast topics
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Javascript syntax | |
- `this` | |
- Arrow functions | |
- ES6+ | |
- `null` vs `undefined` | |
- Loops | |
- `var`, `const`, et `let` | |
- `Promise` | |
- `fetch` | |
- variables vs values | |
- Prototypes | |
- mutations | |
- Symbols | |
# JS Ecosystem | |
- Frameworks: Angular, React, Vue, Svelte... | |
- Typescript | |
- Runtimes: Node, Deno, Bun | |
- React | |
- Svelte | |
- Vue | |
- Bundlers | |
# Web | |
- CORS | |
- ECMAScript | |
- JS engines: V8, Webkit, Spidermonkey, ... | |
- Rendering strategies: MPA, Static, SSR, SPA | |
# Culture / People / Companies | |
- Javascript | |
- Aaron Schwarz | |
- Elon Musk | |
- Brendan Eich | |
- Rich Harris | |
- Edward Snowden | |
- | |
# Other dev stuff | |
- Garbage collection | |
- `0.1 + 0.2` | |
- Algo BFS | |
- Hashmap | |
- Git rebase vs merge vs squash | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment