Yes, StructureMap uses Nested Containers under the hood when plugged into Asp.Net Core framework as a DI container of your choice.
[Read More]
Debugging Protractor TypeScript tests with VS Code
A quick setup guide
At the moment, there are still not too many resources available online, highlighting the proper configuration of Protractor end-to-end tests written in TypeScript, especially when it comes to the debugging of the written tests.
[Read More]
Enums in TypeScript Declaration files
TLDR: Do not define your enums in your TypeScript Declaration (*.d.ts) files, ever.
[Read More]