This is how to create and install a self- Lets Encrypt Certificate on Apache. The process can be fully automated with the help of Certbot.…
When building SPA with Vue and Laravel it is important to handle the login / logout functionality properly. Using Laravel passport can make this easier…
Useful to use cursor directions without using the cursor keys. Pretty useful. control + p up control + n down control + b left control…
It is essential to setup .bash profile when working in the Terminal. It makes life a lot easier especially when working with git. To setup…
Typing Github credentials over and over soon gets tedious! Use the following command so that credentials are stored internally to speed up your workflow. git…
Using SSH keys to interact with Github is much more convenient that typing username and password all the time. Follow below steps to use this…
The following list are useful git commands that can be used in daily workflow. These commands are often forgotten as they are not used as…
When developing laravel projects in Homestead the server time can sometimes slowly skew off and not reflect the date and time the local machine. This…
Ok this is cool. If you open the Chrome developer tools ( cmd + alt + i on Mac) and then select a page element.…
On the modern web serving over HTTPS is becoming the standard. So it is important to know how to setup and install SSL certificates. Follow…