andreyka26_se
https://andreyka26.com/concurrency-for-system-design-with-microsoft-engineer #systemdesign
We have got first Technical Reviewer for the article🥳. Kudos to Bohdan, he found nice gaps and misleading parts, thanks!
The more I work in tech the more I understand review - is always a must
I'm very happy and proud that here we have high level people who can do nice technical reviews and know a lot of internal/underhood stuff.
The more I work in tech the more I understand review - is always a must
I'm very happy and proud that here we have high level people who can do nice technical reviews and know a lot of internal/underhood stuff.
❤9🔥8
Daily 351st day streak
Easy again, but be careful, this easy WILL NOT accept bruteforce (as typically easy problems do).
No pattern here.
https://leetcode.com/problems/maximum-product-of-three-numbers/?envType=daily-question&envId=2026-07-26
#daily #easy #nopattern
Easy again, but be careful, this easy WILL NOT accept bruteforce (as typically easy problems do).
No pattern here.
https://leetcode.com/problems/maximum-product-of-three-numbers/?envType=daily-question&envId=2026-07-26
#daily #easy #nopattern
👍5
andreyka26_se
So officially, Mailchimp, the provider I was using to gather email subs from andreyka26.com - is shithole. I wanted to test email form and tried to test send it to myself, they immediately marked it as malicious, however it was their default form + some "hello…
mailchimp - suck my balls. Switched to kit.com -> incredible experience, easy to set up, clear instructions, didn't have to buy email in my DNS provider.
kit -> I recommend
mailchimp -> I don't recommend.
BTW kit didn't pay for that, unfortunately, I wish they did.
kit -> I recommend
mailchimp -> I don't recommend.
BTW kit didn't pay for that, unfortunately, I wish they did.
😁6🔥2
andreyka26_se
mailchimp - suck my balls. Switched to kit.com -> incredible experience, easy to set up, clear instructions, didn't have to buy email in my DNS provider. kit -> I recommend mailchimp -> I don't recommend. BTW kit didn't pay for that, unfortunately, I wish…
Good thing about mailchimp - it allowed me to export all 90+ emails that subscribed to news letter. So now I will be able to run a "hey there is new article - go and check it". Now I'm as annoying as all these blogging platforms.
I just don't know how else to retain folks that got interested in article, but didn't follow telegram or something, because they don't have it.
I'm wondering, how is it useful overall these "email news letters". I have zero subscriptions like that, not sure about that. But better to have than not to have
Hopefully I won't get banned
I just don't know how else to retain folks that got interested in article, but didn't follow telegram or something, because they don't have it.
I'm wondering, how is it useful overall these "email news letters". I have zero subscriptions like that, not sure about that. But better to have than not to have
Hopefully I won't get banned
❤4
Daily 352nd day streak
I'm very scared about tomorrow, as today we've got third day in a row with easy Daily question. Pretty trivial one, and again no pattern
https://leetcode.com/problems/maximum-product-of-two-elements-in-an-array/description/?envType=daily-question&envId=2026-07-27
#daily #easy #nopattern
I'm very scared about tomorrow, as today we've got third day in a row with easy Daily question. Pretty trivial one, and again no pattern
https://leetcode.com/problems/maximum-product-of-two-elements-in-an-array/description/?envType=daily-question&envId=2026-07-27
#daily #easy #nopattern
😁5
Recently I saw one reel about discipline, and it had quite good insight.
To maintain your discipline and consistency - don’t expect yourself to do daily tasks (reading, leetcode, exercises, whatever) with high energy, performance and quality.
Sometime you do 60-70% of your performance, e.g read 10 pages instead of 30, solve easier problem, but still you did it. This is the way to go. This is what I do as well.
To maintain your discipline and consistency - don’t expect yourself to do daily tasks (reading, leetcode, exercises, whatever) with high energy, performance and quality.
Sometime you do 60-70% of your performance, e.g read 10 pages instead of 30, solve easier problem, but still you did it. This is the way to go. This is what I do as well.
58❤18👍4🔥4
andreyka26_se
Recently I saw one reel about discipline, and it had quite good insight. To maintain your discipline and consistency - don’t expect yourself to do daily tasks (reading, leetcode, exercises, whatever) with high energy, performance and quality. Sometime you…
© Andrii, engineer, personal coach, motivator, and clown 🤡😁
🔥7🤡3👍2
andreyka26_se
© Andrii, engineer, personal coach, motivator, and clown 🤡😁
This is exactly how much my services as coach worth btw😁😁😁😁😁 half a eur.
Thanks btw, you dont have to do it, in Snowflake compensation is not that bad
Thanks btw, you dont have to do it, in Snowflake compensation is not that bad
😁19❤4
Daily 353d day streak
Pretty easy problem I would say, just don't miss one edge case: "inini" -> "inini", not 'niiin'.
No pattern, so skippable.
https://leetcode.com/problems/smallest-palindromic-rearrangement-i/?envType=daily-question&envId=2026-07-28
#daily #medium #nopattern
Pretty easy problem I would say, just don't miss one edge case: "inini" -> "inini", not 'niiin'.
No pattern, so skippable.
https://leetcode.com/problems/smallest-palindromic-rearrangement-i/?envType=daily-question&envId=2026-07-28
#daily #medium #nopattern
🔥4
Are there rust folks? I mean I am working on rust project but I dont understand rust much.
The question: piece of code that I have seen in threads, in any other languages, will lead to lost updates in concurrent environment.
BUT rust has this “mutating borrowing”, and I don’t know the internals and specifics. In theory, if only single thread can mutate state - it should be thread safe by definition. But maybe some experts can correct this statement.
The question: piece of code that I have seen in threads, in any other languages, will lead to lost updates in concurrent environment.
BUT rust has this “mutating borrowing”, and I don’t know the internals and specifics. In theory, if only single thread can mutate state - it should be thread safe by definition. But maybe some experts can correct this statement.
🔥3
andreyka26_se
Are there rust folks? I mean I am working on rust project but I dont understand rust much. The question: piece of code that I have seen in threads, in any other languages, will lead to lost updates in concurrent environment. BUT rust has this “mutating borrowing”…
I mean, the trick and magic should be happening on calling side, where we have balance variable, and how we leverage result of this function to update it. Function itself is just pure func, nothing special
🔥3
Actually no. I hated it xD. When I was starting especially, because I didn't see real application for my work back then (honestly it is not much application even today). But I have very weird psychological peculiarity. I might hate some activity, but if my consciousness is convinced some "activity" is feeding us -> I can get tons of motivation and even enjoying becoming better in that activity
So my states were: "wtf is that why I need it" ->
"let's try, others for some reason are doing that" ->
"okay, this is the only way for big tech" ->
"oh, it can make your salary twice or tripple larger, we are going to become good here"
So my states were: "wtf is that why I need it" ->
"let's try, others for some reason are doing that" ->
"okay, this is the only way for big tech" ->
"oh, it can make your salary twice or tripple larger, we are going to become good here"
❤11
andreyka26_se
Actually no. I hated it xD. When I was starting especially, because I didn't see real application for my work back then (honestly it is not much application even today). But I have very weird psychological peculiarity. I might hate some activity, but if my…
Another piece of motivation, that always worked for me: “this is exclusive thing not that many people can do”.
Selfish? Yes. Works? Yes. That was part of my motivation to start enjoying math, as I hated it most of my childhood. Part of this type of motivation applies to Leetcode ad well
And third one: grinding, lineage2 way. I wanted these 750 solved, I wanted cap, I wanted this ✅ “I did it”.
Selfish? Yes. Works? Yes. That was part of my motivation to start enjoying math, as I hated it most of my childhood. Part of this type of motivation applies to Leetcode ad well
And third one: grinding, lineage2 way. I wanted these 750 solved, I wanted cap, I wanted this ✅ “I did it”.
❤5🔥3
Tell me the most embarrassing mistaken English use?
I am personally B1-B2, and today probably was the worst case.
So three my friends and I were sitting in the kitchen. One guy was showing me the car he wants to buy, and I said:
“Will you ride me when you buy it?”
😁🏳️🌈👨❤️👨
I mean, only after 3-5 seconds I realized how it sounded😁. In Ukrainian it sounded okay in my head
For the future, you should say: “will you take me for a drive”
I am personally B1-B2, and today probably was the worst case.
So three my friends and I were sitting in the kitchen. One guy was showing me the car he wants to buy, and I said:
“Will you ride me when you buy it?”
😁🏳️🌈👨❤️👨
I mean, only after 3-5 seconds I realized how it sounded😁. In Ukrainian it sounded okay in my head
For the future, you should say: “will you take me for a drive”
😁27🔥2
This media is not supported in your browser
VIEW IN TELEGRAM
Mr Orange has disappeared for 2 weeks somewhere, but yesterday he was back🧡🍊
51❤21
Daily 354th day streak
Pretty hard one, no pattern, I wouldn't recommend.
https://leetcode.com/problems/smallest-palindromic-rearrangement-ii/description/?envType=daily-question&envId=2026-07-29
#daily #hard #nopattern
Pretty hard one, no pattern, I wouldn't recommend.
https://leetcode.com/problems/smallest-palindromic-rearrangement-ii/description/?envType=daily-question&envId=2026-07-29
#daily #hard #nopattern
❤6
andreyka26_se
Video
Worth mentioning, they fucking did it right! If the window is not “fullscreen” it works. It just does not work, if the window is fullscreen, and then moving it to another display.
❤3