RSSAmplifier

Blog

MeadSteve's Dev Blog

Rambling thoughts, ideas and other stuff from MeadSteve

blog.meadsteve.devRSS feed ↗10 posts

Latest posts

Ladder of bug discovery joy

The best and worst times to discover bugs

Typed Python: Choose Sequence over List

Why I would default to choosing sequence over list when adding types to a function

Mastodon powered comment section: a live experiment

Experimenting adding a comments section to my blog using mastodon

A short rant: I don't like status update stand-ups

My feelings about 'yesterday I..., today I will... meetings

Write more useful exceptions in python

Using specific exceptions with structured data to help consumers of your exceptions

What I like about hybrid working

What it's been like with more remote work but not entirely remote work

TTTDD - Types then Test Driven Development

Notes on using TDD with a nestjs graphql backend

How boring should your team's codebases be

Thoughts on how to keep the novelty in a team at the correct level for easy onboarding

Hacking together a TDD workflow for redux and components

A blogpost based on my notes trying out TDD with components in react with redux

Using a docker registry as a distributed layer cache for CI

Steps to use --cache-from to speed up CI builds that use docker