api

How to create a mock API in 5 minutes image
Tutorial

How to create a mock API in 5 minutes

Mockaroo is one of the best and easiest websites to create mock data with. I have used it countless times whenever I needed a lot of test data for data visualisation. You can also use it for machine learning experiments. In this article I will guide you through the three steps of creating a simple […]

Read More
How to BUILD A JavaScript API IN 2023
Uncategorized

How to build a JavaScript API in 2023

Hello everyone. A big part of making things easy for developers is selecting the right tools for the job and when it comes to quickly and easily creating APIs these are my tools of choice: NodeJS, ExpressJS and Postman to test our API. UPDATE: I’ve recently started using Insomnia as my API testing tool and […]

Read More
what is a GET request
Explained

What is a GET request?

If you just got started with web development you might have heard GET requests. It might have happened while you worked with a back-end language like PHP or while you were trying to connect to an API. To put it in simple terms, the HTTP GET request is a way for the HTTP protocol to […]

Read More
how to create a parallax website 2019
Tutorial

How to create a parallax website from scratch in 2019 – Part 3

Welcome to the third and final part of this series on how to create a parallax website from scratch in 2019. On the first two parts we went over how to create the HTML portion of our parallax website, then we used some CSS in order to style it and now we’ll finally add some […]

Read More