Object-Oriented Software Development
Languages, patterns, technologies, frameworks.
Thursday, November 9, 2023
AmbiguousMatchException on a simple NET.Core Minimal API
›
One of my students pointed out to an unexpected issue in a simple .NET.Core app using the Minimal API var builder = WebApplication.CreateB...
Thursday, October 19, 2023
Fido2.NetFramework
›
Just published a working code of a port of the fido2-net-lib library. The library is great, it works but there's a drawback - it target...
Monday, August 28, 2023
Rust/WebAssembly vs Javascript performance on Mandelbrot animation rendering
›
The pending question Is Rust/Wasm fast enough to even bother when comparing to Javascript? has now yet another biased benchmark. I've d...
Thursday, July 20, 2023
Background music for coding - playlist
›
It's only an hour or so at the moment but nonetheless - this is a collection of music I listen while coding. I hope to expand the list i...
Rust binary tree with iterator
›
For few days I scratch my head over Rust. Never tried it before, not going to be a Rust developer but I feel I'm missing new challenges ...
Wednesday, July 5, 2023
Notes to myself-from-the-future
›
The more code I write over the years, the more additional non-code information I tend to leave to myself from the future. The additional ...
Thursday, June 1, 2023
C# Puzzle No.25 (intermediate)
›
Let's have list of references to objects of a custom type that have a state. Let's loop through the list and alter the internal sta...
1 comment:
‹
›
Home
View web version