JavaScript Using Vue 2.x Filters in Vue 3.x You may have heard of filters if you have come from using Vue 2.x but to get straight to Harry Nov 23, 2024 4 min read
Laravel How To Geolocate IP Addresses With Laravel For this article, I will show you how to grab geolocation data from a visitor's IP address. We Harry Aug 12, 2024 4 min read
Laravel How To Integrate Cloudflare R2 Storage with Laravel Cloudflare R2 is a zero egress fee object storage which is compatible with the S3 API. This means you aren& Harry Feb 24, 2024 5 min read
JavaScript How To Switch Between Node.js Versions Using nvm When working with multiple projects, or you've pulled down a repository from another developer with a different setup Harry Feb 6, 2024 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
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
Tutorial Installing Stable Diffusion on Windows The Easy Way Stable Diffusion is an open-source text-to-image AI image generator that has been blowing the minds of people all over the Harry Oct 23, 2022 4 min read
Programming Creating a Contact Form Without a Server Starting with the problem. Nothing is more infuriating than having to spin up a server and write up some backend Harry Oct 15, 2022 4 min read
Go Live Reloading A Go Application With Docker Go (also known as Golang) is a compiled language, meaning each time we make a code change the project needs Harry Sep 17, 2022 5 min read