Deploying Azure Resources via powershell and bicep

Posted on Wed 06 March 2024 in azure • Tagged with powershell, azure, azure cli

Deploying Azure resoures via powershell and bicep in a generic manner


Continue reading

Parallel tasks in powershell

Posted on Fri 01 September 2023 in powershell • Tagged with dotnet, powershell, parallelism

Speeding up powershell tasks using runspaces


Continue reading

Limitations of bicep deployed function apps

Posted on Thu 01 June 2023 in devops • Tagged with devops, yaml, api's, bicep, c#, function apps

Not so simple to deploy an eventgrid subscription to a function app (which has any sort of code complexity)


Continue reading

Handling template inheritance within a monorepo.

Posted on Wed 17 May 2023 in devops • Tagged with devops, yaml, api's

Defining pipelines for multiple applications within a mono repo


Continue reading

Git submodules

Posted on Tue 09 May 2023 in git • Tagged with git, src

Using git submodules


Continue reading

.Net Background Tasks

Posted on Mon 31 January 2022 in dotnet • Tagged with dotnet, c#, background tasks

.Net background tasks, how to run necessary tasks


Continue reading

CaseNotes Django Upgrade

Posted on Mon 13 December 2021 in Python • Tagged with Python, Django

Upgrading CaseNotes to Django 4


Continue reading

Casenotes Architecture

Posted on Thu 09 December 2021 in python • Tagged with python3, django, apis, mysql, bootstrap

The design of the Casenotes application


Continue reading

Casenotes ios draft

Posted on Thu 09 December 2021 in dotnet • Tagged with dotnet, c#, api's

Casenotes ios draft


Continue reading

DotNet HttpClient Factory

Posted on Thu 09 December 2021 in dotnet • Tagged with dotnet, c#, api's

Using a typed HttpClient Factory


Continue reading