KCKera Cudmoreinkera-cudmore.hashnode.dev路Mar 24, 2025 路 5 min readReusable 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...00
KCKera Cudmoreinkera-cudmore.hashnode.dev路Jan 8, 2024 路 2 min readCreate 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...00
KCKera Cudmoreinkera-cudmore.hashnode.dev路Dec 4, 2023 路 4 min readHow 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...00
KCKera Cudmoreinkera-cudmore.hashnode.dev路Dec 1, 2023 路 2 min readAdvent 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...00
KCKera Cudmoreinkera-cudmore.hashnode.dev路Nov 21, 2023 路 2 min readSpaces 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 ...00