Skip to main content
Skip to main content

Luke Howsam

Software Engineer

Blog

Blog posts on development, testing, and other topics

2024

2023

How to use the Spotify API with Next.js

Recently I aimed to showcase the current Spotify song I was listening to on my website. To achieve this, I connected the Spotify API with Next.js route handlers. In this post, we'll go over how to do this to help you get started with Spotify's API

SPOTIFYNEXT.JSREACT

Conventional commits, a better way to commit

Conventional commits is a specification that seeks to improve and standardize commit messages in general. In this post, we'll go over the reasoning behind why you might want to use it & its benefits

GITGITHUB

2022

Set default node version with nvm

NVM (Node version manager) is a handy tool for switching between Node versions. Sometimes, you want to stick to one particular version.

NODE

2021

2020

Forcing git merges

Isolating features into separate branches is a really common practice for most developers. By separating features & bug fixes you can avoid a lot of problems and keep your branches clean.

GIT