Tech Posts tagged with "debugging"

A collection of useful articles and guides.

Debugging Network Issues with `ping`, `traceroute`, and `nmap`
June 11, 2025

Network debugging tools are essential for any developer working with distributed systems, APIs, or web applications. While modern applications often abstract away networking details, understanding …

The Origin of the Term 'Bug'
June 11, 2025

The term "bug" for a computer glitch has a fascinating history that predates electronic computers. While many know the story of Grace Hopper finding a …

The Power of a Rubber Duck
June 11, 2025

Rubber duck debugging is a method of debugging code by explaining it, line by line, to an inanimate object - traditionally a rubber duck. This …