Scrum is OK
I’ve been reading the scrum guide recently in order to tear it apart. Turns out: it’s actually alright
Notes on software engineering, systems, and building things.
I’ve been reading the scrum guide recently in order to tear it apart. Turns out: it’s actually alright
Agile has been around a while now. It largely feels as if it has become bloated and overcomplicated. Maybe it's time we had a re-think?
Working from home this past year has been difficult for many people, but we need to start separating our experiences this past year to post-pandemic
Every now and then I redevelop my site as an exercise to learn something new. This time it is the turn of Svelte, Sapper and Sanity.io
Using Firebase Authentication to control access to Vue3 applications with the Composition API
Vue 3 introduces us to the Composition API. Here's a quick overview and some advice on how to structure your code.
Adding simple custom cookie-based authentication to a .NET core 3.1 app
VueJS is an ultra-flexible front-end JavaScript framework, below is a suggestion for how to structure your app to make it a little more manageable.
I've been thinking a lot recently about Push vs Pull in software development; two terms that refer to how work is moved from planning to production
I've seen a lot of hate recently for TDD. However, done right, TDD is an invaluable tool for software developers
Creating a GraphQL API using DotNet Core 3 and graphql-dotnet