Posts by liangk

@liangk

Ko Hsin Liang

Full-stack developer and founder of StackInsight. I build practical auth tools a...
Sydney, Australia stackinsight.dev Joined November 2025
178 Points12 Badges0 Connections0 Followers3 Following

Posts by liangk

liangk in Articles 12 min read
I kept seeing the same advice in every ORM tutorial: "Watch out for N+1 queries." Every code review, every blog post, every conference talk. Always the same warning, never the actual numbers. So I decided to measure it. I built a benchmark suite, ...
post-cover-11471
liangk in Articles 5 min read
JWT Storage: Cookies vs LocalStorage Where should you store JWT tokens? This guide covers both approaches with working code examples to help you make an informed decision. What You'll Learn Implement JWT authentication using HTTP-only cookies and l...
post-cover-7607
chevron_left