Series

28 Series articles

Series · 09/08/2026 · programming · compiler · interpreter · java · javascript · typescript · python · go · rust · cpp

COMPILED, INTERPRETED AND HYBRID: HOW DOES CODE ACTUALLY RUN?

How source code moves through compilers, interpreters and runtimes, with Hello World examples in JavaScript, TypeScript, Python, Java, Go, Rust and C++.

Series · 23/12/2024 · manual-testing · bug-report · defect · qa

BUG LOGGING

What a bug report needs, how to write actual and expected results, and how severity, priority and evidence help the team handle it.

Illustration for Bug Logging in the Manual Testing Foundation series

Series · 20/12/2024 · manual-testing · test-design · istqb · qa

TEST DESIGN TECHNIQUES

How to apply equivalence partitioning, boundary value analysis, decision tables, state transition and basic white-box techniques.

Illustration for Test Design Techniques in the Manual Testing Foundation series