Darragh ORiordan
Menu
About
Articles
Projects
Hire
#devops articles
I've written 26 blog posts about #devops. I hope they help you!
#devops
#azure
Extract user profile attributes from an Azure ADB2C tenant using the Microsoft Graph API
#devops
#azure
Force restart your Azure App service site and host
#devops
#azure
Scheduling a feature toggle using no-code with Azure Logic Apps
#frontend-development
#devops
Avoid rebuild of React App in every CI stage
#developer-experience
#devops
How to save an exit code to a variable in bash script
#devops
#azure
Automate Jira releases from Azure DevOps pipelines and save 1 hour per day
#typescript
#devops
Copying missing files during a typescript build on deploy
#devops
#azure
#nodejs
Ensure Node.js version is consistent on Azure services and devops pipelines
#frontend-development
#devops
Setting and debugging Azure Devops yaml env vars
#devops
#azure
A snippet for exporting an Azure App Service ssl certificate for use with Azure front door
#devops
#azure
#nodejs
Performance measurement decorator for Azure Application Insights on a Node.js app
#devops
#azure
How to use a private NPM repo in Azure Pipelines Deploy
#nodejs
#devops
#azure
Semantic versioning a Node.js app on Azure DevOps CI
#devops
#azure
#nodejs
Azure App Service reuse Node.js modules on host for speed
#nestjs
#devops
#nodejs
Add AWS OpenApi extensions to your Swagger specification on NestJS
#devops
#developer-experience
#azure
How I enhance pull request quality on GitHub and Azure DevOps
#devops
#azure
#developer-experience
How to send a slack webhook message for an Azure DevOps pipeline task
#devops
#azure
#frontend-development
Dynamically setting IP to deploy assets to an Azure storage account behind a firewall from DevOps agents
#devops
#azure
#nodejs
Npm timeout when deploying Node.js app to azure app service using yarn
#nodejs
#devops
How to also update the package.json version when using yarn update
#devops
#azure
#nodejs
Adding a junit formatter to jest test results for a Node.js app on Azure Pipelines
#devops
#azure
#frontend-development
How to configure a pipeline on Azure Devops to build and deploy serverless graphql and react client
#devops
How to force a rebuild on Heroku without pushing using heroku-release-retry plugin
#devops
When Mocha doesn't run tests in subfolders on either windows or your CI server
#devops
Fixing Docker and docker-compose named pipes error (code2)
#devops
#nodejs
How to add cors protection to an express application