Filament Filament v3: Generating a Slug From a Title There are times when you may need to generate a slug, either for a blog article or a page. Given Harry Nov 9, 2023 2 min read
PHP What's New in PHP8.3 PHP8.3 is due to release on the 23rd November, 2023. Let's have a look over a couple Harry Oct 10, 2023 3 min read
Web Analytics Fathom Analytics vs Google Analytics Google Analytics (GA) is a free way to track and report how users find and interact with your websites. At Harry Sep 23, 2023 4 min read
Go Getting Started With Variables in Go(lang) Go (also referred to as Golang), is a statically typed language which requires you to define the types of variables Harry Sep 18, 2023 7 min read
Blogging A Beginner's Guide to Starting a Software Development Blog So you've had the idea to create a blog about software development, or perhaps are just wondering how Harry Sep 2, 2023 7 min read
Laravel Handling Inbound Emails With Mailgun And Laravel Did you know, that you can not only send emails using Mailgun, but you can receive them too? I' Harry Aug 19, 2023 8 min read
Laravel Top 5 Reasons Why Learning Laravel Can Boost Your Career Are you looking to increase your skills as a web developer and take your career to the next level? Then Harry Jul 17, 2023 6 min read
Troubleshooting Port is Already in Use (MacOS + Linux) When working with Node.js, I occasionally stumble upon "Port is already in use" or "Port is Harry Jun 17, 2023 1 min read
Web Analytics Why I Switched from Plausible to Fathom Analytics Over the last year or so, I've been decoupling myself from Google and their services. One of the Harry Jun 3, 2023 5 min read
Laravel Getting Started With Inertia.js And Laravel Do you ever set out with a no-frills Laravel project, and swear by the bare minimum? No unnecessary dependencies - Harry May 8, 2023 14 min read
Laravel Creating QR Codes in Laravel Tutorial In this post, we will look at generating QR codes within your Laravel applications. First, we will need to require Harry Mar 4, 2023 7 min read
Laravel Getting Started with OpenAI GPT-3 for Laravel This post will look at integrating with OpenAI's GPT-3 API within Laravel. GPT-3 can be used for generating Harry Feb 5, 2023 3 min read