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
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
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
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