How to turn off telemetry in Next.js
Learn how to disable anonymous telemetry data collection in Next.js using CLI commands or environment variables.
Learn how to disable anonymous telemetry data collection in Next.js using CLI commands or environment variables.
A guide to quickly exploring and understanding a new PostgreSQL database using psql, covering initial setup and table inspection.
A concise reference guide for Ruby on Rails developers covering CLI commands, Bundler, Active Record types, and model/route macros.
A collection of React.js code snippets and quick tips for building projects, shared as images from social media.
Introducing merced-spinup, a CLI tool to quickly bootstrap project templates for various frontend libraries and frameworks, including custom web component libraries.
Notes from a course on building custom CLI tools using oclif and TypeScript, covering debugging, prompts, and scaffolding.
A beginner-friendly tutorial on Angular 9 covering setup, components, data interpolation, directives, and routing.
A tutorial on building a scalable command-line bookmark tool in Go using the Cobra library, covering setup and basic operations.
The maintainer reflects on 10 years of the 'hub' CLI tool for Git/GitHub, its evolution, and the transition to the official 'gh' CLI.
Learn how to build a CLI tool with JavaScript to automate the creation of text files like React components and blog posts, saving time and ensuring consistency.
A developer shares their favorite macOS productivity tools and CLI utilities, including Alfred and Magnet, to enhance workflow and automation.
A critique and wishlist for improving the .NET CLI's 'dotnet new' command, focusing on better Visual Studio integration and a modern UI.
A quick guide on merging multiple Kubernetes kubectl configuration files into a single ~/.kube/config file using command-line steps.
A guide to using GitHub's 'Hub' command-line tool to supercharge your git workflow with enhanced GitHub integration.
Ink is a React renderer for building command-line interfaces (CLIs), bringing React components and hooks to terminal applications.
A guide to using the terminal as a powerful, flexible alternative to GUI-based IDEs for software development.
A tutorial on implementing the Command design pattern in Swift, with a practical example of a command-line argument handler.
An exploration of the ECMA-335 standard, the technical specification for the .NET Common Language Infrastructure (CLI), covering its purpose and contents.
A guide to installing and running the Rainbow Stream Twitter client on Windows Subsystem for Linux (WSL).
Exploring Rust for migrating complex CLI tools from Bash, covering requirements, useful crates, and considerations for adoption.