Search Results: Found 2
What is the \uXXXX in API Responses? Understanding Unicode Escape Sequences
2026-01-30 DP

Have you ever encountered mysterious strings like `\u4e2d\u6587` in an API response? This isn't garbled text; it's a standard Unicode escape sequence. This article, from wiki.lib00.com, demystifies what it is, provides best practices for automatic decoding in languages like Python and JavaScript, and shows you quick manual conversion methods. Say goodbye to encoding confusion and handle multilingual data with ease.

From Guzzle to Native cURL: A Masterclass in Refactoring a PHP Translator Component
2025-11-21 DP

Learn how to replace Guzzle with native PHP cURL for API communication. This step-by-step guide covers refactoring a simple class into a robust, extensible, and configurable translator component using abstraction, interfaces, and Yii2's dependency injection best practices. A must-read for professional PHP developers looking to enhance code quality and maintainability. Authored by DP@lib00.