Skip to content
Joey Wang
Menu

Search

Tag: debugging

Why macOS ignores your manual DNS settings

On a managed MacBook, iCloud Private Relay and MDM scoped resolvers silently override manual DNS settings, and scutil --dns shows you which one is winning.

How to Debug Docker Image Builds

Practical techniques for debugging Docker image builds: BuildKit output flags, inspecting intermediate layers, nsenter tricks, and multi-stage build targets.

How to Debug React Applications

A rundown of debugging React apps: React Developer Tools in the browser, inspecting React Native, and running Jest tests under a real debugger.

Round Is Not Always What You Expect

Rounding the same float, 2.675, to two decimal places gives different answers in C#, PHP, Go, Python, JavaScript, and Ruby, for concrete reasons.

域名解析服务探究与nslookup工具使用指南

在互联网世界中,域名解析是一项基础服务,它将用户友好的域名转换为机器可识别的IP地址。本文将介绍如何使用nslookup工具来查找提供域名解析服务的实体。