Forwarded from andreyka26_se
Media is too big
VIEW IN TELEGRAM
Evntually exclusive contentπππ
π10
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
Now working together with ex-Principal from Google on some tight deadline project. Most stuff is in Rust. First time I saw rust code was 5 days ago...
I don't know it looks very ugly and unpleasant to me. The paradigm is nice, but I don't know, as the guy who has php => c/c++ => c# => javascript/python background, it feels very ugly. I would rather work with c/c++.
(meme authored by me after reviewing 12th PR a day submitted by Google's principal)
I don't know it looks very ugly and unpleasant to me. The paradigm is nice, but I don't know, as the guy who has php => c/c++ => c# => javascript/python background, it feels very ugly. I would rather work with c/c++.
(meme authored by me after reviewing 12th PR a day submitted by Google's principal)
π9β€3
Daily (286/373 streak until LC cap)
Again top 100 first LeetCode questions. If you are into leetcode - it should be already solved by you. Not bad binary search problem, a bit annoying.
https://leetcode.com/problems/search-in-rotated-sorted-array/description/?envType=daily-question&envId=2026-05-22
#daily #medium #pattern
Again top 100 first LeetCode questions. If you are into leetcode - it should be already solved by you. Not bad binary search problem, a bit annoying.
https://leetcode.com/problems/search-in-rotated-sorted-array/description/?envType=daily-question&envId=2026-05-22
#daily #medium #pattern
π4
andreyka26_se
Daily (286/373 streak until LC cap) Again top 100 first LeetCode questions. If you are into leetcode - it should be already solved by you. Not bad binary search problem, a bit annoying. https://leetcode.com/problems/search-in-rotated-sorted-array/descriβ¦
Here we go. If you hire too strong and clever people (ex-Google staffs) -> this happens. I'm trying to understand things over design docs + ai to start doing at least something. But it is so complicated and I'm missing so much background. The senior folks are just spamming PRs. Only after one week I can at least have an idea what some PRs are doing.
Right now, I'm fully stuck with certificates/cryptography as owned CA and bunch of some crypto algos are used.
So, for now I'm going to cover a bit of cryptography background: TLS/mTLS, bunch of algos worked on symmetric keys, how they are derived etc.
Will post here, maybe somebody will find it useful.
Right now, I'm fully stuck with certificates/cryptography as owned CA and bunch of some crypto algos are used.
So, for now I'm going to cover a bit of cryptography background: TLS/mTLS, bunch of algos worked on symmetric keys, how they are derived etc.
Will post here, maybe somebody will find it useful.
β€11
andreyka26_se
Here we go. If you hire too strong and clever people (ex-Google staffs) -> this happens. I'm trying to understand things over design docs + ai to start doing at least something. But it is so complicated and I'm missing so much background. The senior folksβ¦
Question for now. Do you know how client validates TLS certificate presented by browser? and why self signed certificate won't be trusted? I mean, can you explain with tech details.
β€1
andreyka26_se
Question for now. Do you know how client validates TLS certificate presented by browser? and why self signed certificate won't be trusted? I mean, can you explain with tech details.
You might wonder - why do I need to know TLS, RSA, chain of trust, etc under hood? Explaining:
At Microsoft I had a colleague, extremely intelligent guy, much cleverer than me. Once he was interviewing the candidate that had CV with "EVERY SINGLE TECHNOLOGY POSSIBLE" mentioned along with HTTPS/TLS.
My friend fucked him up so bad about TLS, chain of trust etc, probably the guy got trauma even from what I have heard XD.
I don't support that, my friend just didn't like this idea of CV. If you ever mention HTTPS/TLS in CV - make sure you check my next postπ
At Microsoft I had a colleague, extremely intelligent guy, much cleverer than me. Once he was interviewing the candidate that had CV with "EVERY SINGLE TECHNOLOGY POSSIBLE" mentioned along with HTTPS/TLS.
My friend fucked him up so bad about TLS, chain of trust etc, probably the guy got trauma even from what I have heard XD.
I don't support that, my friend just didn't like this idea of CV. If you ever mention HTTPS/TLS in CV - make sure you check my next postπ
π5π₯3
Since I'm not writing code except Leetcode: would you like to see the stream of writing something old-fashioned way:
- zero these fucking agents
- zero ai autocomplete
- (optionally) zero asking questions to ai, only google and stackoverflow + manuals
- only vim motions, only IDE
Now for learning I'm going to write my PKI system to basically "touch" stuff for building the mental model. We can do it on stream, or maybe implement something system design related / networks related.
Thumbup/thumpdown for voting
- zero these fucking agents
- zero ai autocomplete
- (optionally) zero asking questions to ai, only google and stackoverflow + manuals
- only vim motions, only IDE
Now for learning I'm going to write my PKI system to basically "touch" stuff for building the mental model. We can do it on stream, or maybe implement something system design related / networks related.
Thumbup/thumpdown for voting
π47β€3π3
andreyka26_se
Since I'm not writing code except Leetcode: would you like to see the stream of writing something old-fashioned way: - zero these fucking agents - zero ai autocomplete - (optionally) zero asking questions to ai, only google and stackoverflow + manuals - onlyβ¦
wow 36 likes, I see.
Will plan some stream live coding. For now I'm thinking about custom PKI and TLS/mTLS implementation. Feel free to add something in the comment section, they we'll do voting as always
Will plan some stream live coding. For now I'm thinking about custom PKI and TLS/mTLS implementation. Feel free to add something in the comment section, they we'll do voting as always
π₯9π3β€1
Daily (287/373 streak until LC cap)
I wouldn't say it is easy if not solving with bruteforce, but interesting problem
https://leetcode.com/problems/check-if-array-is-sorted-and-rotated/description/?envType=daily-question&envId=2026-05-23
#daily #easy #nopattern
I wouldn't say it is easy if not solving with bruteforce, but interesting problem
https://leetcode.com/problems/check-if-array-is-sorted-and-rotated/description/?envType=daily-question&envId=2026-05-23
#daily #easy #nopattern
π5
Daily (288/373 streak until LC cap)
Actually not hard at all. I would rate medium, very good question. Go for it (intuition helper in the comments along with the solution).
https://leetcode.com/problems/jump-game-v/description/?envType=daily-question&envId=2026-05-24
#daily #hard #pattern
Actually not hard at all. I would rate medium, very good question. Go for it (intuition helper in the comments along with the solution).
https://leetcode.com/problems/jump-game-v/description/?envType=daily-question&envId=2026-05-24
#daily #hard #pattern
π5
This media is not supported in your browser
VIEW IN TELEGRAM
Sundayβs piece of βlifeβ in βwork life balanceβ
π7β€4
Daily (289/373 streak until LC cap)
Pretty hard problem, not medium IMO. Pretty unique intuition, never seen something like that.
p.s. don't try dp -> it is too slow for this
https://leetcode.com/problems/jump-game-vii/description/?envType=daily-question&envId=2026-05-25
#daily #medium
Pretty hard problem, not medium IMO. Pretty unique intuition, never seen something like that.
p.s. don't try dp -> it is too slow for this
https://leetcode.com/problems/jump-game-vii/description/?envType=daily-question&envId=2026-05-25
#daily #medium
π5
Recently saw a thread, where person was asking about git commands on the interview.
I am the guy, who is 8 years in industry, I am deving with vim only (or at least vim motions), but I literally wouldnt even remember how to stage + commit with git commands.
Besides that, I never rebased, because I am afraid of missing some commits and merge conflicts - so always merge from main -> and squash on merge to main.
At some point, I will learn, I promise.
I am the guy, who is 8 years in industry, I am deving with vim only (or at least vim motions), but I literally wouldnt even remember how to stage + commit with git commands.
Besides that, I never rebased, because I am afraid of missing some commits and merge conflicts - so always merge from main -> and squash on merge to main.
At some point, I will learn, I promise.
β€10
andreyka26_se
YEAH BOYπ
1 year, and 2 days ago π
I think maybe I should push for 1k, just to flex even moreπππ
I think maybe I should push for 1k, just to flex even moreπππ
β€12π4π₯2
Daily (290/373 streak until LC cap)
Pretty easy, go for it.
https://leetcode.com/problems/count-the-number-of-special-characters-i/description/?envType=daily-question&envId=2026-05-26
#daily #easy #pattern
Pretty easy, go for it.
https://leetcode.com/problems/count-the-number-of-special-characters-i/description/?envType=daily-question&envId=2026-05-26
#daily #easy #pattern
β€2
Folks, 600 problems and 200 daily streak is nothing actually.
Check the REAL BEASTS whom I found on Ukrainian FAANG group.
Check the REAL BEASTS whom I found on Ukrainian FAANG group.
π€―7π₯6