I'm Jack -
a freelance web developer
& consultant based in Nottingham, UK
About Me
After developing with PHP & JavaScript for over 15 years, it's kind of my bread and butter. I've worked in across a breadth of roles before going freelance full-time in 2018, so I like to believe I have a good understanding of the industry to help you out. Whether that's on a cool project you have or maybe you are an agency looking for an extra set of hands.
Want to know a little more about me? Go to town.
Projects
I've worked on a lot of projects, but here's a few I'm particularly fond of.
Services
I can work with a lot of tools, but over the years I've honed my craft and specialise in a few services. Take a look below for more information.
Articles
I wish I could write everything down, but I don't find the time! So here's a few select thoughts and rumblings.
2021/05/15
Creating a Marquee with Tailwind CSS
Let us look at setting up a marquee element using only Tailwind and HTML that will loop infinitely.
2021/03/25
Creating a Modal with TailwindCSS & Alpine JS
In this article, we'll talk about how we can set up a modal that can be used anywhere on your site by combining Alpine.js with Tailwind CSS.
2021/10/08
Subscriptions & Selling Plans with Shopify's Storefront API
Shopify's API recently (October 2021) received an update that allows for stores to both receive subscriptions for products add said subscriptions (selling plans) to the cart. Let's look at how we can use this
2021/06/28
Lazy Loading Vanilla JS with WebPack (+ Laravel Mix)
When using a lot of JS we need to look at ways we can optimise the loading of our scripts. We can do this by lazy loading the JavaScript so it's only loaded when requested through the browser.