Posts

Results for “package management” (4)

01 Jun
What is uv? A Python Package Manager
uv is a Rust-based Python package manager that is faster than pip. It installs Python versions, resolves dependencies, and manages virtual environments in one binary.
01 Jun
Installing Python with uv
Why I switched to uv for Python version management and package installation.
01 Jun
What is Bun? A JavaScript Runtime, Bundler, and Package Manager
Bun is a JavaScript runtime, package manager, test runner, and bundler in a single binary. Here is what it does and how it works.
01 Jun
Why I Switched from Node.js to Bun for JavaScript and TypeScript Development
How Bun's built-in TypeScript support, test runner, bundler, and 4x faster package installs changed my workflow - and why it's my default JS runtime now.