Tagged articles
150 articles
Page 1 of 2
Su San Talks Tech
Su San Talks Tech
Apr 22, 2026 · Artificial Intelligence

Master Claude Code: From Installation to Advanced CLI Commands

This article examines Claude Code's market dominance, core design philosophies, step‑by‑step installation, extensive CLI and slash commands, shortcut keys, work modes, strengths and weaknesses, and a complete Spring Boot authentication module workflow, providing concrete examples and performance data.

AICLIDevelopment
0 likes · 24 min read
Master Claude Code: From Installation to Advanced CLI Commands
AI Open-Source Efficiency Guide
AI Open-Source Efficiency Guide
Apr 13, 2026 · Artificial Intelligence

How Markdown Viewer Skills Enable Claude Code to Generate Professional Charts Directly in Markdown

This article introduces the Markdown Viewer Agent Skills collection—a set of 13 skills spanning five rendering engines that let AI coding assistants such as Claude Code, Codex, and Cursor create professional diagrams, infographics, and UML models directly inside Markdown, and provides a detailed feature comparison, installation guide, usage examples, and selection advice versus the competing fireworks‑tech‑graph tool.

AI agentsComparisonPlantUML
0 likes · 12 min read
How Markdown Viewer Skills Enable Claude Code to Generate Professional Charts Directly in Markdown
AI Large-Model Wave and Transformation Guide
AI Large-Model Wave and Transformation Guide
Apr 2, 2026 · Artificial Intelligence

What Claude Code’s Leaked Source Reveals About Building Production‑Grade AI Agents

An in‑depth analysis of the leaked Claude Code repository uncovers its massive scale, Bun runtime, React‑in‑terminal UI, a 1,729‑line async generator loop, multi‑layer context compression, eight‑layer security, extensive tool families, unreleased features, and engineering patterns that together form a blueprint for constructing robust, cost‑aware AI agents.

AI agentsCost OptimizationSoftware Architecture
0 likes · 11 min read
What Claude Code’s Leaked Source Reveals About Building Production‑Grade AI Agents
ShiZhen AI
ShiZhen AI
Apr 1, 2026 · Artificial Intelligence

Inside Claude Code’s 512K-Line Leak: How Its AI Coding System Is Built

The accidental source‑map release of Anthropic’s Claude Code on March 31 2026 exposed 512 000 lines of TypeScript, revealing a five‑layer architecture, a sophisticated prompt‑memory split, a 40‑plus‑tool ecosystem, multi‑agent coordination, and hidden feature‑flags that together illustrate how a top‑tier AI coding agent is engineered as a full‑stack runtime rather than a simple model wrapper.

AI coding agentClaude CodeMulti-Agent
0 likes · 24 min read
Inside Claude Code’s 512K-Line Leak: How Its AI Coding System Is Built
Architect
Architect
Mar 31, 2026 · Artificial Intelligence

What Claude Code’s Leaked Source Map Reveals About the Architecture of AI Agents

A recent source‑map leak of the Claude Code npm package exposed thousands of TypeScript files, allowing engineers to reconstruct the full harness—including its main loop, tool pool, task runtime, memory system, and security boundaries—offering a rare glimpse into the engineering reality of a production‑grade AI agent platform.

AI AgentClaude CodeMemory Management
0 likes · 25 min read
What Claude Code’s Leaked Source Map Reveals About the Architecture of AI Agents
PMTalk Product Manager Community
PMTalk Product Manager Community
Mar 31, 2026 · Product Management

Turn AI into an Efficiency Lever: A Practical Guide for Product Managers

The article breaks down a product manager’s workflow, defines "efficiency optimization," compares human versus AI replaceability, and provides step‑by‑step AI‑assisted techniques—from research and documentation to competitor analysis and validation—showing how to save hours while maintaining quality.

AIToolingcompetitor analysis
0 likes · 12 min read
Turn AI into an Efficiency Lever: A Practical Guide for Product Managers
Code Mala Tang
Code Mala Tang
Mar 19, 2026 · Backend Development

Why Bun Beats npm and Node: A Deep Dive into Its Speed and Built‑in Tools

This article examines how Bun’s ultra‑fast package manager, integrated JavaScript runtime, native test runner, and built‑in database/S3 client together deliver a faster, lighter, and more streamlined development experience compared to traditional Node.js and npm workflows.

BunJavaScript runtimeTooling
0 likes · 8 min read
Why Bun Beats npm and Node: A Deep Dive into Its Speed and Built‑in Tools
Huolala Tech
Huolala Tech
Mar 16, 2026 · Backend Development

How Lalamove Cut 30% of Dead Code: A Practical Code‑Slimming Playbook

This article details Lalamove's 2025 "Big Cleanup" initiative that identified and removed over 30% of dead Java code and more than 100 obsolete DB fields, describing the tools, SA plugin, BigClean scanner, MyBatis interceptor, and quality‑assurance strategies used to ensure safe, efficient code slimming.

BackendToolingcode cleanup
0 likes · 13 min read
How Lalamove Cut 30% of Dead Code: A Practical Code‑Slimming Playbook
AI Architecture Path
AI Architecture Path
Mar 7, 2026 · Artificial Intelligence

6 Must‑Try Open‑Source AI & Automation Tools to Supercharge Your Workflow

This article introduces six free open‑source projects—AutoFigure‑Edit, WebRPA, Trellis, qqbot, CountBot, and ai‑openclaw‑skeletons—detailing their core features, typical use‑cases, installation steps, and GitHub links, helping researchers and developers choose the right tool to boost productivity.

AIToolingautomation
0 likes · 12 min read
6 Must‑Try Open‑Source AI & Automation Tools to Supercharge Your Workflow
Architect
Architect
Feb 28, 2026 · Artificial Intelligence

Designing Agent Tools: Key Lessons from Claude Code’s Action Space

This article distills the Claude Code team's hard‑won insights on building effective AI agents, highlighting why action‑space design outweighs model size, how structured questioning improves bandwidth, when to replace Todos with Tasks, and a repeatable seven‑step loop for evolving toolsets.

AI EngineeringAction SpaceTooling
0 likes · 20 min read
Designing Agent Tools: Key Lessons from Claude Code’s Action Space
phodal
phodal
Feb 24, 2026 · Artificial Intelligence

How Routa Turns Multi‑Agent AI Coding into an Engineered Collaboration Framework

Routa is an engineering‑focused multi‑agent framework that separates tasks, state, events, and execution into controllable modules, enabling open‑ecosystem AI coding agents to collaborate through structured specifications, event‑driven coordination, and verifiable tool interfaces rather than fragile prompt stitching.

AI CollaborationAgent CoordinationEvent-driven
0 likes · 12 min read
How Routa Turns Multi‑Agent AI Coding into an Engineered Collaboration Framework
Old Meng AI Explorer
Old Meng AI Explorer
Jan 14, 2026 · Industry Insights

6 Must‑Watch Open‑Source Projects Transforming AI, Dev Ops, and Media

This article highlights six standout open‑source tools—including a YAML‑driven resume generator, an AI‑enhanced Kanban board, Claude coding templates, Anthropic Skills, a low‑latency voice framework, and a massive IPTV channel list—showcasing their features, adoption metrics, and practical use cases for developers and tech enthusiasts.

AIToolingmedia
0 likes · 8 min read
6 Must‑Watch Open‑Source Projects Transforming AI, Dev Ops, and Media
Code Wrench
Code Wrench
Dec 30, 2025 · Backend Development

Mastering Go Package Management: Advanced Tools and Best Practices

This article explains Go's deliberately restrained package management design, the role of go.mod and go.sum as project contracts, common pitfalls in large projects, and advanced commands such as go list, go mod why, and go version -m, plus automation strategies for reliable dependency governance.

GoToolingbackend-development
0 likes · 10 min read
Mastering Go Package Management: Advanced Tools and Best Practices
Continuous Delivery 2.0
Continuous Delivery 2.0
Dec 16, 2025 · Operations

How Tencent’s Blue Whale Platform Cuts R&D Costs by 20% and Boosts Engineer Efficiency

This article explains how Tencent Interactive's Blue Whale platform combines a stable core foundation with extensible plugins, automates CI/CD, leverages cloud desktops and on‑demand GPU resources, and adopts continuous delivery principles to reduce development costs, accelerate releases, and turn a cost centre into a strategic asset.

Continuous DeliveryDevOpsR&D efficiency
0 likes · 13 min read
How Tencent’s Blue Whale Platform Cuts R&D Costs by 20% and Boosts Engineer Efficiency
Python Programming Learning Circle
Python Programming Learning Circle
Nov 3, 2025 · Fundamentals

Why uv Is Revolutionizing Python Package Management and Environments

This article introduces uv, a Rust‑based, all‑in‑one Python tool that dramatically speeds up package installation, environment handling, project initialization, and version management, offering compatibility with existing workflows while providing simple installation commands and powerful features like uvx for one‑off tool execution.

EnvironmentPythonTooling
0 likes · 11 min read
Why uv Is Revolutionizing Python Package Management and Environments
DaTaobao Tech
DaTaobao Tech
Sep 22, 2025 · Artificial Intelligence

Inside Claude Code: Architecture, Execution Flow, and iFlow CLI 2.0 Innovations

This article provides an in‑depth technical breakdown of Anthropic's Claude Code terminal AI programming tool—including its layered system architecture, command execution pipeline, context management, security model, binary feedback mechanism, and the newly released iFlow CLI 2.0 with sub‑agents, MCP tool integration and multi‑mode operation—illustrated with code snippets and real‑world usage examples.

AICLITooling
0 likes · 22 min read
Inside Claude Code: Architecture, Execution Flow, and iFlow CLI 2.0 Innovations
Sohu Tech Products
Sohu Tech Products
Sep 10, 2025 · Frontend Development

Boost Your Vue3 Projects: Essential Tools and Quick Start Guides

Discover how to rapidly launch Vue3 applications using create‑vue, Nuxt, uni‑app, electron‑vite, and essential libraries like Vue Router, Pinia, VueUse, VeeValidate, UnoCSS, and UI frameworks, while also learning debugging, testing, and static site generation techniques for modern frontend development.

ToolingUI componentsVite
0 likes · 15 min read
Boost Your Vue3 Projects: Essential Tools and Quick Start Guides
DevOps Engineer
DevOps Engineer
Aug 14, 2025 · Operations

Why the Rust Rewrite of pre-commit (prek) Sparks Community Controversy

The article examines the emergence of the Rust‑based pre‑commit alternative prek, the heated dispute involving the original pre‑commit author over copyright and community conduct, and why the project's momentum and backing suggest it could become a significant tool in the dev‑ops ecosystem.

DevOpsToolingcommunity
0 likes · 6 min read
Why the Rust Rewrite of pre-commit (prek) Sparks Community Controversy
Efficient Ops
Efficient Ops
Jul 8, 2025 · Cloud Native

6 Must‑Try Docker Images to Supercharge Your Development Workflow

This article introduces six practical Docker images—including Code‑Server, CloudBeaver, QingLong, PocketBase, Uptime‑Kuma, and Dockge—detailing their key features, use cases, and ready‑to‑run Docker commands or compose files, enabling developers of any level to streamline coding, database management, automation, monitoring, and container orchestration.

DevOpsDockerTooling
0 likes · 8 min read
6 Must‑Try Docker Images to Supercharge Your Development Workflow
macrozheng
macrozheng
Jun 30, 2025 · Fundamentals

Supercharge Your Docs: Explore Quarkdown, the Next‑Gen Markdown Engine

Quarkdown is an open‑source, Java‑based Markdown engine that extends the language with Turing‑complete features, enabling functions, variables, conditionals, and loops, while offering one‑click generation of HTML, PDF, slides, and books, live preview, fast compilation, and a rich standard library for modern documentation workflows.

DocumentationToolingjava
0 likes · 7 min read
Supercharge Your Docs: Explore Quarkdown, the Next‑Gen Markdown Engine
Liangxu Linux
Liangxu Linux
Jun 17, 2025 · Fundamentals

Demystifying ELF: How Linux Turns a Binary into a Running Process

This article explains the ELF (Executable and Linkable Format) file structure, how to identify ELF binaries, the roles of headers, program and section tables, the compilation‑to‑execution lifecycle, and practical tools for inspecting and manipulating ELF files on Linux.

ELFExecutable FormatTooling
0 likes · 20 min read
Demystifying ELF: How Linux Turns a Binary into a Running Process
BirdNest Tech Talk
BirdNest Tech Talk
Jun 13, 2025 · Cloud Native

Go 1.25 Deep Dive: Performance Boosts, New Tools, and Cloud‑Native Features

Go 1.25 introduces an experimental greenteagc garbage collector, container‑aware GOMAXPROCS, enhanced go vet analyzers, new go.mod ignore directive, work package mode, expanded standard library (including testing/synctest and experimental JSON v2), platform updates, and security hardening, all aimed at higher performance, developer productivity, and cloud‑native readiness.

Cloud NativeGoRuntime
0 likes · 26 min read
Go 1.25 Deep Dive: Performance Boosts, New Tools, and Cloud‑Native Features
Architecture Digest
Architecture Digest
May 23, 2025 · Cloud Native

30+ Essential Docker Images to Boost Your Development Workflow

This article curates a collection of useful Docker images—including remote IDEs, database managers, automation panels, lightweight serverless services, personal homepages, monitoring tools, note‑taking apps, analytics, file browsers, and Docker UI managers—providing feature highlights, special usage tips, and ready‑to‑run docker run and docker‑compose commands for each.

Cloud NativeContainerDevOps
0 likes · 16 min read
30+ Essential Docker Images to Boost Your Development Workflow
Python Programming Learning Circle
Python Programming Learning Circle
May 22, 2025 · Fundamentals

Introducing uv: A High‑Performance Unified Python Packaging Tool

uv is a Rust‑based, ultra‑fast Python package manager and dependency resolver that expands beyond pip to provide end‑to‑end project management, tool installation, workspace support, Python version bootstrapping, single‑file script execution, and a unified interface comparable to Cargo, dramatically simplifying Python development workflows.

RustToolingdependency resolution
0 likes · 12 min read
Introducing uv: A High‑Performance Unified Python Packaging Tool
IT Services Circle
IT Services Circle
May 17, 2025 · Frontend Development

Essential Vue3 Ecosystem Tools and Their Installation Guides

This article introduces a curated collection of Vue 3 ecosystem tools—including create‑vue, TypeScript support, vue‑router, Pinia, Vite, VueUse, ESLint/Prettier, UnoCSS, UI component libraries, debugging plugins, uni‑app, electron integration, VitePress, and Nuxt—providing concise descriptions and npm installation commands to help developers quickly set up modern front‑end projects.

NuxtToolingTypeScript
0 likes · 8 min read
Essential Vue3 Ecosystem Tools and Their Installation Guides
php Courses
php Courses
May 9, 2025 · Fundamentals

Standard Python Project Structure and Code Style Guidelines (PEP 8)

This article explains how to organize a Python project with a conventional directory layout, follow PEP 8 naming and formatting rules, and use automated tools such as Flake8, Black, and isort to enforce code quality and streamline collaboration.

Project StructureToolingcode-quality
0 likes · 6 min read
Standard Python Project Structure and Code Style Guidelines (PEP 8)
JD Cloud Developers
JD Cloud Developers
May 6, 2025 · Backend Development

How to Instantly Trace Java Method Call Stacks for Faster Debugging

This article explains how to build and use a Java StackTrace utility that extracts and filters method call chains, enabling developers to quickly locate error sources, streamline debugging, and improve operational efficiency by visualizing execution paths through customizable parameters and integration examples.

Performance MonitoringStackTraceTooling
0 likes · 17 min read
How to Instantly Trace Java Method Call Stacks for Faster Debugging
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
May 6, 2025 · Frontend Development

Ant Design Component Model Context Protocol (MCP) Service: Design, Implementation, and Usage Guide

This article details the design, implementation, and practical usage of a Model Context Protocol (MCP) service for Ant Design components, explaining how to extract component documentation, define MCP tools and prompts, integrate with AI models like Claude, and improve frontend development efficiency.

AIAnt DesignMCP
0 likes · 21 min read
Ant Design Component Model Context Protocol (MCP) Service: Design, Implementation, and Usage Guide
Efficient Ops
Efficient Ops
Apr 16, 2025 · Operations

Top 10 Essential Ops Tools Every Engineer Should Master

This article introduces ten indispensable operations engineering tools—Shell scripts, Git, Ansible, Prometheus, Grafana, Docker, Kubernetes, Nginx, ELK Stack, and Zabbix—detailing their functions, suitable scenarios, advantages, and real‑world examples, plus sample code snippets to help engineers automate and monitor infrastructure efficiently.

DevOpsInfrastructureOperations
0 likes · 9 min read
Top 10 Essential Ops Tools Every Engineer Should Master
Liangxu Linux
Liangxu Linux
Mar 30, 2025 · Fundamentals

Is C++ Heading for Obsolescence? Inside the Language’s Growing Divide

The article examines the intense debate over C++'s future, highlighting government warnings, industry shifts toward Rust, the C++ standards committee’s focus on ABI stability, and the clash between modern‑tool‑driven teams and legacy‑code enterprises, questioning whether the language can stay relevant.

C++RustStandards
0 likes · 15 min read
Is C++ Heading for Obsolescence? Inside the Language’s Growing Divide
DevOps
DevOps
Mar 26, 2025 · Artificial Intelligence

Introducing Model Context Protocol (MCP): An Open Standard for LLM Integration with Data Sources and Tools

The article explains Anthropic's open Model Context Protocol (MCP), detailing its client‑server architecture, resource and prompt definitions, tool discovery and execution, sampling workflow, security features, and provides a complete Python example that demonstrates building, running, and testing an MCP server and client for real‑time data retrieval.

AI integrationLLMMCP
0 likes · 12 min read
Introducing Model Context Protocol (MCP): An Open Standard for LLM Integration with Data Sources and Tools
Eric Tech Circle
Eric Tech Circle
Mar 25, 2025 · Artificial Intelligence

How MCP Turns AI into a USB‑C Interface: Architecture, Use Cases, and Future

This article provides an in‑depth technical overview of the Model Context Protocol (MCP), explaining its core concepts, client‑server architecture, communication layers, key benefits such as uniformity and security, and a wide range of real‑world application scenarios from code collaboration to third‑party API integration.

AI integrationMCPTooling
0 likes · 10 min read
How MCP Turns AI into a USB‑C Interface: Architecture, Use Cases, and Future
DevOps Cloud Academy
DevOps Cloud Academy
Feb 17, 2025 · Operations

Top 10 AI Tools Transforming DevOps Engineering

This article reviews ten AI‑powered tools—including Jenkins, Ansible, Puppet, Dynatrace, Splunk, GitHub Copilot, New Relic, Azure DevOps, Prometheus, and Chef—that enhance DevOps workflows through predictive analytics, automated rollback, intelligent monitoring, and code assistance, helping teams achieve faster, more reliable software delivery.

AIDevOpsTooling
0 likes · 14 min read
Top 10 AI Tools Transforming DevOps Engineering
ByteDance Web Infra
ByteDance Web Infra
Feb 7, 2025 · Frontend Development

Biome 2024 Review and 2025 Roadmap Overview

The article reviews Biome's rapid progress in 2024—including multiple minor releases, new commands, expanded language support, team growth, awards, and IDE integrations—while outlining the ambitious 2025 roadmap featuring plugins, domain‑based linting, monorepo enhancements, multi‑file analysis, type inference, and broader language support.

BiomeCode FormattingRoadmap
0 likes · 9 min read
Biome 2024 Review and 2025 Roadmap Overview
Radish, Keep Going!
Radish, Keep Going!
Jan 20, 2025 · Fundamentals

Why Memory Alignment Matters in Go: Performance, Pitfalls, and Tools

This article explains Go's memory alignment concepts, why alignment is needed, demonstrates real-world layout differences with examples, discusses performance and portability impacts, and introduces tools like fieldalignment and structlayout to detect and fix alignment issues in Go programs.

Toolingmemory alignmentstruct
0 likes · 14 min read
Why Memory Alignment Matters in Go: Performance, Pitfalls, and Tools
JavaScript
JavaScript
Jan 8, 2025 · Frontend Development

14 Must-Have VSCode Extensions to Supercharge Your Front‑End Workflow

This guide lists fourteen essential VSCode extensions for front‑end developers, covering AI code assistants, linting, formatting, navigation, error feedback, dependency size visualization, API testing, Git enhancements, path completion, live server, real‑time execution, project management, and quick code running, each with key features and tips.

AI assistantsExtensionsJavaScript
0 likes · 11 min read
14 Must-Have VSCode Extensions to Supercharge Your Front‑End Workflow
JD Tech Talk
JD Tech Talk
Nov 8, 2024 · Artificial Intelligence

Exploring UI Design‑to‑Code Automation: Practices from Meituan, Xianyu, Microsoft and Large‑Model Flutter Generation

This article surveys recent advances in automatically converting UI design drafts into code, reviewing solutions from Meituan, Xianyu, Microsoft, a range of design‑to‑code tools, Flutter‑specific generators, JD's Ling platform, and practical experiments with large language models for Flutter code generation.

FlutterToolingUI2Code
0 likes · 7 min read
Exploring UI Design‑to‑Code Automation: Practices from Meituan, Xianyu, Microsoft and Large‑Model Flutter Generation
Liangxu Linux
Liangxu Linux
Sep 17, 2024 · Operations

Top 10 Essential Ops Tools Every Engineer Should Master

This article presents ten indispensable tools for operations engineers—detailing each tool’s functionality, ideal use cases, advantages, and real‑world examples, from shell scripting and Git to Ansible, Prometheus, Grafana, Docker, Kubernetes, Nginx, the ELK stack, and Zabbix, helping professionals streamline automation, monitoring, and deployment tasks.

Configuration ManagementDevOpsOperations
0 likes · 8 min read
Top 10 Essential Ops Tools Every Engineer Should Master
macrozheng
macrozheng
Sep 10, 2024 · Backend Development

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

This guide presents thirty essential IntelliJ IDEA plugins, ranging from code completion and formatting tools to UI enhancements and project utilities, complete with installation tips, shortcut keys, and visual examples, helping Java developers streamline their workflow and boost productivity.

IDE pluginsIntelliJJava development
0 likes · 8 min read
30 Must-Have IntelliJ IDEA Plugins to Supercharge Your Java Development
Software Development Quality
Software Development Quality
Aug 14, 2024 · Fundamentals

Mastering Code Reviews: Purpose, Process, Tools, and Best Practices

Code reviews are essential for ensuring quality, readability, security, and team collaboration; this guide explains their objectives, importance, standards, step‑by‑step workflow, recommended tools, efficiency tips, and provides practical report templates to help teams conduct effective reviews.

Code reviewSoftware qualityTooling
0 likes · 17 min read
Mastering Code Reviews: Purpose, Process, Tools, and Best Practices
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.

ExtensionsPluginsTooling
0 likes · 7 min read
Top 10 VSCode Extensions for Fun and Productivity
Baidu Tech Salon
Baidu Tech Salon
Jun 12, 2024 · Big Data

Event Tracking Governance: Concepts, Challenges, and Platform Solutions

Event‑tracking governance ensures accurate, consistent user‑behavior data by managing the full lifecycle of logging points through defined quality standards, a digitized workflow, and supporting tools such as rule editors, real‑time testing, and compliance monitoring, while the platform’s page‑scene tree model and metrics improve visibility, reduce duplication, and drive business insight.

AnalyticsData QualityTooling
0 likes · 13 min read
Event Tracking Governance: Concepts, Challenges, and Platform Solutions
Python Programming Learning Circle
Python Programming Learning Circle
Jun 12, 2024 · Fundamentals

Python Coding Principles and Best Practices

This article presents a comprehensive collection of Python coding principles, conventions, library usage tips, internal mechanisms, tooling recommendations, and performance‑optimization strategies to help developers write clean, efficient, and maintainable Python code.

Software DevelopmentToolingbest-practices
0 likes · 11 min read
Python Coding Principles and Best Practices
21CTO
21CTO
May 29, 2024 · Frontend Development

Top 10 Must‑Have VS Code Extensions Every Developer Should Use

Discover the ten most popular VS Code extensions that boost productivity, improve code readability, streamline debugging, and enhance web development workflows, making them essential tools for any serious programmer.

ExtensionsToolingVS Code
0 likes · 5 min read
Top 10 Must‑Have VS Code Extensions Every Developer Should Use
iKang Technology Team
iKang Technology Team
May 16, 2024 · Frontend Development

Front-End Engineering: Importance, Core Concepts, Tools, and Stages

Front‑end engineering combines automation, modularization, componentization, version control, static analysis, testing, and CI/CD to boost development efficiency, code quality, and team collaboration, guiding technology selection, type‑checking, style guidelines, and a five‑stage evolution from build tools to component‑based frameworks.

EngineeringToolingci/cd
0 likes · 14 min read
Front-End Engineering: Importance, Core Concepts, Tools, and Stages
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Apr 25, 2024 · Frontend Development

Writing Elegant Frontend Code and Preparing for Technical Interviews

This article shares practical tips for writing clean frontend code, using AI assistants for code improvement, understanding business requirements, reading source code of popular libraries, and mastering front‑end infrastructure such as tooling, monitoring, CI/CD, and technology selection to ace technical interviews.

AI assistanceInterview PreparationTooling
0 likes · 15 min read
Writing Elegant Frontend Code and Preparing for Technical Interviews
Ops Development & AI Practice
Ops Development & AI Practice
Mar 30, 2024 · Operations

How to Automate Git Commit Messages with Scripts and Tools

This article explains why descriptive Git commit messages matter and shows how to automate their generation using existing tools, custom scripts, and IDE plugins, including a practical Python example and a recommendation for the GitLens extension to boost development efficiency.

GitToolingcommit message
0 likes · 5 min read
How to Automate Git Commit Messages with Scripts and Tools
php Courses
php Courses
Mar 5, 2024 · Backend Development

An Overview of Laravel: Features, Advantages, and Essential Tools

This article provides a comprehensive overview of Laravel, a PHP backend framework, detailing its core concepts, major advantages such as authentication, mail integration, caching, security, error handling, and introducing top developer tools like Valet, Tinker, Socialite, Forge, Mix, Nova, Homestead, Horizon, and Eloquent ORM.

LaravelPHPTooling
0 likes · 7 min read
An Overview of Laravel: Features, Advantages, and Essential Tools
DevOps Cloud Academy
DevOps Cloud Academy
Feb 2, 2024 · Operations

DevOps Tools for 2024: A Comprehensive Overview

An extensive overview of essential DevOps tools for 2024, covering categories such as version control, CI/CD, container orchestration, configuration management, infrastructure as code, monitoring, collaboration, artifact repositories, testing, security, deployment automation, serverless platforms, and database management to guide effective tool selection.

DevOpsInfrastructure as CodeTooling
0 likes · 7 min read
DevOps Tools for 2024: A Comprehensive Overview
Continuous Delivery 2.0
Continuous Delivery 2.0
Jan 12, 2024 · Backend Development

Design and Implementation of an Internal Mock Platform for Efficient Development and Testing

The article analyzes common pain points in daily development testing such as manual data preparation, backend dependency, and unstable UI automation, then evaluates existing API‑mock tools like Apifox before presenting a custom mock platform that decouples frontend from backend, supports encrypted data, selective mocking, fault simulation, and provides a visual interface for managing mock rules and recordings.

API mockingMicroservicesTooling
0 likes · 9 min read
Design and Implementation of an Internal Mock Platform for Efficient Development and Testing
JD Cloud Developers
JD Cloud Developers
Dec 6, 2023 · Frontend Development

Why TypeScript Is Essential for Modern Frontend Development

This article explains why TypeScript has become a must‑have tool for front‑end engineers, covering its static type system, improved code readability and maintainability, setup steps, configuration options, special types, generics, tooling integrations and best‑practice utilities to help developers write safer, more robust JavaScript applications.

GenericsToolingTypeScript
0 likes · 30 min read
Why TypeScript Is Essential for Modern Frontend Development
ByteFE
ByteFE
Nov 20, 2023 · Frontend Development

Solving Component Lookup Pain Points in Large React Projects with Chrome Extensions and react-dev-inspector

This article discusses the difficulty of locating source code in a massive React component library and evaluates three solutions—Chrome React Developer Tools, other Chrome plugins, and the react-dev-inspector npm package—providing installation steps, code integration details, advantages, and drawbacks.

Chrome ExtensionComponent NavigationReact
0 likes · 7 min read
Solving Component Lookup Pain Points in Large React Projects with Chrome Extensions and react-dev-inspector
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Nov 17, 2023 · Frontend Development

Front‑End Technical Infrastructure: Building a Solid Foundation for Development Teams

This article explains why front‑end teams should invest in technical infrastructure—covering fundamentals such as documentation, standards, scaffolding, component libraries, tooling, CI/CD, data monitoring, and micro‑frontend approaches—to improve efficiency, reduce blockers, and support future business growth.

Toolingci/cdmicro-frontend
0 likes · 16 min read
Front‑End Technical Infrastructure: Building a Solid Foundation for Development Teams
Liangxu Linux
Liangxu Linux
Nov 16, 2023 · Fundamentals

Top 10 VSCode Extensions Every Embedded Developer Should Use

This guide lists ten essential VSCode extensions—ranging from serial terminals and Git integration to C/C++ support and documentation generators—that streamline embedded development workflows and boost productivity for engineers working with hardware code.

C/C++Embedded DevelopmentIDE Extensions
0 likes · 8 min read
Top 10 VSCode Extensions Every Embedded Developer Should Use
Architects Research Society
Architects Research Society
Oct 8, 2023 · Frontend Development

Building a Frontend Core Team and Foundations at Razorpay

This article describes how Razorpay formed a frontend core team, defined its responsibilities, tackled infrastructure and design inconsistencies, and built a monorepo‑based toolchain and design system to improve developer experience, scalability, and product quality across the organization.

MonorepoToolingarchitecture
0 likes · 16 min read
Building a Frontend Core Team and Foundations at Razorpay
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Sep 4, 2023 · Frontend Development

Reflections on Frontend Engineering Practices at Meituan: Tooling, Standards, and SDK Projects

This article recounts three years of frontend engineering work at Meituan, detailing the evolution of frontend technology, the adoption of engineering standards, tool and platform development for backend projects, and the specific engineering practices applied to SDK development, while also sharing lessons learned and future directions.

EngineeringMeituanSDK
0 likes · 17 min read
Reflections on Frontend Engineering Practices at Meituan: Tooling, Standards, and SDK Projects
MaGe Linux Operations
MaGe Linux Operations
Jun 22, 2023 · Cloud Native

Essential Open‑Source Kubernetes Tools to Supercharge Your DevOps

This article surveys a curated collection of open‑source Kubernetes utilities—including Helm, Flagger, Kubewatch, Gitkube, kube‑state‑metrics, Kamus, Untrak, Scope, Dashboard, Kops, cAdvisor, Kubespray, K9s, Kubetail, PowerfulSeal and Popeye—detailing their roles in deployment, monitoring, security, and cluster management for modern DevOps workflows.

KubernetesToolingmonitoring
0 likes · 15 min read
Essential Open‑Source Kubernetes Tools to Supercharge Your DevOps
Python Programming Learning Circle
Python Programming Learning Circle
May 30, 2023 · Fundamentals

Rye: An Experimental Python Package Manager and Practical Usage Guide

Rye, created by Armin Ronacher, is an experimental Python package manager that introduces a workspace concept, standalone Python installations, and clear separation of development and production dependencies, offering a unified solution to the fragmentation of existing Python tooling while providing detailed installation and workflow instructions.

CLIRustRye
0 likes · 12 min read
Rye: An Experimental Python Package Manager and Practical Usage Guide
DaTaobao Tech
DaTaobao Tech
Mar 17, 2023 · Backend Development

Automating Cross‑Platform API Documentation with Java Annotations at Taobao Search

This article explains how the Taobao Search team tackled the inconsistency and high maintenance cost of manually written API docs by introducing a standardized annotation format, a custom annotation processor, automated JSON generation, and script‑based data reporting to keep cross‑platform API information accurate and readily usable for both backend and frontend developers.

API documentationJava AnnotationsTaobao
0 likes · 8 min read
Automating Cross‑Platform API Documentation with Java Annotations at Taobao Search
DevOps
DevOps
Mar 14, 2023 · Operations

15 Essential DevOps and SRE Tools to Watch in 2023

This guide outlines fifteen key DevOps and SRE tools for 2023—including monitoring, application platforms, chat‑ops, incident management, diagramming, and CI/CD solutions—explaining their core features, benefits, and how they help teams maintain reliable, observable, and automated software delivery pipelines.

SRETooling
0 likes · 11 min read
15 Essential DevOps and SRE Tools to Watch in 2023
HomeTech
HomeTech
Feb 15, 2023 · Frontend Development

How to Build Your Own Front‑End CLI Scaffold from Scratch

This article walks through why a custom front‑end scaffolding tool is needed, analyzes Vue CLI’s architecture, explains how to locate global commands, examines required dependencies, and provides a step‑by‑step implementation—including project initialization, command design, create‑command logic, Node version checks, template features, CDN upload, commit linting, and a custom ESLint plugin—so readers can create a reusable CLI tailored to their business needs.

CLINode.jsTooling
0 likes · 17 min read
How to Build Your Own Front‑End CLI Scaffold from Scratch
Alibaba Terminal Technology
Alibaba Terminal Technology
Feb 15, 2023 · Mobile Development

How ANRCanary Uncovers Hidden Android ANR Causes and Boosts App Performance

This article explains how the ANRCanary tool helps DingTalk developers identify and resolve various Android ANR scenarios—ranging from main‑thread tasks and synchronization blocks to message‑queue congestion, emoji handling, and cross‑process SharedPreferences—while sharing practical best‑practice guidelines for building reliable mobile performance tools.

ANRAndroidTooling
0 likes · 32 min read
How ANRCanary Uncovers Hidden Android ANR Causes and Boosts App Performance
vivo Internet Technology
vivo Internet Technology
Feb 8, 2023 · Mobile Development

Modular Development Tool for Android Client: Challenges and Solutions

The ModularDevTool, a shell‑script and Gradle‑plugin solution, centralizes sub‑repository management, enables one‑click switching between code and Maven dependencies, automates version handling and CI publishing, and thus streamlines Android client modular development while cutting manual effort and code conflicts by over half.

AndroidCI/CDGradle
0 likes · 15 min read
Modular Development Tool for Android Client: Challenges and Solutions
Ziru Technology
Ziru Technology
Jan 16, 2023 · R&D Management

How Can Digital Ecosystems Empower R&D Teams for Sustainable Growth?

This article explores why digitalization is essential in the VUCA era, outlines a two‑goal strategy for building a sustainable, self‑evolving R&D ecosystem—including team, tool, and culture digitization—and explains how digital leadership can drive continuous improvement and business value.

Digital TransformationR&D ecosystemTooling
0 likes · 12 min read
How Can Digital Ecosystems Empower R&D Teams for Sustainable Growth?
Soul Technical Team
Soul Technical Team
Dec 21, 2022 · Mobile Development

iOS App Package Size Management and LinkMap Analysis

This article explains why iOS app package size matters, outlines optimization and anti‑degradation strategies, describes a custom LinkMap‑based binary analysis tool and resource‑level inspections, and demonstrates how automation and auxiliary features like crash and memory analysis can improve overall mobile development efficiency.

LinkMapToolingiOS
0 likes · 17 min read
iOS App Package Size Management and LinkMap Analysis
DevOpsClub
DevOpsClub
Nov 17, 2022 · R&D Management

Unlocking Software R&D Efficiency: How Metrics Drive Better Development

In this expert round‑table, leaders from WeBank, Tencent and Kuaishou share practical insights on applying measurement frameworks such as GQM, value‑flow management and DevOps metrics to guide development behavior, improve quality and efficiency, and avoid common pitfalls in software R&D.

DevOpsGQMR&D efficiency
0 likes · 40 min read
Unlocking Software R&D Efficiency: How Metrics Drive Better Development
MaGe Linux Operations
MaGe Linux Operations
Sep 14, 2022 · Backend Development

What Go Developers Really Think About Generics, Security, and Tooling in the 2022 Q2 Survey

The 2022 Q2 Go developer survey of 5,752 respondents reveals rapid adoption of generics, limited awareness of fuzz testing, security concerns centered on third‑party dependencies, mixed feelings about new features, and insights into tooling, IDE preferences, and workspace usage that guide the Go team's future priorities.

GoToolingdeveloper survey
0 likes · 17 min read
What Go Developers Really Think About Generics, Security, and Tooling in the 2022 Q2 Survey
DaTaobao Tech
DaTaobao Tech
Sep 13, 2022 · Backend Development

Developing a Node.js CLI Scaffold: Tools, Package.json and Demo

This guide walks you through building a custom Node.js CLI scaffold using commander, chalk, inquirer, ora, and download‑git‑repo, explains essential package.json fields like bin and engines, and provides a complete demo that prompts users, downloads templates, and initializes projects ready for global installation.

CLICommanderNode.js
0 likes · 17 min read
Developing a Node.js CLI Scaffold: Tools, Package.json and Demo
php Courses
php Courses
Jul 31, 2022 · Frontend Development

Useful npm Packages for Vue3 and Vite3 Development

This article presents a curated collection of npm libraries frequently used in Vue3 and Vite3 source code, offering developers ready‑to‑use tools for terminal styling, CLI interaction, argument parsing, file handling, debugging, environment management, bundling, testing, and more.

JavaScriptToolingVite
0 likes · 7 min read
Useful npm Packages for Vue3 and Vite3 Development
phodal
phodal
Jul 16, 2022 · Industry Insights

Why Diagram‑as‑Code Matters: Designing the Feakin Conceptual System Tool

The article explores the Diagram‑as‑Code paradigm, defines its DSL‑based approach, discusses layout algorithms and two‑way binding, and details the open‑source Feakin project that aims to provide a version‑controlled, extensible visualisation engine for architectural and conceptual diagrams.

DSLDiagram as CodeFeakin
0 likes · 10 min read
Why Diagram‑as‑Code Matters: Designing the Feakin Conceptual System Tool
Architect
Architect
Jul 1, 2022 · R&D Management

Building an R&D Management System: Principles, Processes, and Practices

This article outlines how technical leaders can construct a systematic R&D management framework—covering background, pain points, goals, and the five dimensions of Dao, Fa, Shu, Qi, and Shi—to foster culture, standardize processes, develop talent, leverage tools, and align with strategic trends for high‑performing engineering teams.

LeadershipProcess StandardizationR&D management
0 likes · 37 min read
Building an R&D Management System: Principles, Processes, and Practices
DevOps Cloud Academy
DevOps Cloud Academy
May 31, 2022 · Information Security

Kubernetes Security Best Practices and Assessment Tools

This article outlines essential Kubernetes security principles based on the 4C model, discusses best practices for clusters, containers, and code, and reviews several open‑source tools such as Kubescape, kube‑bench, Terrascan, kube‑hunter, and Anchore for assessing and improving cluster security.

Cloud NativeDevOpsKubernetes
0 likes · 7 min read
Kubernetes Security Best Practices and Assessment Tools
Sanyou's Java Diary
Sanyou's Java Diary
May 31, 2022 · Backend Development

Boost Your Java Development: 10 Must‑Have IntelliJ IDEA Plugins

Discover ten carefully selected IntelliJ IDEA plugins—from theme tweaks and icon packs to Maven helpers, Git tools, and JVM diagnostics—that can dramatically improve code readability, streamline workflows, and enhance overall developer productivity.

IDEA pluginsIntelliJJava development
0 likes · 8 min read
Boost Your Java Development: 10 Must‑Have IntelliJ IDEA Plugins
Sohu Tech Products
Sohu Tech Products
May 25, 2022 · Frontend Development

Comprehensive Guide to the React Ecosystem: Tools, Libraries, and Best Practices

This article provides an extensive overview of the modern React ecosystem, covering project setup options, state management, routing, styling, component libraries, animation, data fetching, testing, type checking, internationalization, and many other tools and best‑practice recommendations for frontend developers.

ReactState ManagementStyling
0 likes · 20 min read
Comprehensive Guide to the React Ecosystem: Tools, Libraries, and Best Practices
Big Data Technology Architecture
Big Data Technology Architecture
May 2, 2022 · R&D Management

Why Large Companies Frequently Rebuild Their Own Tools and How to Manage It Effectively

The article analyzes why big and medium‑sized companies often reinvent existing tools—due to unsatisfactory open‑source options, desire for technical prestige, low priority of requests, and skill development—and offers organizational strategies to evaluate, coordinate, and incentivize such efforts responsibly.

InnovationOrganizational StrategyR&D management
0 likes · 7 min read
Why Large Companies Frequently Rebuild Their Own Tools and How to Manage It Effectively
Java Architect Essentials
Java Architect Essentials
Apr 11, 2022 · Frontend Development

Boost Your VS Code: 60+ Must‑Have Extensions for Frontend Developers

This article presents a curated collection of over sixty VS Code extensions, organized into categories such as appearance optimization, functional enhancements, coding efficiency, code formatting, and fun utilities, each with a brief description, usage tips, and screenshots to help frontend developers improve their development experience.

ExtensionsIDETooling
0 likes · 20 min read
Boost Your VS Code: 60+ Must‑Have Extensions for Frontend Developers
Architect's Guide
Architect's Guide
Apr 7, 2022 · Frontend Development

A Curated Collection of Over 60 VSCode Extensions to Boost Productivity

This article presents a comprehensive, categorized list of more than 60 VSCode extensions—including appearance optimizers, functionality enhancers, code formatters, and miscellaneous tools—explaining their core features, usage tips, and visual examples to help developers improve their coding experience and efficiency.

ExtensionsToolingVSCode
0 likes · 16 min read
A Curated Collection of Over 60 VSCode Extensions to Boost Productivity
IT Architects Alliance
IT Architects Alliance
Apr 5, 2022 · R&D Management

Thoughts on Building an R&D Management System

The article outlines a comprehensive R&D management framework based on five dimensions—culture, processes, talent, tools, and market positioning—detailing how technical leaders can construct systematic practices for goal alignment, team growth, performance evaluation, incentive design, and tool adoption to drive high‑efficiency development in large‑scale organizations.

Performance EvaluationR&D managementTalent Development
0 likes · 39 min read
Thoughts on Building an R&D Management System
Laiye Technology Team
Laiye Technology Team
Mar 11, 2022 · Fundamentals

Eight Growth Mindsets for Technical Professionals

The article outlines eight essential thinking modes—problem, tool, product, data, risk, production‑relationship, craftsmanship/evangelism, brand, and team mindsets—that help engineers navigate complex business and technology challenges, accelerate personal growth, and achieve lasting impact.

Toolinggrowth mindsetproblem solving
0 likes · 17 min read
Eight Growth Mindsets for Technical Professionals
IT Services Circle
IT Services Circle
Feb 6, 2022 · Frontend Development

2021 JavaScript Ecosystem Highlights: Major Releases and Updates

The article reviews the most significant JavaScript ecosystem events of 2021, covering front‑end tools like Snowpack, Vite, React, Vue, back‑end updates such as Node.js 16 and npm 7, new language features, and notable deprecations, providing concise summaries and code examples.

JavaScriptNode.jsReact
0 likes · 19 min read
2021 JavaScript Ecosystem Highlights: Major Releases and Updates
Shopee Tech Team
Shopee Tech Team
Dec 30, 2021 · Game Development

Inside Shopee Candy: Building a Scalable Match‑3 H5 Game Architecture

This article walks through the origin, architecture, and tooling of Shopee Candy, a multi‑region match‑3 H5 game, detailing the Algorithm SDK, animation system, map editor, score runner, replayer, and future plans for configurability, performance, anti‑cheat, and AI‑driven level design.

Game DevelopmentH5Tooling
0 likes · 16 min read
Inside Shopee Candy: Building a Scalable Match‑3 H5 Game Architecture
ByteDance Web Infra
ByteDance Web Infra
Nov 16, 2021 · Frontend Development

Why Rust Is the Future of JavaScript Infrastructure

Rust, a fast and memory‑efficient language adopted by major tech firms, is increasingly replacing JavaScript in web tooling such as bundlers, compilers, and linters, with projects like SWC, Deno, and WebAssembly demonstrating its performance, safety, and growing ecosystem for the future of JavaScript infrastructure.

JavaScriptRustTooling
0 likes · 17 min read
Why Rust Is the Future of JavaScript Infrastructure
Taobao Frontend Technology
Taobao Frontend Technology
Oct 18, 2021 · Frontend Development

Top Front‑End Releases: AppWorks 1.5, Parcel 2, Superplate, DOM Treemap & Sanitizer API

This roundup highlights recent front‑end open‑source updates, including AppWorks 1.5’s auto‑style imports, Parcel 2’s plugin system and Rust‑based performance boost, the Superplate starter kit, the DOM Treemap DevTools extension, Theatre.js animation library, and the W3C Sanitizer API proposal for preventing XSS attacks.

ToolingWeb Securityopen-source
0 likes · 5 min read
Top Front‑End Releases: AppWorks 1.5, Parcel 2, Superplate, DOM Treemap & Sanitizer API
21CTO
21CTO
Aug 13, 2021 · R&D Management

Why Huawei’s Software Development Structure Stifles Efficiency – Key R&D Lessons

The article analyzes Huawei’s software development organization, highlighting issues such as separation of architects from coding, multi‑layer management, rigid IPD processes, high communication overhead, inadequate tooling, and talent retention challenges, and proposes practical improvements for faster, higher‑quality delivery.

Toolingorganizational structureprocess improvement
0 likes · 9 min read
Why Huawei’s Software Development Structure Stifles Efficiency – Key R&D Lessons
DevOps
DevOps
Jun 9, 2021 · Operations

Applying Chaos Engineering to Improve System Reliability: Challenges, Theory, and Practical Recommendations

This article explains how DevOps and I&O leaders can overcome fear of chaos engineering by understanding its theoretical roots, addressing core reliability challenges, and adopting a structured, pre‑production "test‑first" approach with practical steps, tools, and community sharing to enhance system availability.

DevOpsPre‑production testingTooling
0 likes · 12 min read
Applying Chaos Engineering to Improve System Reliability: Challenges, Theory, and Practical Recommendations