Skip to content

Instantly share code, notes, and snippets.

@bleucitron
Last active December 15, 2022 18:59
Show Gist options
  • Save bleucitron/3b861290ab8fab809cacacc74e874573 to your computer and use it in GitHub Desktop.
Save bleucitron/3b861290ab8fab809cacacc74e874573 to your computer and use it in GitHub Desktop.
Dev-oriented podcast topics
# 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
- Twitter
- Facebook
- 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