kera-cudmore.hashnode.devReusable GitHub WorkflowsI was recently tasked with performing a spike at work to see if we could implement reusable workflows. My team maintain a large number of python repositories, each one containing several workflows to perform specific CI tasks (linting, code formattin...Mar 24, 2025路5 min read
kera-cudmore.hashnode.devCreate sub-issues in GitHub issuesI love utilising GitHub issues to organise a project, especially during a hackathon, and this little tip on how to create sub-issues may come in useful to break up larger tasks into smaller sections. This makes it easier than ever to track exactly wh...Jan 8, 2024路2 min read
kera-cudmore.hashnode.devHow to add budget alerts to your AWS accountI'm writing this article to hopefully save someone else going through the pain I did earlier in the year when I received an email from AWS stating that my bill for that March was $14,890 馃槺 I have only dabbled with AWS a small amount and was only ut...Dec 4, 2023路4 min read
kera-cudmore.hashnode.devAdvent of CodeIt's that time of year again - One more sleep until the Advent of Code starts! And if this is your first time hearing about Advent of Code, worry not and read on to find out all about it 馃槉 What is Advent of Code? Advent of Code was created by Eric W...Dec 1, 2023路2 min read
kera-cudmore.hashnode.devSpaces vs Tabs: The Great Python DebateIf you've ever used the Python language, you'll know that it is very particular about whitespace and indentation! Each nested block of code needs to be indented 4 spaces in from the last block of code, which is equivalent to a tab - or is it? Python ...Nov 21, 2023路2 min read