惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

PCI Perspectives
PCI Perspectives
Microsoft Security Blog
Microsoft Security Blog
MongoDB | Blog
MongoDB | Blog
T
The Blog of Author Tim Ferriss
罗磊的独立博客
人人都是产品经理
人人都是产品经理
The Cloudflare Blog
Engineering at Meta
Engineering at Meta
Y
Y Combinator Blog
宝玉的分享
宝玉的分享
Recorded Future
Recorded Future
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
月光博客
月光博客
Recent Announcements
Recent Announcements
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
D
Darknet – Hacking Tools, Hacker News & Cyber Security
Apple Machine Learning Research
Apple Machine Learning Research
T
Threatpost
The GitHub Blog
The GitHub Blog
M
MIT News - Artificial intelligence
Scott Helme
Scott Helme
P
Palo Alto Networks Blog
T
Tenable Blog
P
Privacy International News Feed
V
Visual Studio Blog
F
Fortinet All Blogs
酷 壳 – CoolShell
酷 壳 – CoolShell
I
Intezer
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
AI
AI
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
S
Security Affairs
S
SegmentFault 最新的问题
C
Cisco Blogs
博客园 - 聂微东
MyScale Blog
MyScale Blog
V
Vulnerabilities – Threatpost
量子位
T
The Exploit Database - CXSecurity.com
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Security Latest
Security Latest
P
Proofpoint News Feed
阮一峰的网络日志
阮一峰的网络日志
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
T
Troy Hunt's Blog
T
Tailwind CSS Blog
Stack Overflow Blog
Stack Overflow Blog
云风的 BLOG
云风的 BLOG
A
About on SuperTechFans
The Last Watchdog
The Last Watchdog

the5fire

通过github actions部署aws lambda记录 - s3部署、ECR部署 以及固定出口IP No more authentication methods to try,Permission denied (publickey) 创作者滞后的快乐 | the5fire Django源码解析第一季 剧终 | the5fire 【Django源码阅读】Django 自定义异常处理页面源码解读 | the5fire 你是怎么学习 Python 的 | 知乎高赞回答 中奖名单|《代码里的世界观》赠书活动 | the5fire 不做翻译需求的程序员 + 赠书 | the5fire Python音频播客推荐:捕蛇者说 | the5fire
知乎回答:程序员应该怎么提高自己 | the5fire
the5fire,码农悟凡 · 2019-04-24 · via the5fire

工作中几个能力是要有的:

  • 算法能力,尤其是面试前需要刷一段时间的算法;
  • 代码能力,对自己用到的语言/库/框架能够熟练到拿来即用;
  • 设计能力,是指程序设计能力,除了能实现某个需求外,还需要考虑程序的健壮性和可维护性;
  • 业务能力,能够知道需求方确切的想要什么,并且能够很好的沟通出需求方的需求。

怎么提高呢?个人看法如下:

  • 算法的话,刷题会比较快,很多人都会以刷 LeetCode 为乐,挺好的事;
  • 代码能力,只能是多写,做不同类型的项目,但是都需要做的足够完整,完成后需要总结下项目中用到的技术有哪些,以及有没有类似的技术;
  • 设计能力,需要深入一个项目,足够完整,不断的迭代。只有一个项目不断迭代(不断啃自己之前写过的「烂」代码)的情况下,才能知道之前的设计有什么问题,以后如何避免;
  • 业务能力,需要对自己所涉及的业务领域有足够多的了解,绝大部分情况下,技术只是支撑业务实现,只有当你掌握了足够的信息时,才能快速的 Get 到对方的点是什么,以及对方可能缺了什么。

回答链接:https://www.zhihu.com/question/321425347/answer/661430245

- from the5fire.com

----EOF-----

微信公众号:Python程序员杂谈