Tagged articles
11 articles
Page 1 of 1
Data STUDIO
Data STUDIO
Feb 27, 2026 · Backend Development

Ruff: The Lightning‑Fast All‑In‑One Python Linter and Formatter

Ruff is a Rust‑written Python linter and formatter that claims 10‑100× speed improvements over Flake8, Black, and isort, offering a single‑command solution for linting, auto‑fixing, and formatting, with simple installation, flexible TOML configuration, editor, pre‑commit, and CI/CD integration.

PythonRuffRust
0 likes · 9 min read
Ruff: The Lightning‑Fast All‑In‑One Python Linter and Formatter
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.

Rustformatterfrontend
0 likes · 5 min read
Why oxfmt and oxlint Are Redefining Frontend Toolchains with 30‑50× Speed Gains
Open Source Tech Hub
Open Source Tech Hub
Sep 8, 2025 · Backend Development

Why Rust-Powered Mago Is Redefining PHP Tooling Speed and Efficiency

Mago, a Rust‑rewritten PHP toolchain offering formatter, linter, and static analysis, promises dramatically faster performance than traditional PHP tools, provides zero‑dependency installation via Composer, and includes detailed benchmark results, feature evaluations, and a balanced look at its advantages and current limitations.

PHPRustformatter
0 likes · 7 min read
Why Rust-Powered Mago Is Redefining PHP Tooling Speed and Efficiency
Liangxu Linux
Liangxu Linux
Dec 4, 2019 · Fundamentals

Top 9 Free JSON Tools Every Developer Should Know

This article introduces nine free JSON utilities—including online validators, command‑line processors, IDE plugins, and editors—explaining their main features, typical use cases, and where to access each tool via web links or source repositories.

CLIIDEJSON
0 likes · 7 min read
Top 9 Free JSON Tools Every Developer Should Know
ITPUB
ITPUB
Nov 28, 2019 · Fundamentals

9 Essential JSON Validation and Formatting Tools Every Developer Should Know

This article introduces nine popular JSON utilities—including online validators, command‑line converters, IDE plugins, and formatters—detailing their main features, usage scenarios, and where to download or access their source code, helping developers choose the right tool for JSON processing tasks.

JSONWebdeveloper
0 likes · 6 min read
9 Essential JSON Validation and Formatting Tools Every Developer Should Know
Programmer DD
Programmer DD
Nov 18, 2019 · Fundamentals

9 Essential JSON Tools Every Developer Should Know

Discover nine powerful JSON utilities—including online validators, formatters, CLI converters, and IDE plugins—that simplify parsing, validation, and editing, with direct links to each tool’s website or repository, helping developers efficiently work with JSON across various environments.

BackendJSONdeveloper tools
0 likes · 6 min read
9 Essential JSON Tools Every Developer Should Know
Programmer DD
Programmer DD
Aug 7, 2019 · Backend Development

Mastering Date and Time Parameter Conversion in Spring MVC

This guide explains how to handle date and time parameters in Spring MVC by using @DateTimeFormat for request‑level conversion, configuring global formatters via WebMvcAutoConfiguration, and implementing custom Converter, GenericConverter, and Formatter beans to ensure seamless ISO‑8601 parsing.

Date ConversionJava 8 TimeSpring MVC
0 likes · 6 min read
Mastering Date and Time Parameter Conversion in Spring MVC
21CTO
21CTO
Sep 15, 2018 · Backend Development

Laravel Architecture Deep Dive: Repositories, Services, Presenters, Transformers

The article summarizes a video on Laravel project structuring, explaining how separating responsibilities into layers such as Repository for data access, Service for business logic, Presenter for view preparation, Transformer for data shaping, and Formatter for consistent API responses improves maintainability and scalability.

Backend ArchitectureLaravelPresenter
0 likes · 6 min read
Laravel Architecture Deep Dive: Repositories, Services, Presenters, Transformers