© 2026 Hashnode
If you have ever used Google Login, GitHub Login, or "Sign in with X", you have used OpenID Connect (OIDC). In this guide, we will build a production-style OIDC Authorization Server, step by step, usi

You don’t know what will come in your payloads. When working with req.body, can you really be sure it contains all the fields you expect? No. You are completely unaware of what is coming in the payload. This is a common problem that almost every Expr...

Here is a snippet from Pirate Johnarry Silver about the History of Python. Using OpenAI and gpt-5.1 model and some clever prompt instructions via an express app, I got ai to be an informative pirate. It’s quite simple really and its all within the in...

I'll never forget the moment I realized my Express codebase had become a maintenance nightmare. It was 2 AM, and I was hunting through seven different files trying to figure out where a single API endpoint was actually processing data. The route was...
