Skip to content

Commit

Permalink
Add new category for frontend interview questions and remove category…
Browse files Browse the repository at this point in the history
… for soft skills.
  • Loading branch information
Penggeor committed Feb 23, 2024
1 parent 0cd50c5 commit 3efa05b
Show file tree
Hide file tree
Showing 8 changed files with 234 additions and 94 deletions.
76 changes: 72 additions & 4 deletions docs-engh/12-IELTS 雅思/有道/Pre-Unit/03-学习啊学习.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ slug: /IELTS/youdao/pre-unit/3

👉 课件 PDF: [Unit 3](./220627_141902-unit%203%20笔记.pdf)



形容老师

| positive | negative |
Expand Down Expand Up @@ -38,6 +36,76 @@ slug: /IELTS/youdao/pre-unit/3

加连字符的形容词

a 10-minute walk
- a 10-minute walk

- a 7-screen cinema

- a 5-year-old boy

- a bad-tempered teacher

- a warn-hearted girl

- a simple-minded person

- a face-to-face interview

- a door-to-door service

---

Classes 课程

名词:

- leture:大课,leture hall/theater 阶梯教室
- workshop:讨论课,上完课之后老师留 reading list,之后学生在 workshop 自行讨论,不会有教授参与,但是会有助教参与答疑
- seminar:研讨会
- tutorial:辅导课,导师给上的辅导课

> leturer 讲师,professor 教授
动词搭配:

- <u>have/attend</u> a leture

- <u>give/make</u> a presentation

- take part in/participate in a tutorial
- take/sit an exam

> resit 重考
---

Assignment 作业

- paper(US),essay(EN) 论文
- report:报告,lab report,experiment report 实验报告
- case study:案例研究
- survey:

---

Assessment 评价

- quiz/exam
- essay/paper 小论文
- dissertation 大论文,一般指毕业论文
- thesis 大论文

---

定语从句

1. 修饰
2. 形容



I had a beatiful teacher who can speak three languages.

> 为什么后一句是 can 而不是和主句 had 一样过去时态的 could?
>
> 因为 could 表达的是曾经拥有,而用 can 一般现在时表达现在仍然拥有
a 7-screen cinema
Binary file added docs-engh/12-IELTS 雅思/有道/备考建议.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 0 additions & 8 deletions docs-tech/18-软技能/_category_.json

This file was deleted.

40 changes: 0 additions & 40 deletions docs-tech/18-软技能/面试/前端清单.md

This file was deleted.

8 changes: 8 additions & 0 deletions docs-tech/18-面试/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"label": "🍍 面经",
"position": 18,
"link": {
"type": "generated-index",
"description": "前端面经,包括面试题、面试知识点"
}
}
110 changes: 110 additions & 0 deletions docs-tech/18-面试/前端清单.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,110 @@
---
slug: /interview/frontend/list
position: 1
draft: true
title: 2024 前端最新面试清单
---

备考方针:

- 一道面试题由一个或者多个**知识点组成**(以面试题为导向进行复习,但关注知识点而非面试题)

- 每个知识点都是有价值的,但每个知识点在面试过程中的**出现频率是不一样**的。

- 对于低、中、高频知识点,采取 **1 - 3 - 6 注意力分配**方法。(低频了解、中频掌握、高频背诵)。

- 知识点不是孤岛,而是**互相关联**(注重知识点之间的联系和组合)

具体策略:

1. 收集:收集大厂面试真实题目(大厂题目具备水平性、权威性和代表性)
2. 汇总:分门别类,按照技能树归类
3. 提取分析:提取知识点,分析低、中、高频
4. 学习:学习掌握,查漏补缺

面试题来源:

- BOSS 直聘-有了-前端题库:https://youle.zhipin.com/interview-questions?code=100901&sortType=1
- JS 每日一题:https://vue3js.cn/interview/
- 大厂面试每日一题:https://q.shanyue.tech/fe
- 前端面试题宝典:https://fe.ecool.fun/
- 前端面试每日 3+1:https://github.com/haizlin/fe-interview
- 大前端面试宝典:https://lucifer.ren/fe-interview/#/


技术栈:

- 语言:HTML、CSS、JavaScript、TypeScript
- 框架:Vue、React、Electron
- 打包:Vite
- 基础:网络、网络安全、浏览器、算法
- AIGC:ChatGPT、Prompt Engineering
- 项目

```mermaid
mindmap
root((技术栈))
语言
HTML
CSS
JavaScript
TypeScript
框架
Vue
React
Electron
打包
Vite
基础
网络
网络安全
浏览器
算法
AIGC
ChatGPT
Prompt Engineering
```


## 语言

### HTML

### CSS

### JavaScript

### TypeScript

## 框架

### Vue




### React

### Electron

## 打包

### Vite

## 基础

### 网络

### 网络安全

### 浏览器

### 算法

## AIGC

### ChatGPT

### Prompt Engineering

## 项目
Loading

0 comments on commit 3efa05b

Please sign in to comment.