You’ve Got Cloud. Now, What?

You’ve Got Cloud. Now, What?

Cloud solutions are known for cutting costs and enabling innovation and agility, but not all cloud solutions are the same. This article discusses four of the fine print strategies you should consider when adopting a cloud solution. Read More…
Reducing Publish time to Power BI Service

Reducing Publish time to Power BI Service

I’ve been working on a Power BI file in Power BI Desktop and it’s gotten a fair amount of data in it. Each time I published the file to the Power BI Service, the time to complete the publishing was getting larger and larger. When it got past 20 minutes to...

Npm and Node.js behind proxy

If you are behind a proxy, you’ll need to tell Node about the proxy. Normally, I would expect setting HTTP_PROXY and HTTPS_PROXY environment variables to do the trick. However, in the case of node, the commands you’re after are: npm config set proxy <HTTP_PROXY>...