Testing templates from NEAR blockchain

Posted on March 14, 2021 in Develop • Tagged with #blockchain, #near, #npm

(The code for this blog is located here)

Intro

For the blockchain NEAR protocol there is a npm starter template that makes it easy to start to write web-wallets that uses the blockchain.

First I want to see the React template with AssemblyScript smart contract.
There are two options you …


Continue reading

Using TFS from VSCode

Posted on September 02, 2018 in Develop • Tagged with #vscode, #tfs, #git, #npm, #visualstudio

You might continue a while working with TFS before you jump to GIT.
At least we do that at my work. For frontend projects like Ionic, Angular, Vue, etc using a CLI for generation code templates it makes most sense to to stay in VSCode (opposed to Visual Studio).
So …


Continue reading

Vue Storefront installation on Windows Dev box

Posted on May 15, 2018 in DevOps • Tagged with #vue, #magento, #webshop, #seo, #pwa, #docker, #git, #yarn, #npm, #nvm, #shopify, #snipchart

Vue Storefront will soon be out (june 2018). It is a PWA frontend to the Magento webshop.

I think I'll give it a testdrive.
I am attending a online marketing seminar and workshop presented by Thomas Zacchi (@tzacchi) from intoto digital, so I could use a modern webshop to play …


Continue reading

Deploying Express REST API to Azure

Posted on October 29, 2017 in DevOps • Tagged with #npm, #git, #express, #nodejs, #azure

This blog is part of a series.

  1. Deploying Ionic to Azure
  2. Deploying Express REST API to Azure
  3. Add Facebook Authentication to your Express REST API - Planned

In this blog I will deploy an Express REST API to Azure Mobile Apps.

The exercise is almost identical to Part 1 - Deploy Ionic …


Continue reading

Deploying Ionic to Azure

Posted on October 10, 2017 in DevOps • Tagged with #npm, #git, #ionic, #ngx, #azure, #pwa

This blog is part of a series.

  1. Deploying Ionic to Azure
  2. Deploying Express REST API to Azure

The blog is based on @sethreidnz's article Deploying an Angular CLI project using VSTS Build and Release.
This blog deploys a Ionic 3 / Angular 4 app to Azure.

The final workflow

After …


Continue reading

Using NVM for Windows and Yarn

Posted on October 08, 2017 in DevOps • Tagged with #nvm, #nodejs, #npm, #yarn, #chocolatay, #symlink

Microsoft created Taco (Tools for Apache Cordova) - a set of Node.js tools with specific versions. It was to be used from within Visual Studio, so they knew what was global in their Cordova apps. I blogged about it here

With Nvm For Windows you can stay in the shell …


Continue reading

Ngx: Template for Visual Studio 2017

Posted on September 24, 2017 in Develop • Tagged with #npm, #ngx, #typescript, #visualstudio, #tfs

At my work all web developers are getting an Angular 4 course. But there are a couple of issues with that.

  • When you work with ngx in Visual Studio code you get a .gitnore file from the Angular CLI to take care of what not to commit to GIT. Since …

Continue reading