VSCode Property Snippet With XML Doc Comments
I wanted a way to make it easier to generate C# XML code comments for properties for Visual Studio Code ("VSCode"). Working with doc comments… Read More
I wanted a way to make it easier to generate C# XML code comments for properties for Visual Studio Code ("VSCode"). Working with doc comments… Read More
PowerShell. It runs on Windows, Mac, and Linux. Several modules run on Windows don’t exist on Mac or Linux yet. Many modules will be hard… Read More
The NodeJs ecosystem has a really awesome library for styling console/terminal output called chalk. Chalk improves styling for virtual consoles such as… Read More
Visual Studio Code has a bug for install-extension in version 1.15.1. code --install-extension ms-mssql.mssql will now result in the error below: (node:13048) UnhandledPromiseRejectionWarning: Unhandled promise… Read More
In Fmg-Build, Full Metal Gnome Build Module, there is a function called Get-FmgBuildDirectory, its sole purpose is to get the build directory for the environment. Read More
Yesterday, the team at my day job ran into two new certificate issues for self-signed certificates after Chrome was updated to version 58: NET::ERR_CERT_COMMON_NAME_INVALID –… Read More
I find that trying to run NPM install for all dependencies in a different folder than where the package.json resides,… a bit troublesome. My primary… Read More
The Monaco editor is the workhorse that powers Visual Studio Code. Modern browsers can run the editor. The trick is quickly getting started. I… Read More
Providing easy-to-follow tutorials is a major goal for this site. I’ve embedded revealjs, a JavaScript presentation framework, into the custom WordPress theme that I’ve… Read More
Security is hard. One of the common mistakes I’ve seen people make in creating a password generation function is using Get-Random or Math.Random to generate… Read More