๐Ÿš€ Deploy OpenStatus On Debian VPS (5 Minute Quick-Start Guide) - VPS Hosting Blog | Dedicated Servers | Reseller Hosting

This article provides a start-to-finish, production-ready guide to deploy OpenStatus on Debian VPS, including all required prerequisites and a clean,

RadWeb, LLC
pnpm 10.30 released - Mander

Lemmy

Aiden Bai (@aidenybai)

์ž‘์„ฑ์ž๋Š” ์ฝ”๋”ฉ ์—์ด์ „ํŠธ ๋•๋ถ„์— ์‚ฌ์ด๋“œ ํ”„๋กœ์ ํŠธ๋ฅผ ๋งŽ์ด ์‹œ์ž‘ํ•˜๊ณ  ์™„๋ฃŒํ•  ์ˆ˜ ์žˆ๊ฒŒ ๋๋‹ค๋ฉฐ ํ˜„์žฌ ๊ฐœ๋ฐœ ์Šคํƒ์„ ๊ณต์œ ํ•ฉ๋‹ˆ๋‹ค. ํŒจํ‚ค์ง€ ๋งค๋‹ˆ์ €๋กœ pnpm(ํ˜น์€ ์ž„์‹œ ์Šคํฌ๋ฆฝํŠธ์— bun), ์›น์‚ฌ์ดํŠธ๋Š” next.js, ํ…Œ์ŠคํŠธ ํ™˜๊ฒฝ์œผ๋กœ vite, ์ฝ”๋“œ ํ’ˆ์งˆ ๊ฒ€์‚ฌ์— oxc, ๋ฒˆ๋“ค๋Ÿฌ๋กœ tsup์„ ์‚ฌ์šฉํ•œ๋‹ค๊ณ  ์†Œ๊ฐœํ•ฉ๋‹ˆ๋‹ค.

https://x.com/aidenybai/status/2019686344252092663

#codingagents #pnpm #nextjs #vite #tsup

Aiden Bai (@aidenybai) on X

it's crazy how many side projects i can start and fin(ish) with coding agents now current stack: - package manager: pnpm (or bun for ad-hoc scripts) - next.js (website), vite for a testing environment - code quality: oxc - bundler: tsup

X (formerly Twitter)

Wow this is perfect for keeping NPM dependencies secure ๐Ÿ”ฅ

๐Ÿ‘ฎ **deputui** โ€” A TUI for reviewing release notes of your NPM dependencies

๐Ÿ’ฏ Pipe in pnpm outdated, skim release notes and select exactly which updates to install

๐Ÿฆ€ Written in Rust & built with @ratatui_rs

โญ GitHub: https://github.com/twiddler/deputui

#rustlang #ratatui #tui #npm #pnpm #security #packaging #dependencies

Speeding up Docker builds with pnpm store caching ๐Ÿš€

If your containers keep re-downloading dependencies, youโ€™re losing a lot of time. pnpm uses a global storeโ€”so persisting it with a named Docker volume makes pnpm install much faster after the first run.

Short guide: https://l.zfir.dev/9MFJSUo

#docker #pnpm #NodeJS #devops #dockercompose

Speeding up Docker builds with pnpm store caching

pnpm is fast because it keeps downloaded packages in a store and links them into node_modules. In Docker, if that store is ephemeral, pnpm install ends up re-downloading the world.

pnpm 10.28 released - Mander

Lemmy

๐Ÿš€ pnpm in 2025 | pnpm

2025 has been a transformative year for pnpm. While our primary focus was redefining the security model of package management, we also delivered significant improvements in performance and developer experience.

Why not go whole hog? While not have wrapper / generic methods for actions, like "install <package>".

That way you can define what package manager you're using, without needing to know specifics. And swapping between them would be easy.
The more advanced stuff could then be handled if / when it was required ๐Ÿค”

This has drawbacks, and complexities, but at the moment I'm really not getting what's special or valuable about Corepack.

#webdev #code #tech #node #javascript #npm #yarn #pnpm

The GitHub docs state:

> In practical terms, **Corepack lets you use Yarn, npm, and pnpm without having to install them**.

But... it looks like Corepack just downloads and installs them *for you*. At least it's the right version / hash checked.

I feel like I'm missing something here...

#webdev #code #tech #node #javascript #npm #yarn #pnpm

`pnpm` is lockfile compatible!? I can just type this in every project instead of remembering #npm #yarn #pnpm #bun #etc!?