Good to see you back with best learning stuff for me 🙌 Like that point "accept you are stuck and looking for solutions rather than pretending I know everything" Personally I think those people annoy
Yeah. I like your shirt 😅. I totally agree about the 4th point. I used to be a perfectionist and tried to make things as optimized as possible from the beginning of the development process, sometimes I even ended up frustrated because in my quest to optimize everything I would change the logic several times. It can also waste your time, because sometimes during the dev process we realize things should be done differently, thus losing all your work. First you should make everything simple (Make an MVP)
Great video, good tips! That's indeed a pretty cool shirt. During an interview I try to do the thing that you suggested which is to make them see that I'm a cool, chill guy (at least I hope I am) who is fun to be around. I make it work both ways, if the interviewer seems like somebody I would not want to be around every day, then that is a big discouraging factor for me as well.
That’s true most of the time our job is not about skill but about being able to communicate and work along with the team. I knew one guy who won a lot of programming contests he was the best in terms of skill though it was hard to work with him cause he was too arrogant and and he was too obsessed with deeper levels of abstractions rather than get the job done in balanced way, a lot of over engineering
Great hints. I like these human sides of the programming experience. I hope to know more about the standard practices in the work process but then I want to know what a programmer does in a typical day, work challenges, and the best part of being a programmer (more than the pay). Or shall I say Coder? What's the difference anyway?
Any tips for trying Android Development interviews? Trying to transition to another company but it feels like there’s so many different types of interviews. It’s either study DSA or know the latest libraries.
If you're applying to a company that does DS and algo questions then sadly grinding leet code is probably what you have to do. Some companies do take home projects instead - like square. So apply to square 😉
My tip for take home projects would be to take the time to make sure every single thing in the project is as good as you can make it to be. If you are not sure about something or you don't have time to implement something well and it is not mandatory, then it's better to skip that feature. Chances are your code will be nitpicked to oblivion. If they don't like your code, then chances are that you won't even get an interview where you could explain your reasons. It happened to me where I wanted to add lots of things to the project to show that I know and use them because they will be good conversation starters (naive me) but they were not 100% perfect (due to time constraints), so they declined me without a chance to explain them.
@@codingwithmitch Thanks! Another thing I learned is to try to specify the scope of the take home project with them if it is too broad initially. Something you deem unnecessary for a project like this could be a must-have for them. For example one time all they said was "show the content of a dummy api in a list" and all the recommended dummy apis and the one I used only sent a few items (8-20) with a simple call so I didn't implement paging which they heavily criticized.
I hate exam-driven interviews. Generates a weird feeling where there is no trust. Prefer a real work scenario for a couple of hours or days. Thanks for the video.
Hey mitch thank you for these tips can you make a video on how to prepare for Data Structures and Algorithms and how to communicate and behave in interviews apart from this video's tips.
Can we have a Video "solving LeetCode problems", Most companies have this kind of filter in their technical interview, but sometimes I get stuck on how should I start, how to analyze the algorithm, how to know what data structure we need. , etc Thanks!
I got in an interview, I'm stuck and try to ask interviewer for hint and what they would do; instead of helping me they said something like they not here to help me. I passed and don't accept their offer XD
Other advices are legit 👍. Really agree. But still: any mind games during interview is a huge red flag. Why? Because they want to know, how you behave in a conflict, but a single case is not reliable source. You could be nervous (you probably are), frustrated and so on. Technical interview should be technical.
Well I was more thinking something like: "hey, why didn't you choose path B?" Not really trying to confuse you necessarily. More like just trying to get more info about your thought process.
Don't forget to prepare for the sliding window or dynamic programming test before this interview 😅 If you can't pass that test which hasn't been used since jesus christ you're clearly useless for an android position
Do you like my shirt?
Don't forget to leave a comment .
Yes...How can i get one ?
I like your shirt. Where I can get it?
Xaxaxaxaxaxaxa
I don't know where you can get one. My wife got it for me and she can't remember where.
I've got a Firemonkey Shirt (Delphi)
Hey Mitch! Great to see ya again!
I've had a lot of developer interivews and this is very good advice.
Great video! You put into words some of the strategies I didn't even know I used in interviews!
Please do more videos in the future, I miss your videos on UA-cam!
Good to see you back with best learning stuff for me 🙌
Like that point "accept you are stuck and looking for solutions rather than pretending I know everything"
Personally I think those people annoy
Yeah. I like your shirt 😅. I totally agree about the 4th point. I used to be a perfectionist and tried to make things as optimized as possible from the beginning of the development process, sometimes I even ended up frustrated because in my quest to optimize everything I would change the logic several times. It can also waste your time, because sometimes during the dev process we realize things should be done differently, thus losing all your work. First you should make everything simple (Make an MVP)
Great video, good tips! That's indeed a pretty cool shirt. During an interview I try to do the thing that you suggested which is to make them see that I'm a cool, chill guy (at least I hope I am) who is fun to be around. I make it work both ways, if the interviewer seems like somebody I would not want to be around every day, then that is a big discouraging factor for me as well.
Mitch your eye color is cool 😂
Glad that I've found your channel men!
Great advice. That shirt is stupendous
Expecting more like these Mitch ❤️
the pull up the documentation advice is golden. thank you!
love this kind videos of you, please share more videos about interviews
I love the tips! Thanks!
That’s true most of the time our job is not about skill but about being able to communicate and work along with the team. I knew one guy who won a lot of programming contests he was the best in terms of skill though it was hard to work with him cause he was too arrogant and and he was too obsessed with deeper levels of abstractions rather than get the job done in balanced way, a lot of over engineering
Arrogant people are the worst to work with
Nice video Mitch, I like the new format. Keep it up!
PS the pineapple shirt is always a winner 👌
Great hints. I like these human sides of the programming experience. I hope to know more about the standard practices in the work process but then I want to know what a programmer does in a typical day, work challenges, and the best part of being a programmer (more than the pay). Or shall I say Coder? What's the difference anyway?
Good ideas. I'll maybe make some videos on that
Good video Mitch,
Mich I love this video and I miss your videos :D I know you have less time now but at least keep the VBLOGS! :D
Super helpful. thank you. beautiful shirt😉
Any tips for trying Android Development interviews? Trying to transition to another company but it feels like there’s so many different types of interviews. It’s either study DSA or know the latest libraries.
If you're applying to a company that does DS and algo questions then sadly grinding leet code is probably what you have to do.
Some companies do take home projects instead - like square. So apply to square 😉
My tip for take home projects would be to take the time to make sure every single thing in the project is as good as you can make it to be. If you are not sure about something or you don't have time to implement something well and it is not mandatory, then it's better to skip that feature. Chances are your code will be nitpicked to oblivion. If they don't like your code, then chances are that you won't even get an interview where you could explain your reasons. It happened to me where I wanted to add lots of things to the project to show that I know and use them because they will be good conversation starters (naive me) but they were not 100% perfect (due to time constraints), so they declined me without a chance to explain them.
@@BapeRuLLZ ya that's a good point. Don't add things you aren't 100% confident in. They're going to tear it apart.
@@codingwithmitch Thanks! Another thing I learned is to try to specify the scope of the take home project with them if it is too broad initially. Something you deem unnecessary for a project like this could be a must-have for them. For example one time all they said was "show the content of a dummy api in a list" and all the recommended dummy apis and the one I used only sent a few items (8-20) with a simple call so I didn't implement paging which they heavily criticized.
Where are you from Mitch? it's so wonderful to listen to you.
British Columbia
Thank you, mitch
Long time no see 🎉
Thanks a lot for this video, Pretty cool shirt 🤩and yeah i love this kind of videos please do more 🙏
very informative video Mitch, thanks alot.
Thansk for the great video ♥ cool shirt btw 😄
This is awesome advice. Considering I just bombed a phone interview lol
Great video!
this really helped! thank you
Imagine being that guy who was in the interview with you watching this video lmao
I was thinking that lol but he prob wouldn't know
@@codingwithmitch eh, even if he does, lesson learned for him I guess. You didn't name the person so it's totally okay.
When square took your interview, do they ask DSA question or just android dev questions with assignment?
Take home android project
Mitch is back!
👋
the first thing i said was "wow nice shirt! " :D
I hate exam-driven interviews. Generates a weird feeling where there is no trust. Prefer a real work scenario for a couple of hours or days. Thanks for the video.
Ya I'm a fan of the take home project
Nice shirt, Mitch :)
"Hey mitch here is your engagement"
Feels kinda nostalgic to say 😁
👅
Hey mitch thank you for these tips can you make a video on how to prepare for Data Structures and Algorithms and how to communicate and behave in interviews apart from this video's tips.
I feel like there's not much more to it other than solving the actual problem if we're talking about DS and algos
Awesome 👌
Can we have a Video "solving LeetCode problems", Most companies have this kind of filter in their technical interview, but sometimes I get stuck on how should I start, how to analyze the algorithm, how to know what data structure we need. , etc
Thanks!
Hi make more video about interviews questions... Thank you
Ty
Shirt is really cool ;)
Mitch I love your shirt.
Like your shirt 😂, thanks for the video it was very informative
mitch, ı love your shirt it is pretty cool
I got in an interview, I'm stuck and try to ask interviewer for hint and what they would do; instead of helping me they said something like they not here to help me. I passed and don't accept their offer XD
Ya sounds like not a great place to work lol
Can you help me?
Mitch, that's really a nice Shirt 😉
Like you shirt ❤️
it's been ages
If someone suggest worse way to confuse you - that's a big flag. For me it's no go, I would not work with such people.
Other advices are legit 👍. Really agree. But still: any mind games during interview is a huge red flag. Why? Because they want to know, how you behave in a conflict, but a single case is not reliable source. You could be nervous (you probably are), frustrated and so on.
Technical interview should be technical.
Well I was more thinking something like: "hey, why didn't you choose path B?" Not really trying to confuse you necessarily. More like just trying to get more info about your thought process.
@@codingwithmitch of course how you ask makes difference, agree
Greatest super shirt i've ever seen...
Super duper
🔥
Don't forget to prepare for the sliding window or dynamic programming test before this interview 😅 If you can't pass that test which hasn't been used since jesus christ you're clearly useless for an android position
Are you talking about navigation drawer? Did they ask you to make one in your interview?
@@s-w No, sliding window is a technique to reduce time complexity in DS&A tests
@@s-w that right there is sarcasm 🙂
It is indeed a good shirt 👌❤
Hi, nice shirt :)
Nice talk.. I like your shirt... Lol 🤣
Ok you say anything i can comment.
So, I would comment Please Mitch add discount on your course in this inflation))
This weekend when I launch the new course I'll do a discount code
word