SvelteKit .env secrets
So SvelteKit is super awesome n' all and the best thing ever but have you ever tried to use a .env…
ScottSpence.com
Scott's Thoughts Pamphlet!
So SvelteKit is super awesome n' all and the best thing ever but have you ever tried to use a .env…
I made a starter blog with SvelteKit and GraphCMS, I've been doing a couple of small projects with…
I came across this issue today when trying to set up OBS on a new machine where trying to add a…
I got my new hardware from GraphCMS today and wanted to stream the setup of a Windows PC for web…
The Gatsby offline plugin is really handy right up until you don't want it anymore! I switched my…
I had a play around with Svelte the other day and wanted to make a few notes and comparisons to…
I was tagged into a conversation over on James Q Quick's Discord about growth over the last year and…
I have always liked using Windows Subsystem for Linux (WSL), I'd routinely trash installs then…
When using Tailwind CSS in a Toast project I got a CSS warning semi-colon expected css(css…
I was directed to direnv by Chris Biscardi when I was trying to use some environment variables in my…
In this post I'm detailing how I set up my domain with ProtonMail and Vercel, this is mainly the CLI…
Ever since I first saw Sara Vieira's slides form Vue London 2018 I've really liked the idea of…
A sitemap is an important for Search Engine Optimisation (SEO) because it makes it easier for Google…
The Logitech G915 Ten Keyless (TKL) has been a bit difficult to get hold of recently. If the feel of…
This isn't a guide, this is me documenting the how and why for a proof of concept project I worked…
I've been using the Windows Terminal now since the summer, it's great and I now prefer it over Hyper…
I have been having a blast playing around with configuring Fedora 33 in Windows via Windows…
Fedora Remix for WSL was on sale for £2.51 so I thought I'd have a look see and add it to the rest…
This is a specific usecase for using Chrome in Ubuntu on WSL. On Ubuntu Snap is the preferred method…
Ok this is a little snippet I've got set up to query data from the GitHub GraphQL API. I use this…
Create a simple Node API on Vercel Serverless functions in under 20 minutes. But first some preamble…
As a developer you spend a lot of time in the terminal so it's important to be happy and as…
So I had a play around with the openSUSE Leap 15.2 you can get on the Windows store and after…
So this post started off with me getting GUI apps running on my Windows WSL install of Pengwin…
Sooooooo, so, so, so, Zsh is pretty neat, right? I've been a long time fan of the Fish shell, but I…
The Gatsby File System Route API was announced recently and I have been having a play around with…
Ok, so this is another one of those "let's use a new CSS-in-JS library on a Gatsby default starter…
This is a very specific issue myself and anyone that uses Gatsby and React router for navigating…
I started adding videos to my YouTube channel in November 2018, this was mainly intended as an…
Here it is kids! All I know about Markdown. First! The standard preamble... Before that though! Some…
I recently started monetising my blog, (don't worry there's no paywall!) this isn't a new thing as I…
Yo! It's that time again!! This is an opinionated guide on setting up a development environment for…
For as long as I have been learning web development ( ) I have been taking notes. Partly notes to…
I switched from Ubuntu to Manjaro Linux, here's how it went. So for a while now I've been using…
Unprecedented times, 2020 has been something else, and hopefully something none of us will have to…
My list of VSCode extensions I use in my daily development workflow. I'll detail the package name to…
My beloved HAVIT KB395L keyboard left Ctrl key has started cutting out intermittently. As a…
This is a followup on the post I did about Getting Started with Linaria The starter I worked on…
Fathom Analytics, a great tool to use for your site analytics without the compromise of giving your…
Virtual Box Guest Additions can be a bit of a pain to set up sometimes. My current PC setup for…
I had a work colleague introduce me to Linaria last week and I've used it on a project and I quite…
I built my first PC, here's how it went and what I learned. Up until recently I was very happy with…
This is a collection of some handy snippets and resources I collected which I'm going to be…
I found an opportunity to improve the npm package for the Victor Mono font I like to use here and…
Here's some of the reasoning and detail that went into making the React SEO Component . There wasn…
I used CSS variables to make a theme switch, light and dark, I've done this in the past using…
I am a massive fan of both Vercel's Now.sh platform and the Netlify platform. This post has been…
I've spent a while today trying to bring down the size of this project, I have several posts that…
I recently purged all the cover images from this site to reduce the overall size of the project…
I spent a couple of days now questioning how and what I write after reading a post from Richard…
Quite a while ago now I was introduced to dependency update tools like Renovate and Greenkeeper, at…
In this guide I'm going to cover the configuring of your custom domain with Vercel's Now platform…
Remember services like Bitly and TinyURL ? Yeah, they still exist, shortening your URLs for you…
I'm talking Fathom Analytics again, this time about tracking link clicks in my Markdown. I have…
Fathom Analytics recently added a really neat feature for custom domains with their service. What…
If you're having issues with the clicks not scrolling to link IDs see Not scrolling to ID The main…
I'm going to go over globally styling the Gatsby Default Starter with styled-components v5, I've…
In this guide I'm going to detail upgrading a Windows Subsystem Linux (WSL) Ubuntu install from the…
In this guide I'm going to go through how to track custom events in a Gatsby site using Fathom…
React Advanced London going deep! Here's my recollection of my attendance at React Advanced London…
I have been a Gatsby user since around v0 May 2017 , at that time was using a template called…
I've been wanting to go to a JAMstack conf since the first one was scheduled for October 2018. This…
In this guide we're going to cover converting the Gatsby default blog starter to use MDX. All the…
Already use WSL with Ubuntu? Want an Upgrade?? This is a guide that will cover upgrading Windows…
Hooks ahoy! Ok, let's get it on with the new hotness in Reactland, React Hooks! This is a guide…
Moving to the new hotness!! I've now moved this blog over to Gatsby MDX. You can see all the changes…
Over the past couple of weeks now I have set up several development machines at work and have had to…
From scratch to Create React App on Windows An opinionated guide on setting up a web development…
Cliffs/TL;DR I made a recruiter FAQ on my personal site for recruiters and created an online CV…
Let's go through getting styled-components working with the Gatsby default starter. In this example…
Let's set up Gatsby to pull data from GraphCMS. This will be a walk-through of setting up some basic…
Let's use the React Context API to change theme in an app! But first, some context ! 🤣 Ok terrible…
I thought I'd set up this blog with some sort of build pipeline, the intention was to have a good…
I'm a bit late to the party using the new React Context API , I did get to use it the other day at…
We're going to style the basic create react app with styled-components to look something like this…
Life moves pretty fast. If you don’t stop and look around once in a while, you could miss it…
I'm a Windows user, I have been a Linux user as well but I have found that Windows is a bit less…
How to combine two separate unrelated Git repositories into one with single history timeline. Just…
Speed up your git workflow with git aliases, this is a brief introduction on using aliases 🚀👍 The…
No doubt you have heard of Git or GitHub for source control, but what is source control? “Revision…
How to build and deploy a multifunctional Twitter bot! This is a reference for me and anyone else…
Just some rationalisation of what I'm currently doing. Recently I have decided that I'm going to…
Want to get set up with your very own Twitter bot quickly and easily, with this guide you can be set…
I know why Linus called it that now! If you're reading this there's a good chance you know at least…
I must say this was great to do and a nice little introduction to node and npm. I got to doing this…
Since setting up this blog I haven't really bothered with Jekyll any more than just forking Barry…
This is basically a rant about the job market, I was laid off back in August, this is a terrible…
I'm a published developer! sort of Well that was a bit painful, well not actually I mean from the…
I have seen the same situation many times now in my career as a VBA Developer about how source code…
Ok, I have recently discovered and started doing freeCodeCamp(🔥) which so far I'm really enjoying…
My first post using Jekyll, all I have done really is fork the awesome jekyll-now repo from Barry…