Object-Oriented Software Development
Languages, patterns, technologies, frameworks.
Tuesday, August 29, 2017
Debugging Javascript Webdriver IO in Visual Studio Code revisited
›
This post is a follow up to a nice Bill Agee's tutorial on Webdriver IO debugging in Visual Studio Code . If you follow the tutorial car...
Friday, June 2, 2017
HTTP/2, Keep-Alive and Safari browsers DDoSing your site
›
A supposedly common scenario where you have a HTTP/2 enabled reverse proxy layer in front of your application servers can have unexpected f...
3 comments:
Monday, April 24, 2017
Using ngrok to expose any local server to the Internet
›
Ngrok is here for some time and it's a great tool that makes it possible to expose a website from local machine to the Internet by crea...
Friday, March 10, 2017
Visual Studio 2017 doesn't seem to support Silverlight but Silverlight itself is supported till 2021
›
This has been a great week as VS2017 has finally got its RTM version. Unfortunately, for some developers news aren't that great. It s...
Friday, February 3, 2017
Calling promises in a sequence
›
One of the top questions about promises I was asked lately is a question on how to call promises in a sequence so that the next starts only ...
Thursday, January 12, 2017
Node.js 7.x async/await example with express and mssql
›
Async/await has finally found its home in node 7.x and it’s just great, we’ve been waiting for ages. Not only it works great, with Visual St...
1 comment:
Friday, December 16, 2016
Combining sync/async WCF client/server that share an interface-based contract
›
Having a shared interface between WCF client and server is handy, often you just put such contract in a shared assembly and you just build y...
‹
›
Home
View web version