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 MorePicture 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 MoreWelcome 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 MoreHello there! Today in Part 2(Part 1) of this series, we’ll dive into the styling of our website by using CSS. By the end of this tutorial, we’ll have a responsive webpage that makes use of the parallax effect. Cool stuff!😀 CSS Let’s start by creating a style file and including it into our HTML […]
Read MoreSometimes we have been coding for a while and made quite a few changes to your source code but for some reason you need to checkout a different branch and you don’t want to commit the code changes you made. That’s a great use case for the git stash command. Today I’ll list out some […]
Read MoreHello there! Today we are going to quickly build a chrome extension from scratch. Chrome extensions are programs that can extend the functionality of the Google Chrome web browser. Examples of extensions could be: an extension that notifies you of a new email while you are browsing the web, or another extension that delivers you […]
Read MoreToday we are going to create three promotional images for your Google Chrome extension. These images are used when uploading your extension to the Chrome Web Store and having good images helps your extension stand out and get more downloads. By the end of this tutorial we’ll create images that look like the ones below.< […]
Read MoreHey everyone! Today we’ll start a three part series on how to build a website completely from scratch. At the end of this series, you should be able to build cool looking websites that can even fetch data from external APIs. This series suited for any beginner that is trying to find an easy way […]
Read MoreWe have all been there, working on a project probably for school or early on at work when suddenly whoever is in charge says that we have to use this Git thing to share our code with the rest of the team and at first it all seems like complicated command line based Dropbox for […]
Read MoreHave you ever wanted to create a simple web page or an interactive business card that stands out but didn’t want or had the money to pay for hosting on such a simple page? If your answer was ‘yes’ to any of those scenarios or if you’d just like to learn more about itty.bitty.site then […]
Read More