My name is John Wood. I have 15 years of experience as a full stack developer and have worked for a variety of tools and technologies, with a focus on PHP back end applications.
"Thank you for the timely responses, quality of work, and for saving me numerous hours struggling with this."
A former client.
A community of people who make technical drawings of ships as a hobby, a recent project of mine was a ground-up rebuild of their old web site. The new Shipbucket site was built using Laravel 5.4 as the primary framework, with some Vue.js 2 functionality on the front end to enhance the user experience.
A web based game of strategic naval command, with ships of the second world war. Built using the Laravel framework on a classic LAMP stack, the current version is a ground up rebuild of my original personal project.
This package for Laravel adds a series of new commands to the query builder of the Eloquent ORM, to make designing complex queries easier and more convenient for the developer.
$adults = User::greaterEquals("age", 18)->get();
This package for Laravel adds new Bootstrap 3 helpers to the Blade view engine, designed to make things a bit more convenient for both developer and designer.
@panel("title", "primary")
A panel with a primary header.
@endpanel