-
Continue reading →: Five Domains of Digital TransformationDavid Rogers (The Digital Transformation Playbook, 2016) lists the five domains of digital transformation as:
-
Continue reading →: ASP.Net / Blazor via DockerI’m currently looking at ASP.NET webapps and wanted to run one inside a container, rather than directly on my computer. Partly because I like running things in containers, and partly because I don’t currently build webapps on Windows, so want to make sure that any webapps I build/modify will run…
-
Continue reading →: Northwest Computer Museum (UK)A blog post about the Northwest Computer Museum, located in Leigh (UK).
-
Continue reading →: GeekTechStuff.com gets a 2024 refreshgeektechstuff.com has been going for a while now in various forms, with the site getting its own domain back in 2018 and very few site refreshes since. However, it’s 2024 and its time for a theme refresh. So, goodbye old geektechstuff.com and hello new look geektechstuff.com. geektechstuff.com 2018 geektechstuff.com 2019-2024…
-
Continue reading →: GeekTechStuff Heads To DTX Manchester 2023!
The week commencing Monday 15th May 2023 saw the start of Manchester Tech Week and over the 17th and 18th May is DTX Manchester. DTX, or Digital Transformation eXpo brings demos, talks, experiences and exhibitors to Manchester (Manchester Central) so that various people (both technical and non-technical) can come together.…
-
Continue reading →: Web Security – OWASP ZAP
I have got my Flask (Python) web application live and being deployed via CI/CD, and I have reports on my code coverage so that I know where code testing needs improving. However, this is not a moment to relax as up next is security testing. Note: This blog post discusses…
-
Continue reading →: Free BBC micro:bits For UK Primary Schools
The BBC micro:bit is small pocket sized computer to help with learning about coding and electronics. The micro:bit is a fun way to learn (even for adults) and the BBC is offering a set of 30 micro:bits to UK primary schools for use with 8 to 11 year olds. The…
-
Continue reading →: Personal Update: May 2023, Contemporary Issues in Digital Technology
As National Apprenticeship Week 2023 started back at the beginning of February I wrote a brief blog post where I mentioned the start of the Contemporary Issues in Digital Technology for my degree apprenticeship. The module has now been completed, so a good chance for me to reflect a little.…
-
Continue reading →: Flask and SQLAlchemy: Connecting To MySQL (Python / Notes)
For my assets web app, written in Flask (Python) I have separated the app and the database into separate instances. This allows me to update the app and its dependencies without impacting the database and its dependencies, or vice-versa. The database could be one of many as I’m using SQLAlchemy…
-
Continue reading →: Continuous Deployment, Continuous Delivery – The CD of CI/CD (GitHub / Python / DevOps)
In this blog post I take my Flask (Python) web application and deployment to Microsoft Azure, and instead of doing it manually I do it via a CI/CD. I’ve previously discussed Continuous Integration (CI) in blog posts around CI, GitHub actions and recently Code Coverage. The CD of CI/CD can…



