Articles

The art of responsivenes

This is a guide for dealing with responsive images on the web. There are to…

Read More
8 Jun, 2023
Add FontAwesome to Vue.js 3 project

Adding fonts to a JS project shouldn't be that hard but i found it a…

Read More
7 Jun, 2023
Generate color classes with scss

Lets be honest dealing with colors is a pain but things are simple when there…

Read More
7 Jun, 2023
Upload site to github and custom domain

In package.json add this line “homepage”: “https://yourcustomdomain.com” Install gh-pages with npm install -D gh-pages In…

Read More
7 Jun, 2023
Hosting a github page site to subdomain of a domain

Host the website the same way as above and add the CNAME file containing the…

Read More
7 Jun, 2023
Open VScode with current folder from terminal

This can be achieved with a few steps: Activate the “code” command from VScode itself:…

Read More
7 Jun, 2023
Dark/Light Mode

Dark Mode toggle is a must on every website nowadays. whether it maybe to for…

Read More
13 Apr, 2023