Posts
Results for “Programming” (7)
04 Oct
A Beginner's Guide to Installing Node.js
Step-by-step guide to installing Node.js on Windows, macOS, and Linux, ensuring a hassle-free setup for developers.
01 Jun
How to Write 'Hello, World!' in Go
Learn how to write and run a simple 'Hello, World!' program in Go with this step-by-step guide.
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
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
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.
04 Oct
A Step-by-Step Guide to Installing Python
Comprehensive guide to installing Python on Windows, macOS, and Linux, providing clear instructions for a smooth setup.