Object-Oriented Software Development
Languages, patterns, technologies, frameworks.
Tuesday, February 22, 2022
Guess6 in React - source
›
The game itself is published here . Here's the full source code. It's surprisingly consise, feel free to study it on your own. /...
Guess6 in React
›
Saturday, January 8, 2022
WinForms Dependency Injection in .NET6
›
This entry is motivated by the discussion in one of StackOverflow's questions, the How to use dependency injection in WinForms . A corr...
6 comments:
.NET 6 WebAPI with JWT bearer token authentication minimal example
›
The console client: using Microsoft.IdentityModel.Tokens; using System.IdentityModel.Tokens.Jwt; using System.Security.Claims; using Syste...
Friday, October 22, 2021
Visual Studio Code + TypeScript + React - how to start in 10 minutes (fall 2021 tutorial)
›
Just a short tutorial on how to start your adventure with TypeScript + React with Visual Studio Code. Without further ado: Install n...
Wednesday, October 20, 2021
IndexedDB can possibly fail on FireFox
›
A couple of minutes and a good coffee spent on an issue. The idb , a wrapper over IndexedDB was failing silently. An isolated demo was luck...
Friday, October 1, 2021
tiny-totp.js, a tiny TOTP javascript implementation
›
Just published the tiny-totp.js code on Github. It's super tiny Javascript RFC6328 implementation. If you wonder what's that, it...
‹
›
Home
View web version