Hi! 👋 I'm Steven, a Scottish software developer living in Stratford, Ontario
I'm currently a Senior Developer at 1Password! I proudly graduated from Glasgow Caledonian University with a BSc in Internet Software Development in 2006.
Here's my most recent posts
How to Persist Data Across Service Worker Lifetimes Using the Chrome Storage API
By Steven McLintock onWhen migrating a Chrome extension to Manifest V3, one of the main issues (and surprises) a developer may experience is how to persist data across the lifecycles of a service worker.
The Second Coming (Of My Personal Website!)
By Steven McLintock onThroughout the COVID-19 pandemic I blogged surprisingly often. In early 2019 I created a personal website for myself using the domain name kiltandcode.com and wrote a few blog posts to get started. When the lockdowns began and I found I had plenty of free time on my hands (with no toddler watchin...
Using Angular’s EventEmitter to Share Data Between Child and Parent Components
By Steven McLintock onThere are often scenarios in Angular where we need to communicate between components, specifically to send data from a child component to it’s parent component. Consider this Angular 12 app for managing a to do list: