Undo Git Commits, how do you do these easily? Do quickly undo a few commits so you can go back a few version you can…
Category: Web Development
The default Visual Studio Code theme is pretty darn good. But you sometimes want some small tweaks. Here some basic Visual Studio Code Changes that…
NextGen Gallery Custom Field Rotating Images was created by us about 5 years ago for Ultimate Fiji Vacations. Since then the NextGen gallery has gone…
There are many git commands you need to run your Laravel projects well. Here are Laravel Git Tricks that I am sure you cannot live…
Post Digital Ocean restart to deal with security patches for vulnerabilities (Spectre and Meltdown Mitigation )MariaDB on Trellis failed to start. So the site failed…
Been having Hostnet.nl MainWP Issues lately. The MainWP Dashboard cannot connect to the child theme. Never been happy with hostnet really as they throttle RAM all…
To do a Laravel Sync Remote Files to local Homestead Vagrant box you can use rsync. And you should use it over scp or sftp because…
We need to now implement the Express API so we can connect our Vue Store to the MongoDB database. We do this setting up Express…
A Node, Express, MongoDB Backend Stack is chosen for our Vue Shop. Other options are available of course, but this is the choice made. We…
To enter data for our products we will be needing Product Form Fields. In Vue you can use v-model for two way form binding. In the…
The administration part of your shop needs many features. For those we need to create nested routes. We will need a create, edit, update page…
Now that we created our first page and route let’s work on the Vue route links. By that I mean the actual navigation of the…