首页
沸点
课程
数据标注
HOT
AI Coding
更多
直播
活动
APP
插件
直播
活动
APP
插件
搜索历史
清空
创作者中心
写文章
发沸点
写笔记
写代码
草稿箱
创作灵感
查看更多
登录
注册
后端
前端
Android
iOS
人工智能
开发工具
代码人生
阅读
进入决策圈
原始链接: https://staffeng.com/guides/getting-in-the-room 工程师们常抱怨的一件事是:他们无法进入核心决策圈,不理解公司的决定,觉得自己掌握的重要信息被
管理技术质量 (Manage Technical Quality)
原始链接: https://staffeng.com/guides/manage-technical-quality > “当我能帮团队完善一个有价值但计划不足的提案时,我特别有成就感。一个结构合理的
工程战略 (Engineering Strategy)
原始链接: https://staffeng.com/guides/engineering-strategyhttps://staffeng.com/guides/engineering-strate
与上级保持一致 (Staying Aligned with Authority)
原始链接: https://staffeng.com/guides/staying-aligned-with-authorityhttps://staffeng.com/guides/staying-
专注真正重要的工作
原始链接: https://staffeng.com/guides/work-on-what-mattershttps://staffeng.com/guides/work-on-what-matte
优秀的工程师如何打破规则
原始链接: https://www.seangoedecke.com/breaking-ruleshttps://www.seangoedecke.com/breaking-rules 在所有大型科技
给软件工程师的危险建议
原始链接:https://www.seangoedecke.com/dangerous-advicehttps://www.seangoedecke.com/dangerous-advice 我很喜欢
如何成为“不被卡住”的工程师
原始链接: https://www.seangoedecke.com/unblockablehttps://www.seangoedecke.com/unblockable 只要用心,你就能做到“不被
大公司里的优秀工程师为什么会写出烂代码
原始链接: https://www.seangoedecke.com/bad-code-at-big-companieshttps://www.seangoedecke.com/bad-code-at
你无法设计你不参与开发的软件
原始链接: https://www.seangoedecke.com/you-cant-design-software-you-dont-work-onhttps://www.seangoedecke
认为“胶水工作”是有害的
原始链接: https://www.seangoedecke.com/glue-work-considered-harmfulhttps://www.seangoedecke.com/glue-wor
前端异步手写Promise,深入理解Promise
一、 Promise详解 a. Promise核心特性(最关键) 1.状态不可逆(三种状态,一旦定型无法改变) Promise 存在且仅存在三种状态,状态的转换只有两种单向路径,不可逆、不可重复。 2
优秀的工程师常常是正确的
原始链接: https://www.seangoedecke.com/being-right-a-lothttps://www.seangoedecke.com/being-right-a-lot 亚
Win10中powershell无法识别wsl命令的解决方案
本文聚焦Win10中Powershell无法识别wsl命令的问题,该问题分未安装WSL和安装后命令失效两种情况,主要介绍第二种情况的解决办法,即使用wsl.exe代替wsl命令、用cmd执行wsl命令
强工程师与弱工程师
原始链接: https://www.seangoedecke.com/weak-engineershttps://www.seangoedecke.com/weak-engineers 最近大家都在
评估工程师的两种方式:绝对价值与替代价值
原始链接:https://www.seangoedecke.com/value-over-replacementhttps://www.seangoedecke.com/value-over-repl
我是如何预估工作量的
原始链接: https://www.seangoedecke.com/how-i-estimate-workhttps://www.seangoedecke.com/how-i-estimate-wo
沉迷于“被需要”
原始链接: https://www.seangoedecke.com/addicted-to-being-usefulhttps://www.seangoedecke.com/addicted-to-
资深工程师越往上走,结果越重要
原始链接:https://www.seangoedecke.com/being-accountable-for-results/https://www.seangoedecke.com/being-a
模块联邦(Module Federation)详解:从概念到手把手 Demo
一文搞清 Webpack 5 的模块联邦是什么、能解决什么问题;并手把手用 Host + Remote 两个小项目跑通一个「远程组件」Demo,可直接按步骤复现。
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30