💻 软件/后端工程师
职场英语 · 软件工程师 · 共 30 个核心词汇 · 5 条场景例句
词汇表
- debug /diːˈbʌɡ/ v. 调试;排除故障
- deploy /dɪˈplɔɪ/ v. 部署;调度
- version /'vɝʒn/ n. 版本
- module /'mɑdʒul/ n. 模块;组件
- API /ˌeɪ piː ˈaɪ/ n. 应用程序接口
- backend /ˈbækend/ n. 后端;后台
- frontend /ˈfrʌntend/ n. 前端;前台
- framework /'fremwɝk/ n. 框架,构架,结构
- bug /bʌɡ/ n. 虫子;臭虫
- iteration n. 迭代
- release /rɪ'lis/ v. 发布,释放
- repository /rɪˈpɑːzətɔːri/ n. 代码仓库
- CI/CD —
- container /kən'tenɚ/ n. 容器;集装箱
- microservice n. 微服务
- endpoint n. 接口端点
- middleware /ˈmɪdlwer/ n. 中间件
- database /'detəbes/ n. 数据库
- cache /kæʃ/ n. 缓存;贮藏
- queue /kju/ n./v. 行列;排队等候
- load balancer n. 负载均衡器
- latency /ˈleɪtnsi/ n. 延迟;潜伏期
- throughput /ˈθruːpʊt/ n. 吞吐量
- monitoring n. 监控
- logging n. 日志记录
- rollback n. 回滚
- hotfix /ˈhɑːtfɪks/ n. 紧急修复补丁
- code review n. 代码审查
- dependency /dɪˈpendənsi/ n. 属国,属地,从属,从属物
- refactor v./n. 重构
场景例句
- Can you review my PR? I added unit tests for the new module.帮我review一下PR,新模块加了单元测试。
- The CI pipeline is failing. Let me check the build logs.CI流水线挂了,我看下构建日志。
- We need to roll back the last release. There's a critical bug in production.需要回滚上一个版本,生产环境有严重bug。
- I'm on call this week. Got paged at 3 AM for a database issue.这周我值班,凌晨3点被叫起来处理数据库问题。
- The API spec for the order endpoint has changed. Let me update the docs.订单接口的API规范改了,我来更新文档。