How to Talk During a Coding Interview Here are two tips to remember when talking through your next coding interview.
Using the "Why?" Technique to Prepare for Behavioral Interviews When you prepare for a technical interview, there are things you can do (mostly) on your own. Leetcoding, studying algos, and mastering data structures are all things that can be done relatively easily by yourself. On the other hand, preparing for the behavioral interview is a bit more difficult to
Aim to Teach During an Interview When we meet with engineering managers during the behavioral portion of a technical interview, what we're really trying to do is convey that our knowledge matches the interviewer's level of knowledge on a topic area. While meeting that bar is important, it's even more
Code Optimization: Writing Readable and Maintainable Code Part of being a great engineer is being able to write quality code that can be read and maintained by other engineers.
The One Question You Need to Be Confident Answering in an Interview There's one question that you should be 100% confident in answering during an interview—and it has nothing to do with coding.
Why You Should Be Your Biggest Critic in an Interview It can feel counterintuitive to point out flaws in your own solutions, but it’s exactly what puts you in a powerful position during an interview.
Why Code Style Is an Underrated Skill We dive into why code style is important and explain how you can easily boost your interview performance by writing clean code.