Building a CRUD application with Laravel
For this post we're goign to build a simple CRUD application. CRUD stands for Create, Read, Update, and Delete - the four fundamental operations performed on database records in software applications.
18 posts
For this post we're goign to build a simple CRUD application. CRUD stands for Create, Read, Update, and Delete - the four fundamental operations performed on database records in software applications.
I love working with PHP and Laravel, in this post we're going to have a look at the directory structure for a Laravel project and build some simple things with Laravel 11.
I built several versions of a job application tracking system, to help me figure out how many jobs I have applied for and what the application status is From Spreadsheets, through Kanban boards, Laravel, React, NextJS and most recently, a Flutter app, This post discusses that journey.
Gatsby had been the home of this blog for the last 18 months or so, but it started giving me problems.
Gatsby sucks, kinda. And what I'm doing about it
Why PHP is Still Cool in 2024.
SharePoint can be more than boring squares next to other boring squares on a boring page.
I wanted a pomodoro app that doesn't spy on my, charge me, or throw adverts at me, so I built my own...
Search Engine Optimisation, built in!
How I rebuilt my Chinese Hotpot project site into an Amazon Associates store front.
How to build in public, but protect those private API keys...
I recently built a simple web site to help my 6 year old master Number Bonds...
The front-end development landscape is constantly evolving, and with it, the tools and frameworks we use. One of the most significant shifts recently has been the move from Create React App (CRA) to Vite.
How do you track your job hunting activities?
Why does PHP get so much hate?
Using FlutterFlow to for 'rapid development' of a Proof of Concept mobile application.
I'm currently looking at the Dart Language.
What the heck is a Reducer and why do I need to know about it?