@git
14 Following
24 Followers
Casts
Casts + replies
@git
Exciting new Node.js API - Permission Model Passing `--experimental-permission` disables access to all resources during execution. Idea is to have everything disabled by default & only enable what's necessary to run app This was a major selling point for Deno, now part of Node.js nodejs.org/api/permissions.html
0 reply
1 recast
3 reactions
@git
I love Fireship. Check out his channel if you haven't already https://youtu.be/dWqNgzZwVJQ https://warpcast.com/git/0xe9b023
2 replies
1 recast
5 reactions
@git
Bun 1.0 is out ❤️ It should be your default runtime for everything JavaScript (it supports almost all Node.js API) and your default package manager The fastest JavaScript runtime. Written in Zig and powered by JavaScriptCore engine https://bun.sh/blog/bun-v1.0
0 reply
0 recast
2 reactions
@git
Dropped the size of my Next.js app by ~half by adding `"sideEffects": false` to package.json If your app has lots of *barrel files you will see huge reduction in size by adding this
1 reply
0 recast
5 reactions
@git
Awesome command line utilities for rendering media in terminal chafa https://github.com/hpjansson/chafa timg https://github.com/hzeller/timg
0 reply
0 recast
1 reaction
@git
Rome (aka Biome) has been trending lately, but a far better option, especially if you're working with JS/TS and rust in the same codebase is dprint dprint is extremely fast and supports JS/TS, Rust, JSON, markdown, TOML, Dockerfile, Svelte, Astro & more https://github.com/dprint/dprint
1 reply
0 recast
2 reactions