contents: add promotional content within contents

This commit is contained in:
Yangshun Tay
2022-04-29 16:19:06 +08:00
parent d9ac37ff18
commit 32111902f0
12 changed files with 56 additions and 3 deletions

View File

@ -14,6 +14,8 @@ keywords:
sidebar_label: Picking a programming language
---
import InDocAd from './\_components/InDocAd';
Does the programming language you use for coding interviews matter? The answer is yes.
Most companies let you code in any language you want - the only exception I know being Google, where they only allow candidates to pick from Java, C++, JavaScript or Python for their algorithmic coding interviews.
@ -41,6 +43,8 @@ Java is a decent choice too but having to constantly declare types in your code
- Avoid: Haskell, Erlang, Perl, C, Matlab
- You must be mad: Brainfuck, Assembly
<InDocAd />
## 2. Your familiarity with the language
Most of the time, it is recommended that you use a language that you are extremely familiar with rather than picking up a new language just for using in interviews.