Skip to content

Instantly share code, notes, and snippets.

View ddobbinsweb's full-sized avatar

David Dobbins ddobbinsweb

View GitHub Profile
@ddobbinsweb
ddobbinsweb / install_tools.ps1
Last active October 15, 2025 13:53
Powershell to install tools
# PowerShell Script to Install/Update Development Tools
# Run with administrator privileges: .\install_tools.ps1
#Requires -RunAsAdministrator
# Color output functions
function Write-Success { param($msg) Write-Host "✓ $msg" -ForegroundColor Green }
function Write-Info { param($msg) Write-Host "ℹ $msg" -ForegroundColor Cyan }
function Write-Warning { param($msg) Write-Host "⚠ $msg" -ForegroundColor Yellow }
function Write-Error { param($msg) Write-Host "✗ $msg" -ForegroundColor Red }
@ddobbinsweb
ddobbinsweb / pull_request_template.md
Created November 15, 2022 19:31
Azure Pull Request Template

🎫 Ticket TICKET-[Insert]

✅ Checklist

  • Tests updated (Functional, Unit, Integration)
  • Tested code locally
  • Ran tests locally (successfully!)
  • If schema changed, ran migration script
@ddobbinsweb
ddobbinsweb / standup.md
Created April 4, 2022 15:14
obsidian daily standup template

[[{{date:YYYY-MM-DD}}]]

Project

What I did yesterday

What I am doing Today

My Blockers

Notes from Today