首页 > 其他分享 >Google评分卡自评

Google评分卡自评

时间:2023-06-05 11:56:49浏览次数:42  
标签:Google ability area 评分 领域 book systems 卡自评 subject

最近看了篇技术大佬的文章,原文链接( https://coolshell.cn/articles/20977.html), 其中有个Google评分卡,记录一下自评结果,每年都来更新一下,记录自我成长

评分标准

0:you are unfamiliar with the subject area.
(不熟悉的领域。也就是说对相关的领域几乎一无所知。)

1:you can read/understand the most fundamental aspects of the subject area.
(可以读懂或理解相关领域的大多数基础知识。)

2:ability to implement small changes,understand basic principles and able to figure out additional details with minimal help.
(能够实现一些小的改动,理解基本原理,能够在简单的帮助下找出更多的细节。)

3:basic proficiency in a subject area without relying on help.
(基本精通相关技术领域,完全不需要别人的帮助。)

4:you are comfortable with the subject area and all routine work on it.
(对相关技术领域非常熟悉和舒适,可以应对和完成所有的日常工作。)

For software areas - ability to develop medium programs using all basic language features w/o book, awareness of more esoteric features (with book).
(对于软件领域,有能力开发中等规模的程序,能够熟练和掌握并使用所有的语言特性,而不需要翻书,并且能够找到所有的冷知识。)
For systems areas - understanding of many fundamentals of networking and systems administration, ability to run a small network of systems including recovery, debugging and nontrivial troubleshooting that relies on the knowledge of internals.
(对于系统领域,了解很多网络和系统管理的基础知识,能够运行一个小型的系统网络,包括恢复、调试和依赖于内部知识的重要故障排除。)

5:an even lower degree of reliance on reference materials. Deeper skills in a field or specific technology in the subject area.
(对参考资料的依赖程度更低。在某一领域或某一特定技术领域有较深的技能。)

6:ability to develop large programs and systems from scratch. Understanding of low level details and internals. Ability to design/deploy most large, distributed systems from scratch.
(能够从零开发大型程序和系统。掌握底层细节和内在原理。能够设计和部署大多数大型分布式系统。)

7:you understand and make use of most lesser known language features, technologies, and associated internals. Ability to automate significant amounts of systems administration.
(理解并利用高级语言特性、技术和相关的内在原理,可以从根本上实现大量系统管理和运维工作的自动化。)

8:deep understanding of corner cases, esoteric features, protocols and systems including “theory of operation”. Demonstrated ability to design, deploy and own very critical or large infrastructure, build accompanying automation.
(对于一些边角和晦涩的技术、协议和系统工作原理有深入的理解和经验。能够设计、部署并负责非常关键、规模很大的基础设施,并能够构建相应的自动化设施。)

9:could have written the book about the subject area but didn’t; works with standards committees on defining new standards and methodologies.
(能够在该技术领域出一本经典的书。并和标准委员会的人一起制定相关的技术标准和方法。)

10:wrote the book on the subject area (there actually has to be a book). Recognized industry expert in the field, might have invented it.
(在该领域写过一本书,被业内尊为专家,并是该技术的发明人。)
评分领域

TCP/IP Networking(网络相关)
Unix/Linux internals(linux内核)
Unix/Linux Systems administration(linux系统运维)
Algorithms and Data Structures(算法和数据结构)
C
C++
Python
Java
Perl
Go
Shell Scripting (脚本)
SQL and/or Database Admin(sql和数据库管理)
People Management(人事管理)
Project Management(项目管理)

自我评价

标签:Google,ability,area,评分,领域,book,systems,卡自评,subject
From: https://www.cnblogs.com/iamluoli/p/17452425.html

相关文章

  • 推荐 7 款类似Google Analytics 的开源程序
    GoogleAnalytics我想大家应该都不会太陌生,它是Google提供的一个优秀Web分析数据服务,是最广泛使用的网站统计服务,能生成网站流量和来源详细统计数据。但GoogleAnalytics的最大缺点是它被Google控制,对很多人来说,这一点让他们非常不自在。而且GoogleAnalytics不是一个开源的......
  • XSLT 介绍与 Google Ajaxslt
    最近研究ajaxslt的心得[url]http://bright895.blog.163.com/blog/static/182699233201142685114192/[/url]XSLT的英文标准名称为eXtensibleStylesheetLanguageTransformation。根据W3C的规范说明书(http://www.w3.org/TR/xslt),[color=red]最早设计XSLT的用意是帮助XML文档(doc......
  • 35 个你也许不知道的 Google 开源项目
    [b][color=red]以下是原文的复制,缺少许多超链接,最好查看原文,方便查看超链接内容.[/color][/b]Google是支持开源运动的最大公司之一,它们现在总共发布有超过500个的开源项目(大部分都是利用它们的API来完成),本文将列举一些有趣的开源项目,其中很可能有不少你不知道的哦。文本文件处......
  • google gson学习
    [color=red][b]googlegson学习[/b][/color][url]http://lyking2001.iteye.com/blog/504156[/url]Gson网址http://code.google.com/p/google-gson/[b]1.简单的处理list和map[/b]Gsongson=newGson();ListtestList=newArrayList();testList.a......
  • Google Earth Engine(GEE)——ndvi.gt is not a function
    你好,我试图通过屏蔽值的上下10个百分位数来消除计算出的NDVI数据集中的异常值,但我在第398行中不断收到错误消息,显示第398行:ndvi.gt不是函数。 我怎样才能解决这个问题? 原始代码:vartable=ee.FeatureCollection("users/selenachav5/mangrove_vector"),Upper=......
  • tink google 加密安全实践的框架
    tink是google多年加密实践的框架,提供了安全的加密处理方法,可以简化不少我们的加密处理参考使用publicstaticvoidmain(String[]args)throwsGeneralSecurityException,IOException{AeadConfig.register();//1.Generatethekeymateri......
  • [原创]通过代码及流程图说明Google在Android上的Push机制的实现
    [color=red][b]声明:如果您要转载,请事先征得本人的同意后方可并且请您附上原文链接.本人保留一切权利.多谢![/b][/color]Google从FroYo版本后引入了C2DM(CloudtoDeviceMessaging)框架:[url]http://code.google.com/android/c2dm/index.html[/url......
  • Google Java编程风格指南
    作者:Hawstein目录前言源文件基础源文件结构格式命名约定编程实践Javadoc后记前言这份文档是GoogleJava编程风格规范的完整定义。当且仅当一个Java源文件符合此文档中的规则,我们才认为它符合Google的Java编程风格。与其它的编程风格指南一样,这里所讨论的不仅仅是编码格......
  • Angular Google Charts教程_编程入门自学教程_菜鸟教程-免费教程分享
    教程简介GoogleCharts是一个纯粹的基于JavaScript的图表库,旨在通过添加交互式图表功能来增强Web应用程序.它支持各种图表.在Chrome,Firefox,Safari,InternetExplorer(IE)等标准浏览器中使用SVG绘制图表.在传统的IE6中,VML用于绘制图形.AngularGoogleCharts是一个基于开源角度......
  • LangChain入门(二)-通过 Google 搜索并返回答案
    GitHub-liaokongVFX/LangChain-Chinese-Getting-Started-Guide:LangChain的中文入门教程LangChain的中文入门教程.ContributetoliaokongVFX/LangChain-Chinese-Getting-Started-GuidedevelopmentbycreatinganaccountonGitHub.https://github.com/liaokongVFX/LangCh......