Tag

#web-security

2 articles tagged #web-security. See all tags →

HTTP vs HTTPS: What the S Actually Buys You
Tech··9 min

HTTP vs HTTPS: What the S Actually Buys You

The S in HTTPS is TLS, and it buys three things people lump into "encryption": confidentiality, integrity, and authentication. The one nobody mentions, authentication, is the one that actually matters.

httphttpstls
React Server Components in Production: What Nobody Warns You About
Tech··11 min

React Server Components in Production: What Nobody Warns You About

The server-client boundary is a clean idea. The runtime serialization errors it throws at 2am are not. Here's what breaks when React Server Components meet real traffic, plus the CVSS 10.0 flaw that hit the whole ecosystem in December 2025.

reactreact-server-componentsnextjs