
Articles
Security
Security in web development is not a separate phase you tack on at the end. It shows up in authentication, request boundaries, browser policy, dependency choices, and the defaults we ship. A lot of front‑end security work is really about removing avoidable trust mistakes before they become production incidents.
Below you will find a subset of articles from my blog specifically about Security. Although this is a topic I've been working with for many years, it's fair to say that I've not written about it often. I've only managed to publish three articles about it, which you can see and read below.

Implementing Authentication in Next.js Using NextAuth.js. 
Why You Should Not Use Protocol‑Relative URLs. Why You Should Not Use Protocol‑Relative URLs

What is CORS and Why is My JavaScript fetch Blocked? What is CORS and Why is My JavaScript
fetchBlocked?