Tag

plugins

1 views collected around this technical thread.

大转转FE
大转转FE
Jan 17, 2025 · Frontend Development

ESLint: Past, Present, and Future

This article traces the evolution of ESLint from its early role as a simple JavaScript linter to the introduction of the Flat Config system in ESLint 9, examines the challenges of extends, multi‑format support, plugins, and shared configurations, and explores new tools like Config Inspector, eslint‑flat‑config‑utils, ESLint Stylistic, and future multi‑language support.

ConfigurationFlat ConfigJavaScript
0 likes · 17 min read
ESLint: Past, Present, and Future
macrozheng
macrozheng
Jan 15, 2025 · Fundamentals

30 Must-Have IntelliJ IDEA Plugins to Supercharge Your Java Development

This guide presents a curated list of 30 essential IntelliJ IDEA plugins, covering code assistance, UI enhancements, project management, and productivity tools, with installation tips and screenshots, helping Java developers transform their IDE into a powerful one‑stop development environment.

IDEIntelliJjava
0 likes · 8 min read
30 Must-Have IntelliJ IDEA Plugins to Supercharge Your Java Development
Architecture Digest
Architecture Digest
Dec 18, 2024 · Fundamentals

IntelliJ IDEA High‑Efficiency Configuration, Essential Shortcuts, and Plugin Recommendations

This article presents a comprehensive guide to configuring IntelliJ IDEA for faster development, including case‑insensitive code completion, auto‑import settings, font‑size zoom, tab and line‑number display, essential keyboard shortcuts, code‑editing efficiencies, debugging features, and a curated list of useful plugins.

IDE tipsIntelliJ IDEAJava development
0 likes · 10 min read
IntelliJ IDEA High‑Efficiency Configuration, Essential Shortcuts, and Plugin Recommendations
Java Architect Essentials
Java Architect Essentials
Nov 28, 2024 · Backend Development

Comprehensive Guide to Maven: Basic Configuration, Dependency Management, Module Management, and Plugin Usage

This article provides a detailed tutorial on Maven, covering its basic configuration, repository setup, dependency management (including scopes, exclusions, and version variables), multi‑module organization, unified dependency management, and common build plugins such as jar, assembly, and shade, with complete code examples and explanations.

Build Toolsdependency managementjava
0 likes · 22 min read
Comprehensive Guide to Maven: Basic Configuration, Dependency Management, Module Management, and Plugin Usage
Python Programming Learning Circle
Python Programming Learning Circle
Nov 8, 2024 · Backend Development

30 Essential IntelliJ IDEA Plugins for Java and Spring Development

This guide introduces thirty highly useful IntelliJ IDEA plugins—including code assistants, UI themes, project utilities, and debugging tools—explaining how to install them, what features they provide, and why they can significantly boost productivity for Java and Spring developers.

IntelliJ IDEASpringBootdevelopment
0 likes · 6 min read
30 Essential IntelliJ IDEA Plugins for Java and Spring Development
Top Architect
Top Architect
Oct 25, 2024 · Backend Development

Maven Basics: Configuration, Dependency Management, Modules, Plugins, and Build Settings

This article provides a comprehensive guide to Maven, covering repository configuration, basic project setup, dependency declaration and management, module organization, unified version control, essential plugins such as jar, assembly, and shade, as well as build settings like compiler version, resource exclusion, and main class definition.

Build ToolsModulesdependency management
0 likes · 17 min read
Maven Basics: Configuration, Dependency Management, Modules, Plugins, and Build Settings
php中文网 Courses
php中文网 Courses
Oct 25, 2024 · Backend Development

Top 10 Essential PHP Plugins for Developers

This article introduces ten essential PHP plugins—such as Composer, PHPUnit, and Xdebug—detailing their core features like dependency management, automated testing, performance debugging, code style enforcement, and HTTP handling, to help developers boost productivity and maintain high code quality across projects.

Backend DevelopmentComposerPHP
0 likes · 9 min read
Top 10 Essential PHP Plugins for Developers
Top Architect
Top Architect
Oct 20, 2024 · Backend Development

Comprehensive Maven Guide: Configuration, Dependency Management, Modules, Plugins, and Build Settings

This article provides a detailed tutorial on Maven, covering basic project configuration, repository setup, POM structure, dependency declaration and scopes, indirect dependencies, exclusions, variable properties, multi‑module management, unified dependency management, essential plugins such as jar, assembly and shade, as well as build settings like compiler version, resource exclusion, and main‑class definition.

Backend DevelopmentBuild Toolsdependency management
0 likes · 22 min read
Comprehensive Maven Guide: Configuration, Dependency Management, Modules, Plugins, and Build Settings
Top Architect
Top Architect
Sep 28, 2024 · Backend Development

Comprehensive Maven Guide: Configuration, Dependency Management, Multi‑Module Projects, and Plugins

This article provides a detailed tutorial on using Maven for Java projects, covering basic repository setup, dependency declaration, scope options, indirect dependencies, exclusions, variable properties, multi‑module configuration, dependencyManagement, and essential plugins such as jar, assembly, and shade, with practical code examples and best‑practice recommendations.

Build ToolsMulti-ModuleShade
0 likes · 22 min read
Comprehensive Maven Guide: Configuration, Dependency Management, Multi‑Module Projects, and Plugins
Top Architect
Top Architect
Aug 27, 2024 · Backend Development

Comprehensive Maven Guide: Basic Configuration, Dependency Management, Module Setup, and Plugin Usage

This article provides a detailed tutorial on Maven, covering repository configuration, basic project structure, dependency management, module inheritance, unified version control, and common build plugins such as jar, assembly, and shade, with practical XML examples and code snippets for Java backend projects.

Backend DevelopmentBuild ToolsModules
0 likes · 26 min read
Comprehensive Maven Guide: Basic Configuration, Dependency Management, Module Setup, and Plugin Usage
Test Development Learning Exchange
Test Development Learning Exchange
Aug 11, 2024 · Fundamentals

Advanced pytest Techniques: Parameterization, Fixtures, Plugins, and More

This article presents a comprehensive guide to pytest, covering parameterized tests, reusable fixtures, dynamic test generation, plugin extensions for coverage and HTML reports, logging capture, nested tests, test ordering, module‑level fixtures, exception handling, parallel execution, mocking, dynamic registration, custom command‑line options, and test insertion for debugging.

Testingfixturesplugins
0 likes · 7 min read
Advanced pytest Techniques: Parameterization, Fixtures, Plugins, and More
Python Programming Learning Circle
Python Programming Learning Circle
Aug 1, 2024 · Frontend Development

Top 10 VSCode Extensions for Fun and Productivity

This article presents a curated list of ten popular VSCode extensions that let developers enjoy games, track stocks, read novels, solve LeetCode problems, and more, providing entertaining and useful tools to boost productivity while working in the editor.

VSCodedeveloperextensions
0 likes · 7 min read
Top 10 VSCode Extensions for Fun and Productivity
macrozheng
macrozheng
Jul 29, 2024 · Fundamentals

Mastering Obsidian: Why This Markdown‑Based Note‑Taking Tool Beats the Rest

This guide explains how programmers can use Obsidian—a powerful, Markdown‑driven knowledge‑base app—to capture, organize, and sync notes locally, customize its appearance, and extend functionality with essential plugins such as Git backup, image auto‑upload, Excalidraw, and mind‑map tools.

MarkdownObsidianknowledge management
0 likes · 10 min read
Mastering Obsidian: Why This Markdown‑Based Note‑Taking Tool Beats the Rest
Architecture Digest
Architecture Digest
Jul 23, 2024 · Backend Development

Comprehensive Maven Guide: Configuration, Dependency Management, Modules, and Plugins

This article provides a detailed tutorial on Maven, covering repository setup, basic POM structure, dependency management, module configuration, unified dependency versions, and common build plugins such as jar, assembly, and shade, with practical XML examples and code snippets.

Build ToolsModulesdependency management
0 likes · 19 min read
Comprehensive Maven Guide: Configuration, Dependency Management, Modules, and Plugins
Python Programming Learning Circle
Python Programming Learning Circle
Jul 15, 2024 · Frontend Development

Recommended VSCode Extensions for Enhancing Appearance, Functionality, and Coding Efficiency

This article presents a curated list of over 60 VSCode extensions, organized into categories such as appearance optimization, functional extensions, coding efficiency boosts, and code formatting, providing practical descriptions, usage tips, and visual examples to help developers improve their editing experience.

VSCodecodingextensions
0 likes · 16 min read
Recommended VSCode Extensions for Enhancing Appearance, Functionality, and Coding Efficiency
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
ByteFE
ByteFE
Apr 16, 2024 · Frontend Development

Deep Dive into Webpack: Core Compilation Process, Plugins, Loaders, and Asset Emission

This article provides a comprehensive walkthrough of Webpack’s internal architecture, detailing the core JavaScript bundling workflow, the roles of Compiler and Compilation objects, the lifecycle of plugins and loaders, the parsing of modules into an AST, chunk creation, and the final emission of assets to the output directory.

Asset emissionChunk graphCompiler
0 likes · 27 min read
Deep Dive into Webpack: Core Compilation Process, Plugins, Loaders, and Asset Emission
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Mar 5, 2024 · Frontend Development

Essential VS Code Plugins for Frontend Development

This guide introduces a curated collection of VS Code extensions—including themes, basic utilities, Vue and React tools, mini‑program support, code formatters, database helpers, and productivity plugins—helping developers streamline their frontend workflow and improve coding efficiency.

VSCodeVuedevelopment
0 likes · 11 min read
Essential VS Code Plugins for Frontend Development
Ctrip Technology
Ctrip Technology
Jan 26, 2024 · Artificial Intelligence

Implementing Plugin Functionality for a Large Language Model Chatbot Using Function Calling and Asynchronous Execution

This article explains how Ctrip's security R&D team built a web‑based LLM chatbot with version‑2.0 features such as plugin support, function calling, synchronous and asynchronous execution, WebSocket/Socket.IO communication, and provides full Python code examples for defining and invoking plugins.

AILLMWebSocket
0 likes · 15 min read
Implementing Plugin Functionality for a Large Language Model Chatbot Using Function Calling and Asynchronous Execution