Tag

development tools

1 views collected around this technical thread.

Cognitive Technology Team
Cognitive Technology Team
May 29, 2025 · Backend Development

Managing Multiple JDK Versions with jEnv

This guide explains how to install jEnv, add and configure multiple JDK versions, set global and local JDKs per project, and integrate the tool with Maven and Gradle to ensure the correct Java version is used across diverse development environments.

GradleJDK managementJava
0 likes · 8 min read
Managing Multiple JDK Versions with jEnv
Cognitive Technology Team
Cognitive Technology Team
May 29, 2025 · Backend Development

Managing Multiple JDK Versions with SDKMAN! – Installation, Configuration, and Usage Guide

This guide explains how to install SDKMAN!, use it to list, install, switch, and set global or project‑specific Java JDK versions, upgrade existing installations, and discover other SDKs, providing a practical solution for frequent Java version changes in microservice development.

CLIJDKJava
0 likes · 8 min read
Managing Multiple JDK Versions with SDKMAN! – Installation, Configuration, and Usage Guide
Architecture Digest
Architecture Digest
Apr 28, 2025 · Backend Development

A Curated List of Influential Open‑Source Projects That Support Thousands of Developers

This article presents a curated collection of notable open‑source projects—including Skynet, flv.js, Tinyhttpd, Memcached, Redis, LevelDB, Libevent, SQLite, OpenResty, MeiliSearch, FreeSwitch, ffmpeg, ImageMagick, CEF, OBS Studio, VirtualApp, VideoCrafter, OpenCV, draw.io, and OpenSSL—detailing their primary functions, typical use cases, and GitHub repositories, illustrating how they have sustained large developer communities.

Backenddatabasesdevelopment tools
0 likes · 11 min read
A Curated List of Influential Open‑Source Projects That Support Thousands of Developers
Go Programming World
Go Programming World
Apr 7, 2025 · Backend Development

Using Air for Hot Reload in Go Applications: Installation, Configuration, and Advanced Features

This article explains how to install and use the Air tool for hot‑reloading Go applications, demonstrates a simple web server example, walks through the full TOML configuration, covers advanced options, command‑line flags, and shows how to prioritize CLI arguments over config files.

BackendCLIConfiguration
0 likes · 14 min read
Using Air for Hot Reload in Go Applications: Installation, Configuration, and Advanced Features
Code Mala Tang
Code Mala Tang
Feb 13, 2025 · Fundamentals

Top 10 VS Code Extensions to Supercharge Your Python Development

Discover the ten most essential VS Code extensions for Python that boost productivity, improve code quality, and streamline debugging, covering everything from intelligent code completion and formatting to version control insights and Jupyter notebook integration.

PythonVS Codedevelopment tools
0 likes · 6 min read
Top 10 VS Code Extensions to Supercharge Your Python Development
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Feb 6, 2025 · Artificial Intelligence

Comparative Review of Four AI‑Powered Development Tools: v0, Bolt.new, Cursor, and Windsurf

This article provides a detailed comparison of four emerging AI‑driven development tools—v0, Bolt.new, Cursor, and Windsurf—covering their core features, suitable scenarios, pricing models, and strengths and weaknesses to help developers choose the most appropriate solution for their workflow.

AIComparisonFrontend
0 likes · 17 min read
Comparative Review of Four AI‑Powered Development Tools: v0, Bolt.new, Cursor, and Windsurf
Architecture Digest
Architecture Digest
Dec 31, 2024 · Backend Development

Top IntelliJ IDEA Plugins for Java Development

This article presents a curated list of 31 IntelliJ IDEA plugins—including translation tools, language packs, UI themes, code navigation, version control, code quality, and productivity enhancers—that together streamline Java backend development and improve developer efficiency.

IDE pluginsIntelliJJava
0 likes · 10 min read
Top IntelliJ IDEA Plugins for Java Development
Top Architect
Top Architect
Dec 4, 2024 · Fundamentals

Comprehensive Guide to IntelliJ IDEA Debugging Features

This article provides a detailed walkthrough of IntelliJ IDEA's debugging capabilities, covering preparation, main interface components, step controls, variable inspection, conditional breakpoints, expression evaluation, frame dropping, force return, multithreaded and stream debugging, as well as remote debugging techniques, supplemented by a Java code example.

IntelliJ IDEAJavadebugging
0 likes · 18 min read
Comprehensive Guide to IntelliJ IDEA Debugging Features
Architecture Digest
Architecture Digest
Nov 14, 2024 · Backend Development

30 Essential IntelliJ IDEA Plugins for Java Developers

This article presents a curated list of thirty free IntelliJ IDEA plugins, ranging from code assistance and formatting to UI enhancements and productivity tools, each accompanied by brief usage instructions and screenshots to help Java developers streamline their development workflow.

IDE pluginsIntelliJJava
0 likes · 6 min read
30 Essential IntelliJ IDEA Plugins for Java Developers
Architecture Development Notes
Architecture Development Notes
Oct 27, 2024 · Fundamentals

Which Rust IDE Is Best in 2024? A Deep Dive into Top Editors

This article evaluates the most popular Rust IDEs in 2024, comparing their strengths, weaknesses, and ideal use cases while providing code examples to help developers choose the most efficient tool for Rust development.

Programmingcode editordevelopment tools
0 likes · 11 min read
Which Rust IDE Is Best in 2024? A Deep Dive into Top Editors
Selected Java Interview Questions
Selected Java Interview Questions
Oct 13, 2024 · Frontend Development

Essential VS Code Extensions for Enhanced Development Productivity

This article introduces a curated set of VS Code extensions—including GlassIt-VSC, Power Mode, Code Runner, Git Graph, Code Spell Checker, LeetCode, Project Manager, TODO Highlight, and Notes—that together improve visual appeal, code execution, version control, spelling accuracy, algorithm practice, project switching, task tracking, and markdown note‑taking for developers.

VS Codecodingdevelopment tools
0 likes · 7 min read
Essential VS Code Extensions for Enhanced Development Productivity
Architecture Development Notes
Architecture Development Notes
Aug 2, 2024 · Backend Development

Choosing the Right Node.js Version Manager: fnm vs nvm vs Volta

This article compares three popular Node.js version managers—fnm, nvm, and Volta—detailing their speed, size, features, ease of use, and community support, and provides guidance on which tool best fits developers’ needs for efficient JavaScript environment management.

JavaScriptNode.jsVolta
0 likes · 7 min read
Choosing the Right Node.js Version Manager: fnm vs nvm vs Volta
Architecture Digest
Architecture Digest
Jul 26, 2024 · Fundamentals

JetBrains Announces New Default UI for the Upcoming 2024.2 IDE Release

JetBrains revealed that its upcoming 2024.2 release will introduce a brand‑new default UI across all IDEs, featuring a modern light and dark theme, redesigned window bars, tool windows, navigation bar, compact mode, and a classic UI plugin for users who prefer the old look, while also offering a free programmer book promotion.

2024.2JetBrainsUI Design
0 likes · 3 min read
JetBrains Announces New Default UI for the Upcoming 2024.2 IDE Release
IT Services Circle
IT Services Circle
Jul 21, 2024 · Fundamentals

Vim Basics and Using the IDEA Vim Plugin for Efficient Coding

Vim is a powerful, cross‑platform text editor featuring multiple modes and extensive keyboard shortcuts that enable fast, mouse‑free editing, and this guide explains its core concepts, basic command workflow for editing configuration files, and how to integrate Vim functionality directly into IntelliJ IDEA via the IdeaVim plugin.

IDEAVimdevelopment tools
0 likes · 5 min read
Vim Basics and Using the IDEA Vim Plugin for Efficient Coding
Tencent Cloud Developer
Tencent Cloud Developer
Jun 27, 2024 · Fundamentals

Essential VS Code Plugins Recommended by Tencent Developers

Tencent developers recommend a curated set of VS Code extensions—including Code Runner for multi‑language execution, the AI‑powered Tencent Cloud Code Assistant, Settings Sync, LeetCode integration, rainbow‑style indentation and CSV highlighting, TODO tracking tools, and the Material Theme with icons—to boost coding efficiency and productivity.

AI AssistantCode RunnerIDE extensions
0 likes · 5 min read
Essential VS Code Plugins Recommended by Tencent Developers
JD Tech Talk
JD Tech Talk
Jun 8, 2024 · Fundamentals

Three Code‑Reading Assistance Tools: Source Insight, Understand, and Sourcetrail

This article introduces three static‑analysis‑based code‑reading tools—Source Insight, Understand, and Sourcetrail—detailing their visualization, inspection, exploration, and comparison features, platform support, and maintenance status to help developers choose the most suitable aid for efficient source‑code comprehension.

Static Analysiscode readingdevelopment tools
0 likes · 9 min read
Three Code‑Reading Assistance Tools: Source Insight, Understand, and Sourcetrail
Architecture Development Notes
Architecture Development Notes
Jun 5, 2024 · Backend Development

Choosing Between Zed IDE and RustRover: Which Rust Editor Fits Your Needs?

This article compares Zed IDE and RustRover, highlighting their key features, pros and cons, and recommending suitable scenarios for each to help Rust developers select the most appropriate development environment.

ComparisonRustRoverZed
0 likes · 8 min read
Choosing Between Zed IDE and RustRover: Which Rust Editor Fits Your Needs?
Tencent Cloud Developer
Tencent Cloud Developer
May 30, 2024 · Fundamentals

Git Best Practices: A Comprehensive Guide

Drawing on two decades of version‑control experience, this guide outlines essential Git best practices—including clear branch strategies, squash‑and‑rebase workflows, fetch‑plus‑rebase instead of pull, atomic commits, proper LFS configuration, and tool recommendations—while clarifying what Git is versus surrounding services and addressing large‑repo limitations.

Best PracticesBranching StrategyGit
0 likes · 24 min read
Git Best Practices: A Comprehensive Guide
macrozheng
macrozheng
Apr 24, 2024 · Backend Development

Boost Java Development Efficiency with 10 Must‑Have IntelliJ IDEA Plugins

This article introduces ten practical IntelliJ IDEA plugins—including POJO‑to‑JSON, Cool Request, CamelCase, any‑rule, Grep Console, GenerateO2O, Smart Input, Squaretest, TONGYI Lingma, and Auto‑Filling Java Call Arguments—that streamline Java backend development, improve code quality, and accelerate daily coding tasks.

IntelliJ IDEAJava pluginsbackend development
0 likes · 8 min read
Boost Java Development Efficiency with 10 Must‑Have IntelliJ IDEA Plugins