-
PowerShell kubectl autocomplete
kubectl has been shipping command completers for bash and ZSH for a while now. After taking a peek at the bash completion code I wrote a PowerShell port which I published as the PSKubectlCompletion Module in the
PSGallery
. -
Adding Dynamics CRM xrm object model intellisense to VSCode
Microsoft CRMs xrm object model allows developers to build client-side extensions using ECMAScript and HTML. The tooling for this has leant on Visual Studio proper since inception however.
-
Bitcoins and blockchains in Microsoft Dynamics CRM
Bitcoin is a digital payment form much like a typical currency except it’s neither issued nor controlled by State. Bitcoin uses an immutable, distributed database or blockchain as a public ledger of all transactions in the currency.
-
Applying Apache Kafka Integration in Microsoft Dynamics CRM
Apache Kafka is a distributed streaming platform that lets you Publish and Subscribe to streams of data like a messaging system e.g. Microsoft BizTalk Server.
-
Microsoft Dynamics CRM silent installation without config.xml
Microsoft Dynamics CRM has the option of doing a command line install where the installation parameters are filled in a config.xml file. For Windows Server Core a command line installation isn’t just another option though- It is the only way.