andreyka26_se
606 subscribers
586 photos
66 videos
6 files
296 links
Hey, I'm software engineer at Microsoft, with 7 years of experience. Here we are talking about F(M)AANG big tech interviews: leetcode, system design and corpo life.

YouTube: @andreyka26_se
Instagram: andreyka26_se
TikTok: @andreyka26__
Download Telegram
new design, updated articles - check above
just split and refactored "Auth from backend perspective"

https://andreyka26.com/
Eventually launched this big article about internals of .AddGoogle() inside your .NET application.
Also covering why we cannot use Google auth without Cookies, how they interact, etc.

https://andreyka26.com/.net%20auth%20internals/2023/01/10/dot-net-auth-internals-pt3-google/#/
Please guys, would be appreciate for sharing this article.
Some anticipation of potential race conditions in DDD arch process

#domaindrivendesign #racecondition #concurrency
Auth from backend perspective pt1: basics
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)
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
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