DEV Community

HAU profile picture

HAU

404 bio not found

Joined Joined on 
How to Calculate Age Correctly: The Edge Cases Every Developer Misses

How to Calculate Age Correctly: The Edge Cases Every Developer Misses

Comments
3 min read
Timezone Conversion in JavaScript: Why getTimezoneOffset() Will Betray You

Timezone Conversion in JavaScript: Why getTimezoneOffset() Will Betray You

1
Comments
3 min read
ISO Week Numbers: Why January 1st Is Sometimes in Week 53

ISO Week Numbers: Why January 1st Is Sometimes in Week 53

Comments
3 min read
The Right Way to Add Months to a Date in JavaScript (It's Not What You Think)

The Right Way to Add Months to a Date in JavaScript (It's Not What You Think)

Comments
3 min read
JavaScript Countdown Timers: Why setInterval Drifts and How to Fix It

JavaScript Countdown Timers: Why setInterval Drifts and How to Fix It

Comments
3 min read
Stop Using new Date('2026-01-01') to Parse Date Strings

Stop Using new Date('2026-01-01') to Parse Date Strings

Comments
3 min read
Date Difference Calculations: Why "How Many Days Between" Is Harder Than It Seems

Date Difference Calculations: Why "How Many Days Between" Is Harder Than It Seems

Comments
4 min read
Unix Timestamps: The 10 vs 13 Digit Problem That Breaks More APIs Than You Think

Unix Timestamps: The 10 vs 13 Digit Problem That Breaks More APIs Than You Think

Comments
3 min read
Business Days vs Calendar Days: The Date Math Mistake That Breaks Your Deadlines

Business Days vs Calendar Days: The Date Math Mistake That Breaks Your Deadlines

Comments
3 min read
Convert CSV or Excel to JSON in Your Browser — No Upload, No Server

Convert CSV or Excel to JSON in Your Browser — No Upload, No Server

Comments
3 min read
Stop Writing Structs by Hand: Generate Go, Java, TypeScript, and 8 More from JSON

Stop Writing Structs by Hand: Generate Go, Java, TypeScript, and 8 More from JSON

1
Comments
3 min read
JSON Tasks Every Developer Does — And the Fastest Way to Do Each One

JSON Tasks Every Developer Does — And the Fastest Way to Do Each One

Comments
3 min read
loading...