web development

How To Use Git For Beginners 2023
Uncategorized

How To Use Git For Beginners: A Step-by-Step Guide in 2023

First and foremost we need to know what “git” is. Git is a version control system that allows developers to track changes to their codebase and collaborate with others. It is an essential tool for any developer, and it is worth taking the time to learn how to use it effectively. Being able to use […]

Read More
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 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
Chrome Extension Web Store
Advice
Recommendations

Top 3 reasons to develop a chrome extension

There is a big push to focus on mobile experiences nowadays and that is all well and good, but desktops and laptops are not dead yet. Most people who work in an office, spend the majority of their time on one of those devices. One of the ways to reach these users is by building […]

Read More
Easy Software Developer - How to create a website from scratch in 2019 - Part 1
Tutorial

How to create a website from scratch in 2019 – Part 1

Hey 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 More
How does a website work - Easy Software Developer
Explained

How does a website work?

The title of this article is one of those questions that some people are too afraid to ask because it sounds like something that they should already know, but the truth is that we are all at a different stage of learning and understanding how does a website work is an extremely important part of […]

Read More