Articles
The art of responsivenes
This is a guide for dealing with responsive images on the web. There are to…
Add FontAwesome to Vue.js 3 project
Adding fonts to a JS project shouldn't be that hard but i found it a…
Generate color classes with scss
Lets be honest dealing with colors is a pain but things are simple when there…
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…
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…
Open VScode with current folder from terminal
This can be achieved with a few steps: Activate the “code” command from VScode itself:…
Dark/Light Mode
Dark Mode toggle is a must on every website nowadays. whether it maybe to for…