Object-Oriented Software Development
Languages, patterns, technologies, frameworks.
Monday, May 22, 2023
Unable to generate an explicit migration because the following explicit migrations are pending
›
There's an old SO question about this , the dreadful Unable to generate an explicit migration because the following explicit migration...
Thursday, March 23, 2023
Burning Mandelbrot set animation in Javascript
›
Years ago I've blogged about Julia fractals , I've demonstrated how these can be easily implemented in Javascript. I love to p...
Thursday, March 16, 2023
Common.Logging over log4Net and event specific properties preserved in async code
›
There's an unfortunate issue in between the Common.Logging and log4Net we've stumbled upon. The problem is related to so called...
Friday, August 26, 2022
TypeScript puzzle No.2 (easy)
›
Consider following code class Foo { bar() { return 1 } } const foo = new Foo foo.bar() Now consider that for some reason we w...
Monday, August 22, 2022
TypeScript's Conditional Type Operator example
›
We all like good examples, examples which, when seen, make us grasp new ideas easier. I believe the notion of Conditional Types in TypeScr...
Thursday, August 11, 2022
Node.js + Express + TypeScript (ts-node reloaded)
›
This is a short follow up to one of my previous posts, the Node.js + Express + TypeScript where a tiny tutorial on writing node.js node w...
Thursday, June 9, 2022
Cannot navigate to the symbol under the carret after updating VS 2022
›
After VS 2022 has been updated, suddenly some projects refuse to provide navigation between tokens, you can't just click on anything an...
‹
›
Home
View web version