Building a PWA vuejs app with wordpress API – Part 7
By now in out Building a PWA vuejs app with wordpress API journey, we have a basic vuejs app which can fetch data from a Wordpress API using axios and…
By now in out Building a PWA vuejs app with wordpress API journey, we have a basic vuejs app which can fetch data from a Wordpress API using axios and…
It turns out that adding cordova to an existing vue app is pretty easy. If only I'd known this before trying at least 10 different ways: First, make sure your…
This is a WordPress Security mega-post containing a lot of best-practice information on securing, hardening, updating and maintaining a Wordpress site.Used by more than 60 million websites, including 30% of…
This tutorial will show you how to make a Raspberry Pi hack tool by installing Kali on the Raspberry Pi - by the end of this guide you will have…
If you have ssh with keys for authentication setup on your system, and you use vagrant then you can combine the two to have all your ssh keys automatically shared with your…
It turns out that coding in php on android is possible (even if its not as good as on a mac, linux or even windows). In this blog post I'll…
This follows on from the previous laravel gist. it covers generating models, views and bootstrapping for controllers for pre-existing database tables. A Laravel migrating existing tables gist. Useful if you have…
Here is my Laravel quickstart gist bootstrap for creating laravel sites from scratch cd ~/git brew install nmp brew install nodejs curl -sS https://getcomposer.org/installer | php composer global require laravel/installer…
Kali linux wpa_supplicant cli config. To setup a wifi connection using wpa_supplicant on the cli in kali, first you have to bring up your network interface ifconfig wlan0 up Next,…