Month: August 2019

Tutorial

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

Hello 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 More
Tutorial

How to save Git changes using Git stash

Sometimes 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 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
Tutorial

How to develop a chrome extension – Beginner’s guide

Hello 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 More