Tagged articles
7 articles
Page 1 of 1
Liangxu Linux
Liangxu Linux
Oct 2, 2024 · Fundamentals

Master the Linux fmt Command: Simple Text Formatting Techniques

This tutorial explains how to use the Linux fmt utility to reformat text, covering basic syntax, line‑width adjustments, first‑line indentation, line splitting, and spacing options with clear examples and command‑line snippets tested on Ubuntu 24.04.

LinuxUnixcommand-line
0 likes · 4 min read
Master the Linux fmt Command: Simple Text Formatting Techniques
Programmer DD
Programmer DD
Sep 3, 2023 · Fundamentals

Master Java 21 Template Expressions for Clean String Interpolation

This article introduces Java 21's new Template Expressions, explains how STR and FMT processors enable safe, efficient string interpolation and formatting—including multi‑line strings, arithmetic, method calls, and object fields—while providing practical code examples and best‑practice guidance.

Java 21String InterpolationString Templates
0 likes · 8 min read
Master Java 21 Template Expressions for Clean String Interpolation
Liangxu Linux
Liangxu Linux
Nov 10, 2022 · Fundamentals

Master Linux Text Manipulation with tr and fmt: Practical Examples

Learn how to use the Linux command‑line utilities tr and fmt for powerful text transformation—covering character replacement, case conversion, whitespace handling, and deletion of digits or punctuation, and formatting options—through clear syntax explanations and step‑by‑step examples.

Linuxfmttext processing
0 likes · 11 min read
Master Linux Text Manipulation with tr and fmt: Practical Examples
System Architect Go
System Architect Go
Oct 18, 2019 · Backend Development

Error Handling in Go Before and After Go 1.13

This article explains Go's built‑in error interface, the traditional ways of creating and checking errors before Go 1.13, and the new errors.Unwrap, errors.Is, errors.As functions plus the %w verb in fmt.Errorf introduced in Go 1.13 for error wrapping and inspection.

Error HandlingGoas
0 likes · 5 min read
Error Handling in Go Before and After Go 1.13
ITPUB
ITPUB
May 24, 2018 · Databases

How Ant Financial Solved Distributed Transaction Challenges with TCC, FMT, and XA

This article reviews Ant Financial's evolution of distributed transaction solutions—from early SOA consistency issues to the high‑performance TCC model, the developer‑friendly FMT approach, and the real‑time XA integration with OceanBase—highlighting architectural decisions, optimizations, and practical outcomes.

Distributed TransactionsXAdatabase-consistency
0 likes · 20 min read
How Ant Financial Solved Distributed Transaction Challenges with TCC, FMT, and XA