Quick Shell Script to detect Docker et al…..
Needed a quick bit of script to do this…
Needed a quick bit of script to do this…
Start of a new challenge. I’ve got some .NET code that runs as a web app and its already part of a Continuous Integration Pipeline that compiles and tests itself on a commit or a pull request. Can I get Azure DevOps connected to Google Cloud and use my containers built in monolith to microservice… Read More »
Privacy in the modern age is a rare thing. Always remember if you are using a free service, or getting something cheaper, you’re probably the product. This post goes into some of the stuff you can do to protect yourself. I often get questions around is there anything I can do to protect privacy. I… Read More »
Using the principles we’ve used in earlier articles we’re now going to build on the foundations we’ve codified. We’ll use the simple lego blocks we developed in part 1 to make something much more complicated using nested ARM templates. First lets reaquaint ourselves with our repos…. The main repo we have is this one: https://github.com/r3adm3/AzureInfraAtPace… Read More »
I get a lot of questions from my family about various computer related things, I thought I’d write down the answers for a few of the interesting ones…. Anti-Virus, is a bit of software that runs in the background on your machine, trying to analyse any changes to the system that are malicious. My usual… Read More »
Azure gives users the capability to write functions using simple building blocks which can wire up business functionality easily. The name of this offering is Logic Apps. Below I’m going to demonstrate this using my twitter account and linkedIn. My use case is simple, when I publish a post on this site, I have a… Read More »