2022 02
MessagePack and HttpClient
Controller method public async Task<IActionResult> SomeApiMethod() { try { using var ms = new MemoryStream(); await Request....

Let's encrypt and certbot
Obtain certificate from Let’s Encrypt using Certbot in STANDALONE mode As one line sudo docker run -it --rm -p 443:443 -p 8...

GIT hacks
fatal: in unpopulated submodule ‘x’ git rm --cached x git submodule add -b master --force https://gitlink/repo.git x ...