程序媛的工作日常,上班第一天我就做这个?!

linwanlu · · 5294 次点击 · 开始浏览    置顶
这是一个创建于 的主题,其中的信息可能已经有所发展或是发生改变。

<p>&nbsp;</p> <p>大家好!</p> <p>本人<br /> 性别:女<br /> 母语:golang<br /> 爱好:电影,运动,做研究<br /> 今天是我入职第一天,hr居然让我做招聘。</p> <p>以下是我用母语写的JD,有兴趣的大佬可以加入一起工作</p> <p>聘Golang工程师(后端、云相关)</p> <p>薪资:30k-70k&middot;14薪</p> <p>坐标杭州&bull;紫金港</p> <p>有兴趣的大佬可以发送简历到我的邮箱:hr@gnlab.com</p> <pre class="line-numbers" style="background-color: rgb(0, 0, 0);"> <code class="language-go">package main import ( b64 "encoding/base64" "reflect" ) func contains(arrayType interface{}, item interface{}) bool { arr := reflect.ValueOf(arrayType) for i := 0; i &lt; arr.Len(); i++ { if arr.Index(i).Interface() == item { return true } } return false } type GolangCandidate struct { goFundamentals, goInAction []string githubRepoStars int yearsOfExperiences int familiarWithWechatEcosystem bool deeplyInvolvedInOpenSource bool deeplyInvolvedInProjectsLikeTikTok bool } type Company struct { name, slogan string } func GnLab() Company { return Company{"光年实验室(GnLab)", "Hacking Everything"} } func (com Company) _scoreCandidate(cand GolangCandidate) int { var score int = 0 if contains(cand.goFundamentals, "并发编程") &amp;&amp; contains(cand.goFundamentals, "并行编程") &amp;&amp; contains(cand.goFundamentals, "任务调度") &amp;&amp; contains(cand.goFundamentals, "垃圾回收") { score += 200 } if cand.yearsOfExperiences &gt;= 2 { score += cand.yearsOfExperiences * 10 } if contains(cand.goInAction, "链路追踪") { score += 100 } if contains(cand.goInAction, "分布式缓存") { score += 100 } if contains(cand.goInAction, "消息队列") { score += 100 } if cand.githubRepoStars &gt; 500 { score += 200 } if cand.familiarWithWechatEcosystem { score += 50 } if cand.deeplyInvolvedInProjectsLikeTikTok { score += 200 } if cand.deeplyInvolvedInOpenSource { score += 100 } return score } func (com Company) willConsiderHiring(cand GolangCandidate) bool { return com._scoreCandidate(cand) &gt;= 450 } func (com Company) benefitsPackage() string { b, _ := b64.StdEncoding.DecodeString( "MHgwMC4g5YWt6Zmp5LiA6YeRCjB4MDEuIDk1NQoweDAyLiDmnJ" + "/mnYPlpKfnpLzljIUKMHgwMy4g5YWo6aKd5YWs56ev6YeRCg==", ) return string(b) } func main() { // // gnlab := GnLab() // cand1 := GolangCandidate{ // []string{"并发编程", "并行编程", "任务调度", "垃圾回收"}, // []string{"链路追踪"}, // 500, // 6, // true, // true, // false, // } // fmt.Println(gnlab.benefitsPackage()) // fmt.Println(gnlab._scoreCandidate(cand1)) }</code></pre> <p>&nbsp;</p> <p>&nbsp;</p> <p>-----------------------------------------------------------</p> <p><u><strong>我们公司是做什么的</strong></u></p> <h3><strong>&ldquo;光年实验室&rdquo;是一家研究流量增长的公司,专门研究&ldquo;用技术和数据驱动流量增长&rdquo;,有比较多的流量黑科技。是携程、阿里云、阅文集团、好未来、水滴筹、微拍堂、有赞、完美日记、SHEIN、360等50多家大中型互联网公司的流量增长顾问。完美日记的私域流量也是光年在做顾问和系统支持。 创始人拥有近20年的流量增长经验,对国内和国外的流量生态都非常熟悉。曾经担任阿里巴巴增长部门负责人。</strong></h3> <h3><strong>网址: <a href="https://gnlab.com/">https://gnlab.com/</a></strong></h3> <p>&nbsp;</p> <p>有兴趣的大佬,可以扫下面的二维码</p> <p><img alt="" class="line-numbers" height="396" src="https://pica.zhimg.com/80/v2-d30586286192c12abb72101bdc38b924_1440w.jpg" style="background-color:#000000" width="396" /></p> <p><img alt="" class="line-numbers" src="https://work.weixin.qq.com/ct/wcdec31b79cf451872165635808767c68219" style="background-color:#000000" /><img alt="" class="line-numbers" src="https://work.weixin.qq.com/ct/wcdec31b79cf451872165635808767c68219" style="background-color:#000000" /></p> <p><u><strong>【推荐大礼包】</strong></u></p> <h3><u><strong>推荐朋友入职成功可得2000元,转正成功再得3000元</strong></u></h3> <p>&nbsp;</p> <p><br /> &nbsp;</p>

有疑问加站长微信联系(非本文作者)

入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889

5294 次点击  ∙  7 赞  
加入收藏 微博
20 回复  |  直到 2021-12-13 13:47:41
暂无回复
添加一条新回复 (您需要 登录 后才能回复 没有账号 ?)
  • 请尽量让自己的回复能够对别人有帮助
  • 支持 Markdown 格式, **粗体**、~~删除线~~、`单行代码`
  • 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
  • 图片支持拖拽、截图粘贴等方式上传