Влад Тен
All this time I was trying to understand how vibe coding feels like to me and in general how my working day looks like.
Pretty accurate
Pretty accurate
😁11
Daily (279/373 streak until LC cap)
Today solid, good problem in first 200 Leetcode problems. Nice to recall binary search. Not that easy, requires to "go through examples" a bit.
https://leetcode.com/problems/find-minimum-in-rotated-sorted-array/description/?envType=daily-question&envId=2026-05-15
#daily #medium #pattern
Today solid, good problem in first 200 Leetcode problems. Nice to recall binary search. Not that easy, requires to "go through examples" a bit.
https://leetcode.com/problems/find-minimum-in-rotated-sorted-array/description/?envType=daily-question&envId=2026-05-15
#daily #medium #pattern
👍6
Daily (280/373 streak until LC cap)
Actually can be solved with bruteforce with one line, but the solution is expected to be better than that.
https://leetcode.com/problems/find-minimum-in-rotated-sorted-array-ii/description/?envType=daily-question&envId=2026-05-16
#daily #hard #pattern
Actually can be solved with bruteforce with one line, but the solution is expected to be better than that.
https://leetcode.com/problems/find-minimum-in-rotated-sorted-array-ii/description/?envType=daily-question&envId=2026-05-16
#daily #hard #pattern
👍6
Daily (281/373 streak until LC cap)
Amazing problem, pretty easy to solve, and has well known pattern.
https://leetcode.com/problems/jump-game-iii/description/?envType=daily-question&envId=2026-05-17
#daily #medium #pattern
Amazing problem, pretty easy to solve, and has well known pattern.
https://leetcode.com/problems/jump-game-iii/description/?envType=daily-question&envId=2026-05-17
#daily #medium #pattern
👍4❤1
Daily (282/373 streak until LC cap)
Nice problem, it is not that hard, except one peculiarity that you need to do. It is good and has well-known pattern. Definitely recommend.
https://leetcode.com/problems/jump-game-iv/description/?envType=daily-question&envId=2026-05-18
#daily #hard #pattern
Nice problem, it is not that hard, except one peculiarity that you need to do. It is good and has well-known pattern. Definitely recommend.
https://leetcode.com/problems/jump-game-iv/description/?envType=daily-question&envId=2026-05-18
#daily #hard #pattern
👍4
This media is not supported in your browser
VIEW IN TELEGRAM
Yesterday’s dinner. Maybe you have already seen this guy, but I definitely recommend watching.
Atlassian laid off dev is showing system design of their infra. Pretty good system design btw. A lot of similar stuff we are doing at Snow rn.
Atlassian laid off dev is showing system design of their infra. Pretty good system design btw. A lot of similar stuff we are doing at Snow rn.
❤3
andreyka26_se
Yesterday’s dinner. Maybe you have already seen this guy, but I definitely recommend watching. Atlassian laid off dev is showing system design of their infra. Pretty good system design btw. A lot of similar stuff we are doing at Snow rn.
YouTube
I was laid off by Atlassian
00:00 Intro
00:58 Interview process
04:16 Starting at Atlassian
04:35 Building an Open Service Broker
07:43 Diagram of OSB architecture
09:56 Picking a proxy technology - Envoy
11:36 Envoy XDS Control Plane
14:33 AWS Infrastructure
17:45 Creating the machine…
00:58 Interview process
04:16 Starting at Atlassian
04:35 Building an Open Service Broker
07:43 Diagram of OSB architecture
09:56 Picking a proxy technology - Envoy
11:36 Envoy XDS Control Plane
14:33 AWS Infrastructure
17:45 Creating the machine…
🔥8
andreyka26_se
Folks, do you see the last message with link?
Checking comments…
TELEGRAM WHAT THE FUCK
Are you doing A/B behind my back
TELEGRAM WHAT THE FUCK
Are you doing A/B behind my back
😁5
andreyka26_se
Checking comments… TELEGRAM WHAT THE FUCK Are you doing A/B behind my back
This is the most interesting thing from the system design perspective
messages are sent in this order:
message1
message2
message3
===
Some people saw:
message1
message3
It tells a lot about their guarantees and potential implementation (at least gives an idea)
===
Leave your thoughts what could happen!
messages are sent in this order:
message1
message2
message3
===
Some people saw:
message1
message3
It tells a lot about their guarantees and potential implementation (at least gives an idea)
===
Leave your thoughts what could happen!
🤔4❤2
Daily (283/373 streak until LC cap)
Easy problem, with pattern that is needed in merge sort actually. Pretty good.
https://leetcode.com/problems/minimum-common-value/description/?envType=daily-question&envId=2026-05-19
#daily #easy #pattern
Easy problem, with pattern that is needed in merge sort actually. Pretty good.
https://leetcode.com/problems/minimum-common-value/description/?envType=daily-question&envId=2026-05-19
#daily #easy #pattern
❤3
Daily (284/373 streak until LC cap)
Easy problem to be honest, both bruteforce and optimal solutions would pass. Go and collect the coin. Overall the problem is not a bullshit, so deserves my recommendation.
https://leetcode.com/problems/find-the-prefix-common-array-of-two-arrays/?envType=daily-question&envId=2026-05-20
#daily #medium #pattern
Easy problem to be honest, both bruteforce and optimal solutions would pass. Go and collect the coin. Overall the problem is not a bullshit, so deserves my recommendation.
https://leetcode.com/problems/find-the-prefix-common-array-of-two-arrays/?envType=daily-question&envId=2026-05-20
#daily #medium #pattern
❤3
Daily (285/373 streak until LC cap)
Nice problem, has bunch of patterns, one of the leetcode pattern in this problem happened to me during my interview to one of the big tech companies. Definitely recommend recalling.
https://leetcode.com/problems/find-the-length-of-the-longest-common-prefix/description/?envType=daily-question&envId=2026-05-21
#daily #medium #recommend #pattern
Nice problem, has bunch of patterns, one of the leetcode pattern in this problem happened to me during my interview to one of the big tech companies. Definitely recommend recalling.
https://leetcode.com/problems/find-the-length-of-the-longest-common-prefix/description/?envType=daily-question&envId=2026-05-21
#daily #medium #recommend #pattern
❤3