Hacker News
- You may not need a bundler for your NPM library https://cmdcolin.github.io/posts/2022-05-27-youmaynotneedabundler 39 comments
Lobsters
- Using find . -exec sed is dangerous in a git repo https://cmdcolin.github.io/posts/2022-05-04-findseddangerous 8 comments vcs
- Vite library mode bundles your library's dependencies (which I don't think is good) https://cmdcolin.github.io/posts/2025-02-23-vitelibrarymode 23 comments programming
- Begone, superstitious if-statements! https://cmdcolin.github.io/posts/2024-10-29-superstitionsbegone 10 comments typescript
- ~7 eslint rules that will tumble the lint right off your lil sockies https://cmdcolin.github.io/posts/2023-08-20-typescriptlint 12 comments typescript
- Please sign up/bookmark this website for programming insights and blogs https://cmdcolin.github.io 2 comments programming
- The devinterrupted'ening of /r/programming https://cmdcolin.github.io/posts/2022-12-27-devinterrupted 81 comments programming
- Things typescript didn't catch that should probably be lint rules https://cmdcolin.github.io/posts/2023-02-05-typescript-gotchas 14 comments typescript
- Using Rust/WASM in a monorepo with create-react-app https://cmdcolin.github.io/posts/2022-08-22-rustwasm 3 comments webassembly
- You may not need a bundler for your NPM library https://cmdcolin.github.io/posts/2022-05-27-youmaynotneedabundler 18 comments javascript
- Using find . -exec sed is dangerous in a git repo https://cmdcolin.github.io/posts/2022-05-04-findseddangerous 4 comments programming
- Memoizing async functions https://cmdcolin.github.io/posts/2022-02-26-memoize-async 15 comments javascript
- A spooky error when you have a string bigger than 512MB in Chrome https://cmdcolin.github.io/2021-10-30-spooky.html 26 comments javascript
- Decrease the idle CPU usage when developing your typescript app with this one weird environment variable https://cmdcolin.github.io/2021-09-05-typescript.html 19 comments programming