Some anticipation of potential race conditions in DDD arch process
#domaindrivendesign #racecondition #concurrency
#domaindrivendesign #racecondition #concurrency
To make things convenient I will try to do highlights of my articles.
This lets people to read everything important straight away (on Instagram or telegram)
This lets people to read everything important straight away (on Instagram or telegram)
Media is too big
VIEW IN TELEGRAM
Hybrid parsing of Poland cities for one of my startups.
You got some query selector, parsed with it into console, copy paste to file. Then do some processing with regex for the entries in the file.
Then send it to database using some scripting lang that can work with parsed file and database.
#scrapping #parsing #crawling #web #database
You got some query selector, parsed with it into console, copy paste to file. Then do some processing with regex for the entries in the file.
Then send it to database using some scripting lang that can work with parsed file and database.
#scrapping #parsing #crawling #web #database
Auth from backend perspective pt2: Basic and Digest Schemes
Basic Auth highlights.
If you would like to see source code - write directly to me or check link in the article.
https://andreyka26.com/auth-from-backend-perspective-pt2-basic-digest
#auth #basicauth #dotnet #authentication #authorization
Basic Auth highlights.
If you would like to see source code - write directly to me or check link in the article.
https://andreyka26.com/auth-from-backend-perspective-pt2-basic-digest
#auth #basicauth #dotnet #authentication #authorization
Auth from backend perspective pt2: Basic and Digest Schemes
This time we are considering second part highlights of my article: https://andreyka26.com/auth-from-backend-perspective-pt2-basic-digest
We will figure out Digest auth internals, implement it and look into the code.
#auth #authorization #authentication #dotnet #digestauth
This time we are considering second part highlights of my article: https://andreyka26.com/auth-from-backend-perspective-pt2-basic-digest
We will figure out Digest auth internals, implement it and look into the code.
#auth #authorization #authentication #dotnet #digestauth
Why Google auth cannot be without cookies
https://andreyka26.com/why-google-auth-cannot-be-without-cookies
You probably have seen a lot of guides of using Google with .AddGoogle(), and every time there is .AddCookie() for some reason.
In this article we will review why we need cookies in that case, and listen to answers of guys who developed Google Authorization for .NET
https://andreyka26.com/why-google-auth-cannot-be-without-cookies
You probably have seen a lot of guides of using Google with .AddGoogle(), and every time there is .AddCookie() for some reason.
In this article we will review why we need cookies in that case, and listen to answers of guys who developed Google Authorization for .NET