Install apps on Ubuntu on Wsl2 in Windows 10

Posted on March 13, 2021 in DevOps • Tagged with #ubuntu, #wsl2, #win10, #git, #ssh, #nvm, #nodejs

Intro

This blog is a continuation from Install Docker Desktop on Windows 10 Home - including WSL, where I installed WSL2 on a Windows 10 laptop including openSUSE-Leap-15-1 as default distro in WSL2.

In this blog I want to start using Ubuntu 20.04 and see if it gives an ok …


Continue reading

Scaffolding DB layer from DB

Posted on February 14, 2021 in Develop • Tagged with #csharp, #ef, #db, #mvc, #scaffold, #northwind, #git, #sparsecheckout

Intro

ASP.NET MVC has build-in scaffolding enabling you to generate a frontend from a DB with a snap, so you can browse your DB. This has been a feature since around 2010.

It is a great feature to use for PoCs and demos.

In this blog I'll use Northwind …


Continue reading

OpenFaaS on Windows Devbox

Posted on March 29, 2019 in Develop • Tagged with #openfaas, #curl, #docker, #kubernetes, #hyperv, #virtualbox, #kitematic, #dockerswarm, #python, #git, #gitlab, #openshift, #footloose

Running OpenFaas in Dev on Windows

Finally the time has arrived, when I'll start using OpenFaas.
I first heard about OpenFaaS at a meetup in May 2018, 6 Cloud Native Talks, 1 Evening: Special KubeCon + CloudNativeCon EU Meetup! by OpenFaaS creator, Alex Ellis.
Next I bought the book Docker for …


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

cUrl CLI on Windows

Posted on December 11, 2017 in Develop • Tagged with #curl, #windows, #shell, #ssl, #git, #openssl

cUrl on Windows is not trouble-free to get working, when posting to SSL domains.

Here is howto:

  • Download latest windows version of cUrl. I used curl-7.57.0, which is SSL and SSH enabled.
  • Extract the files from the zip file to C:\Program Files\curl-7.57.0\
  • Add to …

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

Contributing to Open Source

Posted on October 14, 2017 in Develop • Tagged with #git

What is needed to contribute to Open Source hosted in Git?
It is quite a bit - read all about it here.

This blog post assumes you contribute by doing changes to a git repo.
So In short you need to

  • Choose a project you will do changes into
  • Follow below …

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 SSH keys - Connect to Ionic Pro

Posted on October 03, 2017 in Develop • Tagged with #git, #ssh, #ionic

HowTo connect to Ionic Pro, when ionic link fails?
Ionic Pro is a new site taking over the features from Ionic Cloud - a hosted mobile build, test and deploy service

Intro

The problem

I wanted to connect to Ionic Pro from Windows.
But the attempt failed.

It kept coming with …


Continue reading

Using Pelican blog on Github pages

Posted on September 23, 2017 in DevOps • Tagged with #blog, #pelican, #githubpages, #cms, #git, #install, #python

This blog is part of a serie

  1. Using Pelican blog on Github pages (this blog)
  2. Using Pelican Themes
  3. Setting Pelican blogs in "draft"

I had some reasons for moving a blog from Wordpress to GitHubPages. You can read about reason, pro and cons here

In this blog I setup a …


Continue reading