Skip to content

Instantly share code, notes, and snippets.

@manualbashing
manualbashing / blog.md
Last active March 5, 2023 21:05
A primitive az cli PowerShell wrapper for output parsing and error handling

Az CLI has many advantages over the Az PowerShell modules, but natively it does not integrate very nicely with PowerShell scripts. That is mainly because of two reasons:

  1. The output of AZ CLI needs to be parsed in order to chain commands together
  2. Exception handling within PowerShell's try-catch clauses is not possible

Both problems can be tackled with a very simple wrapper function:

function paz {
@StefanNieuwenhuis
StefanNieuwenhuis / reactiveconf-framework-independent-components-library-with-StencilJS.md
Last active September 23, 2020 12:55
How to build a framework independent component library with StencilJS

How to build a framework independent component library with StencilJS

This is a proposal for a lightning talk at Reactive Conf. Please 🌟 this gist to push the proposal! If you're on your phone, please request the 🖥 desktop site to star this gist 😇 #ReactiveConf