Tagged articles
12 articles
Page 1 of 1
Ops Development & AI Practice
Ops Development & AI Practice
Jun 22, 2025 · Cloud Native

Unlock Faster Kubernetes Workflows: Enable kubectl Auto‑Completion in PowerShell

This guide walks you through configuring persistent kubectl auto‑completion in Windows PowerShell, showing why completion boosts efficiency, reduces errors, and aids learning, then detailing three simple steps—checking the profile, adding the completion script, and reloading—to make Kubernetes commands smarter and faster.

CLIKubernetesPowerShell
0 likes · 7 min read
Unlock Faster Kubernetes Workflows: Enable kubectl Auto‑Completion in PowerShell
Efficient Ops
Efficient Ops
Apr 9, 2025 · Fundamentals

Why Fish Shell Is the Friendly, Feature‑Rich Command Line You Should Try

Fish Shell, a user‑friendly interactive shell rewritten in Rust, offers out‑of‑the‑box features such as syntax highlighting, smart auto‑completion, web‑based configuration, and a simple scripting syntax, making it an attractive alternative for developers and operations engineers seeking a modern command‑line experience.

Scriptingauto-completioncommand-line
0 likes · 7 min read
Why Fish Shell Is the Friendly, Feature‑Rich Command Line You Should Try
JD Retail Technology
JD Retail Technology
May 19, 2022 · Frontend Development

Comprehensive Guide to the NutUI VSCode Extension: Code Intelligence, Hover Documentation, and Auto‑Completion

This article walks through the NutUI VSCode extension—from visual demos of code‑intelligence hover tips and component auto‑completion to detailed implementation steps, including activation hooks, hover providers, completion items, cursor movement commands, Vetur integration, and markdown‑based prop extraction.

Code IntelligenceVSCodeauto-completion
0 likes · 13 min read
Comprehensive Guide to the NutUI VSCode Extension: Code Intelligence, Hover Documentation, and Auto‑Completion
Python Programming Learning Circle
Python Programming Learning Circle
Dec 18, 2021 · Fundamentals

Vim Configuration Guide for Python Development

This guide provides a comprehensive Vim setup for Python development, covering .vimrc basics, window splitting, code folding, one‑key execution, plugin management with Vundle, auto‑completion tools, syntax checking, color schemes, file navigation, and useful shortcuts.

Development EnvironmentPluginsPython
0 likes · 10 min read
Vim Configuration Guide for Python Development
NetEase Game Operations Platform
NetEase Game Operations Platform
Sep 28, 2019 · Databases

Introducing mycli: A Feature‑Rich MySQL Command‑Line Client

This article introduces mycli, a Python‑based MySQL command‑line client that offers easy installation via pip, advanced auto‑completion, high‑risk operation confirmations, customizable syntax highlighting, output paging, command bookmarking, logging, multiline editing, flexible credential handling, and additional features such as SSL support and query looping.

Database ToolsMyCLISQL
0 likes · 9 min read
Introducing mycli: A Feature‑Rich MySQL Command‑Line Client
Java Backend Technology
Java Backend Technology
Jul 17, 2019 · Backend Development

Why IntelliJ IDEA Beats Eclipse for Java Development: A Deep Dive

This article compares IntelliJ IDEA and Eclipse, highlighting IDEA’s superior context‑aware debugging, auto‑completion, and refactoring features, while acknowledging Eclipse’s strengths in other languages and as a plugin platform, to help Java developers choose the right IDE.

DebuggingEclipseIntelliJ IDEA
0 likes · 9 min read
Why IntelliJ IDEA Beats Eclipse for Java Development: A Deep Dive