Developer Blog

Deep-dives on JavaScript, CSS, security, and web performance. Practical guides with real code.


RSS Feed
JavaScript

The Complete Regex Cheat Sheet for Web Developers

Master regular expressions with this complete cheat sheet covering anchors, quantifiers, lookaheads, named groups, flags, and 10 real-world patterns.

Apr 12, 2026 onHTML Team
regex cheatsheet patterns
CSS

CSS Gradients: The Complete 2026 Guide

Complete guide to CSS gradients in 2026: linear, radial, conic, mesh gradients, oklch color space, animated gradients with @property, and browser support.

Apr 14, 2026 onHTML Team
css gradients design
Security

JWT Demystified: Everything Developers Need to Know

Everything about JWTs: structure, signing algorithms, critical security vulnerabilities (alg:none, algorithm confusion), storage debate, and OAuth2/OIDC relationship.

Apr 18, 2026 onHTML Team
jwt authentication security
Tools

QR Codes in 2026: Complete Developer Guide

Complete QR code developer guide: Reed-Solomon error correction, version capacity table, encoding modes, WiFi/vCard formats, dynamic vs static QR, and print sizing.

Apr 22, 2026 onHTML Team
qr barcode mobile
Performance

Web Performance Cheat Sheet: Core Web Vitals and Optimization

Complete 2026 web performance guide: Core Web Vitals thresholds, LCP/INP/CLS optimization, resource hints, code splitting, Brotli, AVIF, and font subsetting techniques.

Apr 24, 2026 onHTML Team
performance core-web-vitals optimization