Timesheet System - Initial Setup & Authentication
Last week we created a Project Plan for our Timesheet application, this week, we're working on Sprint 1 - Initial Setup & Authentication.
Last week we created a Project Plan for our Timesheet application, this week, we're working on Sprint 1 - Initial Setup & Authentication.
This is a change to my recent blog posts, this is more about defining and describing a project that will ultimately build a Timesheet system.
Know the power and charm of Linux commands—from navigating files to festive terminal tricks. Whether you're new to the CLI or curious about its quirks, this guide blends practical tips, a little of my own computer history and a touch of fun.
I recently migrated from Gatsby to Astro, my Gatsby blog had inline YouTube videos which I didn't get working when I first dropped the Astro blog into production, so let's fix that today.
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.