Object-Oriented Software Development

Languages, patterns, technologies, frameworks.

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...
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...
‹
›
Home
View web version

About

My photo
Wiktor Zychla
I am a software architect and an academic lecturer. I've been awarded Microsoft MVP in C# Architecture between 2005 and 2010. Got a PhD in computer science in 2008. Currently I work mostly with C#, Javascript and Typescript and love these languages. I consider myself a design/architecture patterns evangelist. In 2003 I wrote first Polish book on C#/Windows programming, "Windows oczami programisty" (Windows through the eyes of a programmer) (the book is out of print)
View my complete profile
Powered by Blogger.