I'm Tania, a designer, developer, writer, and former chef. I love creating open source projects and contributing to the developer community. I write the missing instruction manuals of the web.
If you've have heard of these terms like REST and API, but don't have a complete understanding of how they work or how to build your own API, this series is...
In this tutorial, we'll set up a server for our API to live on. We'll use Node.js, which is the back-end implementation of JavaScript, and Express, a...
In this tutorial, we're going to set up a MySQL database to store all the data, connect to the database from our Node.js app, and allow the API to use the...