andreyka26_se
610 subscribers
557 photos
65 videos
2 files
279 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
Maybe yes, maybe no
maybe sex - I don't know
๐Ÿ˜3
Gg to my screen I guess
Forwarded from Andrii Bui
This media is not supported in your browser
VIEW IN TELEGRAM
๐Ÿค”2โค1
What I'm busy at midnight?

Proving that no fucking real time system design should have pubsub/kafka approach. Applies to
- messenger
- presence service
- realtime video comments

Just don't do it. I'm so fucking pissed that every second resource on internet suggests this, WTF
๐Ÿ”ฅ3
andreyka26_se
Eventually finished editing https://www.youtube.com/watch?v=qiL04rZBVSA Please leave your thought guys. Would appreciate comments on Youtube so more people would see it and our small group grows here.
I'm prepping for the next system design video/article like that one.

You are my audience, community and people that are supporting me. You gotta be choosing the next one
๐Ÿ”ฅ5
What to do the next? (promise to fuck up whatever in Hello Interview XDD)
Anonymous Poll
45%
Stripe (Payment gateway)
32%
Uber (Taxi service)
41%
Whatapp (Messenger)
22%
Ticket Master (booking system)
andreyka26_se pinned ยซWhat to do the next? (promise to fuck up whatever in Hello Interview XDD)ยป
Did you see this new feature? As I understood now you can invite the friends to code with you
wow, so this works like google docs, meaning, you can edit code at the same time. Not sure this is much useful, but interesting feature. I thought it will be something like leaderboard, so you can compete who is faster and who has better solution
๐Ÿ‘1
Andrii Bui
Video message
My friend asked me if it was because of stress or anger. It wasnโ€™t, but oh my god, sometimes I have such a huge urge to punch the screen when Iโ€™m working on my Microsoft-provided, slow-as-hell laptop and it takes five minutes to load Teams - making me five minutes late to some important meeting, for example.

SOOOOOOOOOOO maybe, good decision would be to leave this screen on the desk. You know, this will be my work on mental wellbeing. Unreleased anger - is the worst, it can cause cancer, at least this is what I heard๐Ÿ˜
๐Ÿ˜5
The next one is stripe
๐Ÿ”ฅ8
Daily

Was not able to come up with the idea, which was very simple. Once you get it - it is not hard problem anymore

https://leetcode.com/problems/minimum-number-of-increments-on-subarrays-to-form-a-target-array/description/?envType=daily-question&envId=2025-10-30

#daily #hard
โค3
Champ breakfast
Forwarded from Andrii Bui
This media is not supported in your browser
VIEW IN TELEGRAM
๐Ÿ˜4โค1
Was playing with postgres, and I was under impression that it uses MVCC, and that's why it does not need pessimistic locking, as it is checking that version is still the same.

Outcome: all 3 isolation levels: read committed, snapshot(aka repeatable read) and serializable are locking simple CAS (compare and swap)
๐Ÿ”ฅ1
Daily

It was a long time without linked list and here we go. Actuallly an easy problem, go and collect the coin.

https://leetcode.com/problems/delete-nodes-from-linked-list-present-in-array/description/?envType=daily-question&envId=2025-11-01

#daily #medium
๐Ÿ”ฅ1