Kennington reservoir drained drone images

12 months ago
corbpie

A drained and empty Kennington reservoir images from a drone in early July 2024. The reservoir was drained in April…

Merrimu Reservoir drone images

12 months ago

Merrimu Reservoir from drone. Click images to view larger.

FTP getting array of file details such as size using PHP

2 years ago

Using FTP and PHP to get an array of file details such as size and permissions. This uses the ftp_rawlist()…

Creating Laravel form requests

2 years ago

Creating and using Laravel form requests to create cleaner code, separation and reusability for your requests. This is achieved by…

Improving the default Laravel login and register views

2 years ago

Improving the default Laravel login and register views in such a simple manner but making a noticeable change in appearance.…

Laravel validation for checking if value exists in the database

2 years ago

Laravel validation for checking if a field value exists in the database. The validation rule to use is exists() where…

Early September spring shots

2 years ago

Some early September spring shots from a bushwalk, It is still too early for wildflowers.

Introducing Servyrun

2 years ago

Servyrun allows you to connect your servers and run simple SSH & SFTP commands, view server usage, do pings between…

Laravel log all database queries with their bindings and execution time

2 years ago

Laravel log all database queries with their bindings and execution time in seconds This is done by using the boot…

Building a query in Laravel using conditional statements

2 years ago

How to build a conditional based query in Laravel that gets shaped based on conditional statements before finally being executed.…