Archives for Software Dev - Page 25
Running node.js apps from within VS 2017
Make sure you are running VS 2017 or VS 2015 as Administrator. From the file – Right click and open a command prompt in the containing folder. You should be…
Windows 10 apps, calculator app etc. stop working
My calculator app and other desktop apps mysteriously stopped working (no window would launch when these apps were launched). This simple step fixed it (note that I got some errors…
Project Manager Interviews
A/B Testing -Existing production deployment; how do you plan an upgrade deployment without downtime? SSO Testing with AD federation – ? P Business Continuity (GAP analysis) Task Estimation – What…
subcategories not showing–wordpress
Go to design > widgets and click “edit” on the category widget and select “show hierarchy” then click change, then click “save changes.
Websites with Coin and Crypto Domain Names
Quality crypto domainnames are not just a matter of registering anything with ‘coin’ or ‘crypto’ in it. They require a fair amount of creativity to ensure that the name is…
10 altcoins that are solving a real problem
IntenseCoin – ITNS – Blockchain based VPN access. Huge for getting around net neutrality PayFair – Fiat to Crypto Conversions – RealTime ! AppCoins – Integrate real-world apps to blockchain…
WebSockets–versus HTTP
I am building a web app (or a mobile app). Can I eliminate HTTP altogether and use WebSockets? Not completely. To perform a websocket handshake , one needs HTTP. Once…
Inexpensive Masternodes and Where to Run Them
Chain Coin Digital Price (DP) ArcticCoin Eternity Coin Crown Coin Monaco Coin Syndicate (SYNX) TerraCoin CraveCoin AmsterdamCoin LINDACoin Can I run these on my home laptop / PC? Not…
linux ubuntu mining tips
On windows, it is fairly straightforward to increase your default page size (make it as large as possible) Tip 1 – Page Size On Linux , you need to edit…
Task Async Await
Long Running Task that returns an int call result = await The method containing the Task has to be marked async The method running the long running task also needs…