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.
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 recently applied for and was interviewed for the role of Insight Analyst, it wasn't a role I had directly considered before, but a firend, at the company, suggested I should apply for it for a few reasons. I really like to work with data, so I gladly applied. But what exactly is an Insight Analyst?
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