Object-Oriented Software Development
Languages, patterns, technologies, frameworks.
Wednesday, November 22, 2017
Useful caching pattern
›
One of the SO answers contains an interesting caching pattern , proposed by user Keith static string GetCachedData(string key, DateTimeOff...
Monday, November 13, 2017
Node.js, circularly dependent modules and intellisense in VS Code
›
Circularily dependand modules in Node.js is something most people recommend you should definitely avoid. Let's start with an example o...
Monday, October 9, 2017
Javascript Puzzle No.2 (beginner)
›
The Object.keys is supposed to return keys (property names) of given object. As the docs says, it should be equivalent of the for...in loo...
1 comment:
Thursday, October 5, 2017
JWT tokens between .NET and node.js
›
Node.js JWT tokens are straightforward var jwt = require('jsonwebtoken'); var secret = "This is my shared, not so secret, se...
Thursday, September 28, 2017
Javascript Puzzle No.1 (beginner)
›
For few years I've been posting C# puzzles here, each puzzle was about a language feature or an unexpected semantics of some base class...
1 comment:
Monday, September 11, 2017
ADFS and the SAML2 Artifact Binding woes
›
We've been using the WS-Fed for ages, I myself wrote a couple of tutorials and was often emailed by people asking for some details. As ...
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...
‹
›
Home
View web version