Editors' Pick

Trending Posts

Popular Post

Recent Posts

post-thumb

YAML is a Weird Beast

“YAML is a weird beast.”

Someone’s comment on a PR months ago triggered my curiosity.
I use YAML daily for configuration files: OpenAPI specs, Helm charts, Symfony configs, Spring Boot properties… yet I’d never questioned its inner workings. How complex could a configuration format really be?

Read more Details
post-thumb

CNAME - The hidden security risk in your DNS zone

Domain Name System (DNS) records are fundamental to how the internet works, translating human-readable domain names into machine-readable IP addresses. Among these records, the CNAME (standing for Canonical Name) record is the most commonly used for delegating a website to a third-party provider. However, this seemingly simple delegation mechanism harbors significant security implications that are often overlooked.

Read more Details