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

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.