-
Continue reading →: Code Coverage (Python / DevOps)Testing is important, especially in Continuous Integration / Continuous Deployment (CI/CD) environments, as it gives some reassurance that a code commit has not broken anything. But what happens if you are unsure how much of your project is covered by tests? Code Coverage Code coverage monitors tests as they run…
-
Continue reading →: Azure Fundamentals (AZ-900) CertificationStudying for my degree apprenticeship uses up a lot of my spare time (i.e. my time outside of work) and concentration, so I’ve put most qualification / technology pathways on hold or at least maintained a slow attempt at them. Happy to say that I attempted and passed the Microsoft…
-
Continue reading →: Digital Inclusion, Volunteering and Linux!With artificial intelligence (AI) dominating the media this week, and the media’s comparisons between it and other technologies that changed the world (e.g. the printing press) it isn’t hard to miss that we are firmly in a revolution. The digital revolution began in the late 20th century and has seen…
-
Continue reading →: Do Until (BASH)
I’m currently running GitLab in a Docker container and wanted a little Bash script to let me know when the container is healthy (e.g. ready) after reboot. The script uses an until command to ask Docker to list the containers, looking for the word ‘Healthy’ and until the word is…
-
Continue reading →: National Apprenticeship Week 2023
Monday 6th February 2023 sees the start of National Apprenticeship Week in the UK, giving me an opportunity to write about my apprenticeship learning. My Previous Apprenticeships When I left high school (quite some time ago now) I didn’t really know what I wanted to do and although I was academic,…
-
Continue reading →: Rubber Duck Debugging / Rubber Ducking (DevOps)
Thinking of the term Rubber Duck brings my mind to two things, Ernie from Sesame Street singing in the bath and the USB Rubber Ducky that looks like a regular USB pen drive but does a lot more. So what’s Rubber Duck Debugging and does it involve singing in the…
-
Continue reading →: Pareto Principle aka 80/20 Rule (DevOps)
I am attempting to improve my coding skills with some optimisation and came across the Pareto Principle, also known as the 80/20 rule. Although not just a coding / DevOps rule, as it’s background is in economy, the Pareto Principle fits code efficiency very well (or efficiently). So what is…
-
Continue reading →: Semantic Versioning (DevOps)
You may have noticed that programs, apps and libraries for your favourite code may use a numbering system that is not just sequential whole numbers. For example, a look at a Python requirements.txt file shows the Python libraries in use and the version. This is called semantic versioning. What Does…
-
Continue reading →: What Is Technical Debt? (DevOps)
Just as financial systems have financial systems have financial debt, technical systems have technical debt. Technical debt is a shortcut taken to help quickly launch a feature or meet an urgent deadline. When the shortcut is used, it is generally with the intention of revisiting the work later on to…
-
Continue reading →: Adding Badges To Read Me File (GitHub)
Ever wanted to add one of those badges that say “passing”, or even “failing” to your GitHub repositories README file? I recently created a project and had GitHub Actions run tests on the project so I could get an automatic notification if any changes broke my project. One option I…



