website: embed partner placements within docs

This commit is contained in:
Yangshun
2022-03-18 08:41:37 +08:00
parent f159684c00
commit c160df7abe
15 changed files with 80 additions and 6 deletions

View File

@ -4,6 +4,8 @@ title: During the coding interview
description: The coding interview can be divided into stages, follow these recommended steps for each stage to ace the coding interview
---
import InDocAd from './\_components/InDocAd';
<head>
<title>What to do during the coding interview | Tech Interview Handbook</title>
<meta property="og:title" content="What to do during the coding interview | Tech Interview Handbook"/>
@ -46,6 +48,8 @@ Start with a brute force approach, communicate it to the interviewer, explain th
Only start coding after you and your interviewer have agreed on an approach and they have given you the green light.
<InDocAd/>
## What to do when stuck
Getting stuck during coding interviews is extremely common. But do not worry, that is part of the process and is a test of your problem solving abilities. Here are some tips to try out when you are stuck: