📫 markwarneke.me • 🐤 @MarkWarneke
🥚 Co-Founder @mmmint.ai - TypeScript Nest.js & Vue.js | Python FastAPI
📫 markwarneke.me • 🐤 @MarkWarneke
🥚 Co-Founder @mmmint.ai - TypeScript Nest.js & Vue.js | Python FastAPI
GitOps & Terraform Ops Demo Repository for Microsoft Subscription
Simple powershell scripts for learning and sharing purposes
A module to manage Azure life-cycle activities, e.g. starting and stopping VMs
PowerShell
# Makefile for python code
#
# > make help
#
# The following commands can be used.
#!/bin/bash
BASEDIR=$(sh -c pwd)
for foldername in */; do \
cd $foldername && \
branch=$(git rev-parse --abbrev-ref HEAD) && \