Written by Joel Mun. Joel likes Rust, GoLang, Typescript, Wasm and more. He also loves to enlarge the boundaries of his knowledge, mainly by reading books and watching lectures on Youtube. Guitar and piano are necessities at his home.
20 posts tagged with "javascript"
- Announcing a performant knowledge graph visualization tool for Notion and its underlying library
- Practical Emscripten & Webassembly: Simple RISC-V Simulator on the web
- How to compile C++ code into Webassembly with Emscripten + Docker and use it in Webpack + Typescript + React project
- How to make useSelector not a disaster
- Learn all major functionalities on Chrome's Performance tab and practice it with a simple React project
- [...].forEach(saveFromZombies) does not always save people
- Making stupid react smart in re-rendering
- New javascript specifications in 2019 (What's new in Javascript - Google I/O '19)
- Vue
- Async, await, promise
- This & Object prototypes (3): Objects
- This & Object prototypes (2): this All Makes Sense Now!
- This & Object prototypes (1): this or That?
- Scope and closure (6): Dynamic scope, Polyfilling Block Scope, and Lexical-this
- Scope and closure (5): modules
- Scope and closure (4): closure
- Scope and closure (3): hoisting
- Scope and closure (2): writing good codes
- Scope and closure (1): lexical Scope
- Difference among const, let, var