Daily π
Are you fucking Vangaπππ? how come you know exact power of 2? I typically see 10^9 but almost never 10^15
Are you fucking Vangaπππ? how come you know exact power of 2? I typically see 10^9 but almost never 10^15
β€6
Daily (300/373 streak until LC cap)
A bit nonsense q, first time I see this kind of "number" dp. Wasn't able to solve on my own.
https://leetcode.com/problems/total-waviness-of-numbers-in-range-ii/submissions/2022794973/?envType=daily-question&envId=2026-06-05
#daily #hard #pattern
A bit nonsense q, first time I see this kind of "number" dp. Wasn't able to solve on my own.
https://leetcode.com/problems/total-waviness-of-numbers-in-range-ii/submissions/2022794973/?envType=daily-question&envId=2026-06-05
#daily #hard #pattern
π4β€2
Media is too big
VIEW IN TELEGRAM
So addressing one of the comments, in a fully covered way
π₯16β€1
Daily (301/373 streak until LC cap)
Easy q, problem for refreshing preffix/suffix pattern pretty much. Definitely recommended as it is used heavily in other problems
https://leetcode.com/problems/left-and-right-sum-differences/description/?envType=daily-question&envId=2026-06-06
#daily #easy #pattern
Easy q, problem for refreshing preffix/suffix pattern pretty much. Definitely recommended as it is used heavily in other problems
https://leetcode.com/problems/left-and-right-sum-differences/description/?envType=daily-question&envId=2026-06-06
#daily #easy #pattern
π7
The thing is that I already have Leetcode cap.
It is now about having this β in my mind, that I did it on my own.
I think my whole career motivation is just couple of unchecked boxes in my mind.
It is now about having this β in my mind, that I did it on my own.
I think my whole career motivation is just couple of unchecked boxes in my mind.
π₯18β€1
This media is not supported in your browser
VIEW IN TELEGRAM
WHY DO YOU GO TO OFFICE ON SATURDAY?!?!?!??
Me: Β«Π΄Π°Π²Π°ΠΉ Π½Π° ΡΒ»
Me: Β«Π΄Π°Π²Π°ΠΉ Π½Π° ΡΒ»
π7π₯5π4
Small introduction for new 200 people.
So, I'm Andrii, next month will be 8 years since I started making money out of software engineering.
I'm originally from Ukraine and started my path as a Junior .NET developer at a small outsource company in 2018. I was very lucky and got an extremely good techlead that suggested me a bunch of books and direction for development. Since then every year (and a half) I was switching these outsource companies on the next level (fake levels). In 2020 got a fake Senior offer from Epam, and since then decided to try big tech.
Failed my first interview for AWS, but succeeded Microsoft's one, and relocated to Prague. At MS I got a pretty bad project initially (Dynamics 365) and after one year passed the interview to Teams' Presence service (green/yellow/red indicator of your status: in a meeting, in a call, etc.). It was the best project in my whole life so far, high load (over 1M req/s), custom replication, custom sharding, global rollout with the best practices, etc.
So, I'm Andrii, next month will be 8 years since I started making money out of software engineering.
I'm originally from Ukraine and started my path as a Junior .NET developer at a small outsource company in 2018. I was very lucky and got an extremely good techlead that suggested me a bunch of books and direction for development. Since then every year (and a half) I was switching these outsource companies on the next level (fake levels). In 2020 got a fake Senior offer from Epam, and since then decided to try big tech.
Failed my first interview for AWS, but succeeded Microsoft's one, and relocated to Prague. At MS I got a pretty bad project initially (Dynamics 365) and after one year passed the interview to Teams' Presence service (green/yellow/red indicator of your status: in a meeting, in a call, etc.). It was the best project in my whole life so far, high load (over 1M req/s), custom replication, custom sharding, global rollout with the best practices, etc.
1π₯27β€4
But I got a bad visa (temporary protection) therefore decided to pursue another opportunity in an English-speaking country, since a Senior promotion at MS wouldn't matter moneywise that much for me, and on-hire stocks were almost over.
Prepped for 3 months, and landed Snowflake and Google offers, but decided to move forward with Snowflake.
And here we are, already half a year I'm here in Dublin, let's see how it goes.
I guess you have already checked the content. Main focus is on Leetcode as it is still widely asked in interviews, and I'm paranoid about layoffs. Besides that I'm doing System Design that I'm genuinely enjoying. As part time I'm helping people to prep for big tech companies and doing mock interviews. Apart from it, sometimes I'm doing some small articles/content about work-related stuff: PG race conditions, TLS deep dives, OAuth deep dives, etc. Some time ago I was also streaming the Leetcode/System design, but not anymore. I will start once I'm prepping for Google next time.
From time to time you might see some misc content related to music or boxing, as this is what I do when I'm not busy with programming.
Prepped for 3 months, and landed Snowflake and Google offers, but decided to move forward with Snowflake.
And here we are, already half a year I'm here in Dublin, let's see how it goes.
I guess you have already checked the content. Main focus is on Leetcode as it is still widely asked in interviews, and I'm paranoid about layoffs. Besides that I'm doing System Design that I'm genuinely enjoying. As part time I'm helping people to prep for big tech companies and doing mock interviews. Apart from it, sometimes I'm doing some small articles/content about work-related stuff: PG race conditions, TLS deep dives, OAuth deep dives, etc. Some time ago I was also streaming the Leetcode/System design, but not anymore. I will start once I'm prepping for Google next time.
From time to time you might see some misc content related to music or boxing, as this is what I do when I'm not busy with programming.
1π₯31β€5
Daily (302/373 streak until LC cap)
Pretty simple one tbh, I was even not sure my approach is the right one (check thecomments)
https://leetcode.com/problems/create-binary-tree-from-descriptions/description/?envType=daily-question&envId=2026-06-07
#daily #medium #nopattern
Pretty simple one tbh, I was even not sure my approach is the right one (check thecomments)
https://leetcode.com/problems/create-binary-tree-from-descriptions/description/?envType=daily-question&envId=2026-06-07
#daily #medium #nopattern
π3β€2
andreyka26_se
Video message
Cooking, want to give a bit of math background.
Yes, turns out, for the Nth time, math is needed if you are doing something more complicated than crud on backend
Yes, turns out, for the Nth time, math is needed if you are doing something more complicated than crud on backend
π₯4
Daily (303/373 streak until LC cap)
Pretty simple for O(n) space complexity, for O(1) - not sure possible (as quicksort would give absolute order). But nice problem overall.
https://leetcode.com/problems/partition-array-according-to-given-pivot/description/?envType=daily-question&envId=2026-06-08
#daily #medium #nopattern
Pretty simple for O(n) space complexity, for O(1) - not sure possible (as quicksort would give absolute order). But nice problem overall.
https://leetcode.com/problems/partition-array-according-to-given-pivot/description/?envType=daily-question&envId=2026-06-08
#daily #medium #nopattern
π3
andreyka26_se pinned Β«But I got a bad visa (temporary protection) therefore decided to pursue another opportunity in an English-speaking country, since a Senior promotion at MS wouldn't matter moneywise that much for me, and on-hire stocks were almost over. Prepped for 3 monthsβ¦Β»
Daily (304/373 streak until LC cap)
The problem is much much easier than you think. It has a lot of unnecessary details that are irrelevant.
https://leetcode.com/problems/maximum-total-subarray-value-i/description/?envType=daily-question&envId=2026-06-09
#daily #medium #nopattern
The problem is much much easier than you think. It has a lot of unnecessary details that are irrelevant.
https://leetcode.com/problems/maximum-total-subarray-value-i/description/?envType=daily-question&envId=2026-06-09
#daily #medium #nopattern
π7
andreyka26_se
Was working on it whole day today. Tomorrow Im dropping it here (if oncall is not bad for me).
Promised - done. This is pretty much polished personal notes that I have gathered over the time. Hopefully will be useful at least for somebody
https://andreyka26.com/ssl-tls-mtls-for-system-design-in-simple-words
https://andreyka26.com/ssl-tls-mtls-for-system-design-in-simple-words
andreyka26 tech
SSL / TLS / mTLS for System Design in simple words
Learn TLS, mTLS, and certificates for System Design interviews in simple words: encryption, signatures, ECDSA, ECDHE, PKI, chain of trust, and the TLS handshake explained step by step.
1π₯18β€2
andreyka26_se
Promised - done. This is pretty much polished personal notes that I have gathered over the time. Hopefully will be useful at least for somebody https://andreyka26.com/ssl-tls-mtls-for-system-design-in-simple-words
Will appreciate feedback/comments.
Overall article creation takes around 12-14 hours usually, which is surprisingly long to me, but it has ZERO AI, everything is written by me, only grammar (missed the/a) is done by AI.
Therefore it might have some mistakes, slightly off information - so let me know, I will update, and mention you in the article as reviewer (always grateful for deep technical review).
BTW this is applied to all my articles, I'm missing review same way as I would miss PR review when doing something myself.
Overall article creation takes around 12-14 hours usually, which is surprisingly long to me, but it has ZERO AI, everything is written by me, only grammar (missed the/a) is done by AI.
Therefore it might have some mistakes, slightly off information - so let me know, I will update, and mention you in the article as reviewer (always grateful for deep technical review).
BTW this is applied to all my articles, I'm missing review same way as I would miss PR review when doing something myself.
1π₯8