Month: September 2019

how to read a stack trace
Explained
Tutorial

How to read a stack trace in JavaScript

Picture this: As if seeing something similar to that popping up in your console wasn’t bad enough, picture not being able to find an answer for the issue on Stack Overflow (you’d probably find a solution for this one, but I needed an example for this article😅). In those situations you might not have any […]

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