Menu

Close
  • Home
  • LinkedIn
  • Real Life Code @ Micreosoft
  • GitHub
Subscribe
Shawn Cicoria Menu

nodejs

A 6-post collection

Page 1 of 1

npx business cards - gone viral so fast...

Not sure if Tierney is the true root, but it's where I saw it first. Just follow that thread, there are so many others tacking on »

Shawn Cicoria Shawn Cicoria on functions, nodejs 20 December 2018

Improving Windows Subsystem for Linux WSL by 500% - Minutes to Seconds

Performance of WSL and Disk IO The core performance killer is related to Windows Defender, and a primary scenarios is running Node package installers that are »

Shawn Cicoria Shawn Cicoria on linux, nodejs, development, wsl 25 August 2018

Cool tool for npm packages and having a local cache

Verdaccio, a fork of Sinopia, to the rescue... use with each command or set forever... npm install --registry http://localhost:4978 Good also to know that »

Shawn Cicoria Shawn Cicoria on npm, nodejs, development 28 July 2017

Ensuring Initializing and Server Side Configuration with Angular 4+

Introduction During the build of the Blockchain Proof of Concept Framework we determined that for greatest configurability and simplistic deployment we needed to have some configuration »

Shawn Cicoria Shawn Cicoria on nodejs, azure, Blockchain, angular, nginx 31 May 2017

Proper npm Global Package Upgrade

Per the npm documentation, this is the script to use: Here's the gist #!/bin/sh set -e set -x for package in $(npm -g outdated --parseable »

Shawn Cicoria Shawn Cicoria on nodejs, npm 30 December 2016

Simple Static Web Server for Docker

Just needed a simple static web server.. The following Dockerfile does it. »

Shawn Cicoria Shawn Cicoria on docker, nodejs 10 August 2016
Page 1 of 1
Shawn Cicoria © 2021
Proudly published with Ghost