Artifacts
what is artifacts : 实体化自己的工作,将自己做过的东西以及其产生的影响记录
why it's important : 文档有助于自己的思路记录,对工作总结和归纳;有助于信息和context传播扩大影响力
how : 重要的是why,重要的是合理的逻辑。通过写作挖掘,传播信息,增加影响力。
好的artifacts:business value,对业务产生的delta影响,价值差
help people to integerate with zuora
help people to integerate with zuora
further : help them to choose the proper subscription management platform
System for winner, goal for loser.
System for winner, goal for loser.
形成一套成功的系统,做事的pattern,一些微习惯,会提升你成功的概率。知识单纯设定目标,利用机会主义去取得胜利,依靠概率往往是难以预测和取得预期效果。
Important developments often arise out of analogies(类比).…
Important developments often arise out of analogies(类比). By comparing a topic you understand poorly to something similar you understand better, you can come up with insights that result in a better understanding of the less-familiar topic. This use of metaphor is called "modeling."
隐喻的重要性-代码大全
建模 就是将你熟悉的东西 类比到不熟悉的领域,从而理解这个不熟悉的topic
#聚焦 #注意力 #努力
Mark Cuban的一句话,the only thingyou can control is your effort. 课代表把 cuban广义的effort做了诠释。有绝对意愿去做那10%的正确/有意义的事、能排除万难是effort。在这个过程中能够学会 priority,不被分心是attention。time 是这个过程中的一个必要的资源投入。
把努力投入在对的事情上,也就到聚焦注意力在对的事情上(真正重要的10%)。时间是你的有限资源。
所谓努力不是时间多少,是注意力真正放进去了。愿意为之解决困难
#复利
不着急,大部分的收益来源于后期
The main thing is to keep the main thing main thing ,保持专注,提升主要事件的进步。
细微的积累长期造成巨大的收益差异
但是警惕亏损也是同样的规律
聚焦在 让每周的收益从2%到3%
signal vs noise
辨别行为方式,把目标就设为最终目标。分辨主要事情,别想着快钱,耐心的专注在对的事情上。
#communication
small talk. 很有必要
listening. active listening. 全神贯注 ,不去想solution和准备组织语言
tone of voice语调。
pure language不是很重要
cultural understanding:政治体育啥的小聊天 不重要
perswasion and negotiate:重要
story telling:引起人们联想,引出观点和道理
mindset:最重要,
efficient input system:最重要长篇博播客: 如何问问题,如何讲明白
看书:听书
#技术/How to prepare a pull request(PR)
break it down to small PR
break down the task based on logic
also break down the ticket
Write description and titles
highlighten in related problems
group them into concepts(or problems to be solved)
Meaningful commit message
WHAT changed, and WHY
Add comments on PR to help guide reviewer
Screenshots(even gif or videos) if you have some frontend changes