Posts

Create Azure Web App using azure cli

Log in to Azure Portal and click on Cloud Shell in the top right menu. Powershell command prompt will open. Enter in these commands: // create resource group $rg = 'mywGroup20240109' az group create --location eastus --name $rg // create an app service plan az appservice plan create --name mywWebApp20240119 --resource-group $rg --sku FREE // create the webapp az webapp create --name mywWebAppApp20240119 --resource-group $rg --plan mywWebApp20240119 // list all webapps az webapp list --output table

Fun Websites

PrankDial  - The Original Internet Prank Call Website RSS Bridge  - create an RSS feed for any website Send Anywhere - Send files from to any device with a browser, no app required! Portfolio Visualizer - back test stocks  HonestMath.com - a retirement simulator with a Monte Carlo engine

NPM

npm ci  Similar to npm install . The difference is that npm ci requires a package-lock.json

.NET

 AOP run time AOP in .net: Castle Core [ pluralsight ] compile time AOP in .net: postsharp .net standard  it can only be used to build class libraries ASP.NET Webform Custom Validator Asynchronous  https://stackoverflow.com/questions/3982420/asp-net-custom-validator-webmethod-jquery FiddlerCore NET library that allows you to capture and modify HTTP and HTTPS traffic. Can be integrated into any .NET Framework and .NET Standard app or project. a paid product

Debugging with Visual Studio

Image
Tracepoints allow you to log information to the Output window under configurable conditions without modifying or stopping your code. [ pluralsight ]

ChatGPT/Bing Chat/Bard commands

 Commands to use with ChatGPT/Bing Chat/Bard Summarize an event: summarize the 1960 olympics men marathon Summarize youtube video (include url and title) :  summarize https://www.youtube.com/watch?v=0kQfJd6fl6k The BEST Cell Phone Plans for International Travel in 2023 | Google Fi vs T-Mobile vs AT&T Summarize an article : summarize this article https://www.theguardian.com/tv-and-radio/2021/sep/07/shotgun-briefcase-omar-wire-great-scenes-michael-k-williams-changed-tv