Developer Blog

JavaScript, CSS, security और web performance पर deep dives। Real code के साथ practical guides।


RSS Feed
JavaScript

APIs और Config Files के लिए JSON Formatting Best Practices

RFC 8259 नियमों, 2-space बनाम 4-space बहस, JSON Schema validation, BigInt pitfalls और jq जैसे command-line tools के साथ JSON formatting में महारत हासिल करें।

Apr 10, 2026 onHTML Team
json api formatting
JavaScript

Regex Cheat Sheet: हर Developer के लिए Regular Expressions

Anchors, quantifiers, character classes, groups, lookaheads और named captures को कवर करने वाली complete regex cheat sheet। Email, URL और phone validation के लिए real-world patterns।

Apr 12, 2026 onHTML Team
regex cheatsheet patterns
Security

JWT Demystified: Token-Based Authentication को समझना

JWT को शुरू से समझें: header-payload-signature anatomy, HS256 बनाम RS256, सामान्य security vulnerabilities (alg:none attack) और stateless auth के लिए best practices।

Apr 18, 2026 onHTML Team
jwt authentication security
Security

Password Security का Mathematics: Entropy, Hashing और Brute Force Attacks

Password strength के पीछे असली गणित: entropy calculations, Markov chain attacks, bcrypt बनाम Argon2 cost factors, और क्यों 12-word passphrases जटिल 8-character passwords को मात देती हैं।

Apr 20, 2026 onHTML Team
password security entropy