Raymond Camden is a experienced developer advocate and evangelist. His work focuses on APIs, the web platform, and generative AI. He is the author of multiple books on development and has been activel
I'd love to see an example that involved authentication of some sort. So imagine an Express app where routes /posts and /posts/:id required you to be logged in first. I know some serverless platforms make middleware simple, but seeing a full example of that kind of translation would be nice.
For further actions, you may consider blocking this person and/or reporting abuse
We're a blogging-forward open source social network where we learn from one another
I'd love to see an example that involved authentication of some sort. So imagine an Express app where routes /posts and /posts/:id required you to be logged in first. I know some serverless platforms make middleware simple, but seeing a full example of that kind of translation would be nice.