by rajesh | Mar 13, 2020 | Uncategorized
AI has already begun to transform businesses. It’s only a matter of time before it touches nearly all aspects of society. This offers both exciting possibilities and inherent complications. This survey takes a step back to look at where we are, where we could...
by rajesh | Aug 31, 2019 | Uncategorized
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…
by rajesh | Jan 28, 2018 | Azure, Cloud, Data Integration, salesforce
I was checking out importing and exporting data from Salesforce. Salesforce provides reasonable documentation at their trail-head and it’s worth the time to understand what’s available with the platform. These solutions provide point solutions to move data...
by rajesh | Jan 28, 2018 | Azure, Visual Studio
I had a devil of a time logging into Visual Studio 2017. Turns out my credentials were cached in the .IdentityService folder under AppData. Deleting the .IdentityService folder finally solved the issue for me.
by rajesh | Jan 19, 2018 | Power BI, Tips
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...
by rajesh | Jan 16, 2018 | Azure, Cloud, Treasure Data
I wanted to push data from Treasure Data into Azure SQL. The data was row based and roughly about 1 TB in size. As I examined my options, there were quite a few, however, in the end, it turned out that the easy options were just not enough. I’ll walk through the...
by rajesh | Sep 6, 2017 | Node
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>...