Skip to main contentSkip to navigation
Back to all tags

development-environment

14 topics and 1 pages tagged with "development-environment"

Topics

Python 3.13 Free-Threaded Mode

howto

Python 3.13's experimental free-threaded mode that disables the Global Interpreter Lock (GIL) to enable true parallel execution of Python threads across multiple CPU cores.

9/3/2025
1 pages
pythonprogramming-languagesperformance-optimization+5 more

Bun

howto

Bun is an all-in-one JavaScript runtime and toolkit designed as a faster drop-in replacement for Node.js, featuring built-in bundler, test runner, and package manager with native TypeScript support.

9/2/2025
2 pages
javascript-runtimedevelopment-environmentpackage-manager+5 more

Gleam

howto

A friendly, type-safe programming language for building scalable systems, leveraging the Erlang VM.

9/2/2025
1 pages
gleamprogramming-languagesetup+5 more

Setup Local LLM Development Environment

howto

A local LLM development environment is a self-contained setup that enables developers to run, test, and interact with large language models directly on their hardware without relying on cloud services, providing privacy, cost control, and offline capabilities for AI development workflows.

9/2/2025
1 pages
llmlocal-llmai-development+4 more

Docker Desktop

alternatives

Docker Desktop is an application for macOS, Windows, and Linux that provides a local development environment for building, sharing, and running containerized applications and microservices.

9/2/2025
1 pages
dockerdocker-desktopcontainerization+4 more

Cargo

tool

Cargo is Rust's official build system and package manager that handles compilation, dependency management, testing, and distribution of Rust projects and libraries.

9/2/2025
1 pages
build-systempackage-managerrust+4 more

rust-analyzer

tool

rust-analyzer is a language server for the Rust programming language, providing IDE-like features such as auto-completion, go-to-definition, and refactoring.

9/2/2025
1 pages
rustlanguage-serveride+4 more

Rust

howto

Rust is a systems programming language that emphasizes memory safety, thread safety, and performance without requiring a garbage collector, designed for building reliable and efficient software.

9/2/2025
1 pages
rustprogramming-languagedevelopment-environment+5 more

Windows 11

tool

Windows 11 is Microsoft's current desktop operating system featuring AI integration through Copilot, enhanced security controls, and modern user interface design for personal computers and enterprise environments.

8/30/2025
1 pages
operating-systemdesktop-osmicrosoft+4 more

Docker

troubleshoot

Docker is a containerization platform that packages applications with their dependencies into portable containers that run consistently across different environments.

8/28/2025
1 pages
dockercontainerizationdevops+5 more

Hardhat vs Foundry vs Truffle vs Brownie

compare

Ethereum smart contract development frameworks that provide tools for compiling, testing, debugging, and and deploying smart contracts on EVM-compatible blockchains, each with different language approaches and performance characteristics.

8/27/2025
1 pages
blockchain-developmentsmart-contract-frameworksethereum-development-tools+5 more

JetBrains WebStorm

tool

JetBrains WebStorm is a commercial IDE specifically designed for JavaScript and TypeScript development with built-in debugging, testing, and version control integration.

8/26/2025
2 pages
idejavascripttypescript+5 more

Install Node.js with NVM on Mac M1

howto

Node Version Manager (NVM) is a POSIX-compliant bash script for installing and switching between multiple versions of Node.js. Node.js is a JavaScript runtime environment for server-side and command-line applications.

8/22/2025
1 pages
nodejsnvmmacos+5 more

Setup Docker Development Environment

howto

Docker is a containerization platform that packages applications and their dependencies into lightweight, portable containers that run consistently across different environments, eliminating "works on my machine" problems for development teams.

8/22/2025
1 pages
containerizationdockerdevops+4 more

Pages