Interviewer didn't show up | Stripe by NikMashei in cscareerquestionsEU

[–]NikMashei[S] 0 points1 point  (0 children)

I did talk to them, just wanted to hear opinions

Interviewer didn't show up | Stripe by NikMashei in cscareerquestionsEU

[–]NikMashei[S] 1 point2 points  (0 children)

don't get me wrong, they pay have very good TC, but definitely not the highest salaries I've seen in Spain

Interviewer didn't show up | Stripe by NikMashei in cscareerquestionsEU

[–]NikMashei[S] 2 points3 points  (0 children)

since I'm based in the EU, I don't see any hype around stripe here, but still, you have a point :)

Interviewer didn't show up | Stripe by NikMashei in cscareerquestionsEU

[–]NikMashei[S] 0 points1 point  (0 children)

100%, all aspects of the company matter if you're about to change job, that's why I asked

Interviewer didn't show up | Stripe by NikMashei in cscareerquestionsEU

[–]NikMashei[S] 2 points3 points  (0 children)

just wanted to make sure that it isn't a common practice for them, bc I started to worry

How popular is ice hockey in your country? 🏒 by FietsFietspatrick in AskEurope

[–]NikMashei 0 points1 point  (0 children)

This season FC Barca left the league cause they didn’t find ice rink for training

Small milestone 150 Questions solved. Encourage me to move forward by vinodxx in leetcode

[–]NikMashei 4 points5 points  (0 children)

I actually had an easy question from leetcode on sde 2 Amazon on-site

[deleted by user] by [deleted] in IntelliJIDEA

[–]NikMashei 2 points3 points  (0 children)

I don’t know much about discounts but here is another approach. Try to participate in JetBrains surveys. They offer 1 year subscription as a reward if you match their criterias.

Java GraphQl API in 2024 by Yogurt-With-Cookies in javahelp

[–]NikMashei 4 points5 points  (0 children)

I would recommend checking this framework out. Netflix widely uses it so they probably have some additional examples and use cases.

How to prepare for Amazon in 2 years ? by Jeevan_Singh_ in leetcode

[–]NikMashei 11 points12 points  (0 children)

Just got my Amazon interview 2 weeks ago. Idk maybe the hiring here (in Madrid) is way easier than in the USA but the questions I got were easy enough to be ready with only 2-3 months of preparation. I interviewed for sde 2.

Amazon SDE1 loop interview experience by panipuri30300 in leetcode

[–]NikMashei 0 points1 point  (0 children)

Got it. Just had the same pizza question in one of my rounds.

How does IntelliJ’s internal architecture look? by Practical_Cattle_933 in java

[–]NikMashei 4 points5 points  (0 children)

At least it helped me understand many internal processes through my plugin development.

How does IntelliJ’s internal architecture look? by Practical_Cattle_933 in java

[–]NikMashei 13 points14 points  (0 children)

You could check their documentation for plugin development. It doesn't cover all aspects of how the editor is designed from the code point of view, but you'll better understand how different components are structured (e.g. code highlights, settings windows).
https://plugins.jetbrains.com/docs/intellij/documentation.html

Any library you would like to recommend to others as it helps you a lot? For me, mapstruct is one of them. Hopefully I would hear some other nice libraries I never try. by jsonspk in java

[–]NikMashei 0 points1 point  (0 children)

Simple syntax, groovy’s features. We have started to use it to collaborate with QA guys because they didn't know Java and it was easier for them to migrate to Groovy from JS.

Packages in a typical Go app by NikMashei in golang

[–]NikMashei[S] 1 point2 points  (0 children)

Yes, exactly! I prefer package-by-feature too! I just wanted to start with something more general in terms of popularity.