something awesome, funny and tricky
- wtfjs - fuck javascript
- csssans - A font created by css, 用 css 模拟字母
- canvas-confetti - confetti, 扔纸屑效果
- astexplorer - AST Explorer https://astexplorer.net/
- caniuse - Browser support tables, 浏览器兼容性表格 https://caniuse.com/
- transform - Polyglot Converter,代码格式转换 https://transform.tools/
- Z-Library - Z-Library 出版图书
- RegExp Visual - https://jex.im/ https://regex101.com/
- babel-handbook - babel handbook, Babel 用户手册
- Module Federation - Module Federation, 模块联邦介绍
- typescript-book - typescript handbook,深入理解 TS
- polyfill - what is a polyfill, 什么是 polyfill
- reset user info on each commit, 重置所有 commit 的作者信息
git rebase --root --exec 'git commit --amend --no-edit --reset-author'