HTTP Requests in Javascript

HTTP Requests are an important part of web application development. In this post you’ll find many examples of HTTP requests in Javascript.

What is CORS?

A short introduction to Cross-Origin Resource Sahring (CORS). In this article I explain what CORS is and what its for with examples of how to enable CORS for your APIs.

What is REST?

Introduction to APIs and REST. This article covers REST at a high level intended for junior developers.