-
Laravel Form Refactoring with Service layers
Update September 2017: This article does not implement any custom Namespace, in time it wil be updated to include more modern Laravel coding techniques. After writing my last article on Developing Applications with Laravel - Part 3 I... -
Root Cause Analysis of a Hacked WordPress Website
As a follow-up to my recent presentation at WordCamp Sunshine Coast entitled “Post-Mortem of a Hacked Website“, the following Monday we of course had yet another hacked site. While most hosting companies don't get involved with... -
Let’s Encrypt FREE certificates now available on all Conetix Hosting
Conetix is proud to offer Let’s Encrypt FREE SSL certificates on all our hosting plans. Let’s Encrypt is a free, automated, and open Certificate Authority (CA), run for the public’s benefit. Run by the Internet Security... -
Developing applications with Laravel 5 – Part 3
Update August 2017: I am currently updating this article with more modern syntax and removal of a large number of now obsolete statements. Generally the code concepts are still valid however, please check back for... -
Developing applications with Laravel 5 – Part 2
In Part 1 of this series I covered developing a simple application that exercised the 3 essential components of the Laravel eco-system, that being Models, Views and Controllers. In the process I skipped over some finer details...
Good Password Hygiene
As the year gets off to a flying start, now is the time to work on and tidy up our passwords. Like all systems, good password hygiene can help to ensure you remain secure and avoid costly exploits. Instead of waiting for an incident to occur, we want to be one step in front and prevent it from ever occurring...