Skip to content

Articles & Guides

Useful resources for web developers and system administrators

Security
API Rate Limiting: Token Bucket, 429, Retry-After
API rate limiting: token bucket vs sliding window, HTTP 429, Retry-After. Implementation on Redis, nginx, Express, NestJS.
15.04.2026 · 10 min · 209 views
Security
Cookie Security: HttpOnly, Secure, SameSite, __Host-
Cookie security flags: HttpOnly, Secure, SameSite (Strict/Lax/None), __Host- prefix, Max-Age vs Expires. PHP, Express, nginx examples.
15.04.2026 · 9 min · 302 views
Security
HTTP to HTTPS Migration: Redirects, Mixed Content, HSTS
HTTP to HTTPS migration guide: certificate, 301 redirect, fixing mixed content, HSTS, canonical URLs, SEO without traffic loss.
15.04.2026 · 9 min · 207 views
Security
Prevent XSS Attacks: Escaping, CSP and Trusted Types
XSS types — stored, reflected, DOM-based — and how to stop them with context-aware escaping, CSP, Trusted Types, and HttpOnly cookies.
15.04.2026 · 10 min · 163 views
Security
Clickjacking Prevention: X-Frame-Options vs frame-ancestors
Clickjacking attacks explained: X-Frame-Options, CSP frame-ancestors, SameSite cookies, JS frame-busting. nginx setup and verification.
15.04.2026 · 8 min · 267 views
Security
CORS: Complete Guide to Access-Control-Allow
CORS, preflight OPTIONS, Access-Control-Allow-Origin, credentials, common errors. nginx/Express/NestJS setup and curl debugging.
15.04.2026 · 9 min · 182 views
Security
CSP (Content Security Policy): Setup Guide
Content Security Policy setup: directives, nonce, strict-dynamic, report-uri. Ready nginx and Next.js examples plus debugging and common mistakes.
15.04.2026 · 11 min · 190 views
DNS
Wildcard DNS Records: Use Cases and Pitfalls
Wildcard DNS (*.example.com): use cases, RFC 4592 constraints, conflicts, performance, and security implications.
15.04.2026 · 9 min read · 451 views
DNS
Reverse DNS and PTR Records: Why You Need Them
What rDNS and PTR records are. Setting up in-addr.arpa reverse zones, PTR for mail servers, and the impact on SPF and email deliverability.
15.04.2026 · 8 min read · 221 views
DNS
DNS Leak: What It Is, How to Test and Fix
DNS leak on VPN — what it is, why it matters, and how to fix it. Step-by-step tests and fixes for Windows, macOS, Linux, iOS, Android.
15.04.2026 · 8 min read · 287 views