IT Services Circle
IT Services Circle
Jan 26, 2026 · Frontend Development

Why oxfmt and oxlint Are Redefining Frontend Toolchains with 30‑50× Speed Gains

The article examines the rapid adoption of oxfmt and oxlint—Rust‑based formatter and linter from VoidZero—highlighting their massive npm download growth, performance advantages over Prettier and ESLint, key technical features, and why their speed improvements make migration inevitable for modern front‑end projects.

PerformanceRustToolchain
0 likes · 5 min read
Why oxfmt and oxlint Are Redefining Frontend Toolchains with 30‑50× Speed Gains
DevOps Engineer
DevOps Engineer
Nov 27, 2025 · Operations

Catch Jenkinsfile Errors Before Commit with jenkinsfilelint – A Python Linter

jenkinsfilelint is a Python‑based command‑line tool that validates Jenkinsfile syntax via the Jenkins API, integrates seamlessly with pre‑commit hooks, offers flexible configuration and smart filtering, and provides step‑by‑step installation and usage instructions to prevent build failures caused by pipeline errors.

CI/CDJenkinsPython
0 likes · 6 min read
Catch Jenkinsfile Errors Before Commit with jenkinsfilelint – A Python Linter
Instant Consumer Technology Team
Instant Consumer Technology Team
Oct 20, 2025 · Frontend Development

Why OXC Is Replacing Prettier and ESLint: Up to 100× Faster Formatting & Linting

Evan You announced that the new OXC toolchain dramatically outperforms Prettier and ESLint—delivering 2‑3× faster formatting, up to 45× faster than Prettier, and 50‑100× faster linting—while staying compatible with existing configurations and offering zero‑migration upgrades for massive codebases.

ESLintOXCPerformance
0 likes · 5 min read
Why OXC Is Replacing Prettier and ESLint: Up to 100× Faster Formatting & Linting
21CTO
21CTO
Sep 2, 2024 · Fundamentals

6 Essential Python Coding Habits Every Beginner Should Master

This article outlines six practical habits—following PEP 8, using the latest Python version, commenting code, employing linters, leveraging built‑in functions and libraries, and promptly fixing issues—to help new Python developers write clean, maintainable, and error‑free code throughout their careers.

PEP 8Pythonbest practices
0 likes · 10 min read
6 Essential Python Coding Habits Every Beginner Should Master
21CTO
21CTO
Aug 26, 2024 · Fundamentals

6 Essential Python Coding Habits Every Developer Should Master

This article outlines six practical Python coding habits—including following PEP 8, using the latest version, commenting effectively, employing linters, leveraging built‑in functions and libraries, and fixing issues promptly—to help developers write clean, maintainable, and error‑free code.

PEP 8Pythonbuilt-in functions
0 likes · 9 min read
6 Essential Python Coding Habits Every Developer Should Master
Xianyu Technology
Xianyu Technology
Sep 18, 2021 · Mobile Development

Flutter Linter Practices and Code Style Guidelines at Xianyu

Xianyu’s Flutter team defines a custom lint configuration in analysis_options.yaml, selecting stable rules from effective_dart, pedantic, flutter_lints and lints to enforce concise syntax, safe null handling, explicit typing, consistent style, and proactive quality checks, supported by CI enforcement and team‑wide consensus.

DARTFluttercode style
0 likes · 10 min read
Flutter Linter Practices and Code Style Guidelines at Xianyu
DevOps Engineer
DevOps Engineer
May 25, 2020 · Operations

How to Lint Jenkins Declarative Pipelines Using REST API and VS Code Plugin

This article explains two practical methods—using a custom linter.sh script that calls Jenkins's REST API and employing the Jenkins Pipeline Linter Connector VS Code extension—to validate declarative pipeline syntax before committing, reducing repeated build failures caused by syntax errors.

JenkinsPipelineREST API
0 likes · 4 min read
How to Lint Jenkins Declarative Pipelines Using REST API and VS Code Plugin