Braden Kelley
Braden Kelley has written 7 articles for SitePoint.
Braden's articles
In this tutorial, I’ll walk you through creating a server and teach you all you need to know about routes in Express.
In this tutorial, I’ll show you how a modern and secure authentication approach. By the end, you’ll be able to create and verify JWTs yourself in Node.
Today I’ll show you how to use Express to create a GraphQL server, as well as how to create a single-page app in React that uses Apollo’s client to query the server.
I’ll show you how you can use OAuth 2.0 outside the context of a user, in what is also known as the Client Credentials Flow.
GraphQL has become an immensely popular alternative to REST APIs. The flexibility you get from using GraphQL makes it easier for developers to get any information they need for an app. That gives you the feel of a very customized API and can help cut down on bandwidth.
Read Build a Simple REST API with Node and OAuth 2.0 and learn JavaScript with SitePoint. Our web development and design tutorials, courses, and books will teach you HTML, CSS, JavaScript, PHP, Python, and more.
In this tutorial, I’ll walk you through creating both a frontend web app in React and a backend REST API server in Node.