V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
nov11
V2EX  ›  求职

求个后端开发的工作

  •  
  •   nov11 · 2018-05-01 19:59:46 +08:00 · 6378 次点击
    这是一个创建于 2186 天前的主题,其中的信息可能已经有所发展或是发生改变。

    求个后端开发的工作。 如果是公用组件 /平台 /基础设施,那再好不过了。个人感觉 C++比 Java 靠谱,这两个语言都会用。 工作经验:1 年 Java 后端

    • C++:
    1. CMU 15-445 一个简单的 Storage Engine, 包括 Buffer pool / b-tree index / 2PL & Deadlock Prevention/ WAL & Redo recovery https://github.com/Nov11/15-445
    2. BitCask 实现 https://github.com/Nov11/bitcask
    3. elf reader 支持 32bit / 64bit elf 文件 输出 segment/section 和对应关系 https://github.com/Nov11/elf-reader
    4. tinyNL ‘ one loop per thread Reactor model ’ 网络库 https://github.com/Nov11/tinyNL
    5. 刷题 leetcode/lintcode https://github.com/Nov11/lintcode https://github.com/Nov11/leetcode
    6. 初步的 OS 支持分页,地址对等映射 https://github.com/Nov11/osdev
    7. 行情文件处理, 这俩是面试要求写的 https://github.com/Nov11/yz https://github.com/Nov11/profiling_on_cpp_maps
    8. CUDA 三角形计数加速 https://github.com/Nov11/tri
    • Java:
    1. UC Berkeley CS186 SimpleDB 与 CMU 15-445 互补 selinger-style join optimizer/page level locking/first-writer-wins concurrency control/txn level lock granting https://github.com/Nov11/cs186-2013
    2. JSON 语法检查(C/Java) https://github.com/Nov11/toypasrer
    3. 用 netty 做的聊天服务 https://github.com/Nov11/chatter
    • Golang:
    1. CMU 15-440 分布式系统 https://github.com/Nov11/15-440-2016 Proj1:C/S 广播 Proj2:UDP 上的可靠连接(超时重发,心跳,带滑动窗口)
    2. MIT 6.824 分布式系统 Lab1:MapReduce 和 Lab2:RAFT leader election/replication https://github.com/Nov11/6.824
    • 其它:
    1. CMakeLists.txt for redis 4.0.2 这是给 Clion 用的 https://github.com/Nov11/redis-4.0.2-with-cmakelist-for-reading-code-in-clion

    2. gRPC on Windows C++ service/ PHP client https://github.com/Nov11/windows_grpc https://github.com/Nov11/windows_php_grpc

    3. 书上的例子 Boost ASIO :https://github.com/Nov11/boost_tutorial_examples(C++) Netty in action: https://github.com/Nov11/netty-in-action(Java) Head First Design Pattern: https://github.com/Nov11/HFDP(Java) 《 Understanding MySQL Internals 》 示例从 5.1 移植到 5.5 https://github.com/Nov11/mysql5.5.59

    4. 给 peloton 提的 pull request: https://github.com/cmu-db/peloton/pull/1322 https://github.com/cmu-db/peloton/pull/1321 https://github.com/cmu-db/peloton/pull/1271 https://github.com/cmu-db/peloton/pull/1251

    第 1 条附言  ·  2018-05-02 10:40:08 +08:00
    邮箱:529079634 AT qq DOT com
    16 条回复    2018-07-03 15:11:18 +08:00
    pannz
        1
    pannz  
       2018-05-01 23:35:25 +08:00
    楼主留个联系方式啊,或者简历发到 [email protected] 内推走一波
    cynics
        2
    cynics  
       2018-05-01 23:48:10 +08:00 via iPhone
    留个联系方式吧
    xxxy
        3
    xxxy  
       2018-05-02 09:29:23 +08:00
    楼主 github 竟然全绿,佩服
    zhngnmng
        4
    zhngnmng  
       2018-05-02 09:42:07 +08:00 via iPhone
    厉害!
    davinci
        5
    davinci  
       2018-05-02 11:46:24 +08:00
    我觉得把这些大学的课后作业解答放到 github 上不大好吧。一般来说,课程开始的时候都会明确要求学生不要把课后 project 的解答放到网上。现在那些北美 CS 名校的很多课程的课后作业都开始不对外公布,需要学生账号才能登陆
    davinci
        6
    davinci  
       2018-05-02 11:48:55 +08:00
    不过感觉楼主还是挺厉害的,这些课程的作业难度都挺大的
    nov11
        7
    nov11  
    OP
       2018-05-02 15:47:51 +08:00
    @davinci 近期的比如 15-445,我开始做 project1 的时候这门课几乎要结束了。youtube 上有这门课的视频,教授说过抄袭检查会查 github 的,不要侥幸。一来时间上不允许,我开始的晚,二来被抓抄袭是要开除的,应该不会有人抄。剩下那些都是往年的课程,比如 2013 年的。cmu 挺开放的,好多课程都把 project 放到 github 上。好像 15-462 还有个代码库是官方答案。coursera 和 edx 是有明确要求,说不让贴代码的。
    wssy921
        8
    wssy921  
       2018-05-02 15:57:02 +08:00
    感觉美国的大学生确实是在学习,github 基本每天都有提交。国内的是每天都要打游戏,哈哈
    nov11
        9
    nov11  
    OP
       2018-05-03 11:01:47 +08:00
    @cynics 529079634 AT qq DOT com
    mogami18
        10
    mogami18  
       2018-05-04 21:44:45 +08:00
    CMU 的 co-op 楼主需要了解一下
    nov11
        11
    nov11  
    OP
       2018-05-05 23:56:46 +08:00
    @mogami18 不明白,能解释一下吗?只查到了 Cooperative Education Program,你是说这个吗?
    Zhihu
        12
    Zhihu  
       2018-05-07 01:57:46 +08:00
    对知乎感兴趣的话,可发简历到 [email protected] ,谢谢。
    SKYNE
        13
    SKYNE  
       2018-05-12 17:32:16 +08:00
    好厉害,真的全绿。敬仰敬仰
    liruisp
        14
    liruisp  
       2018-05-16 11:10:22 +08:00
    看到 Berkeley 和 Storage Engine 就激动了,这么对口的人也比较难找了,已经邮件了你,也可以联系我 liruiruili.li@huawei.com; wechat:1250433
    muren115
        15
    muren115  
       2018-06-07 11:04:14 +08:00
    找到合适坑了吗? Face++提供深度学习平台或云服务产品后端坑位,还在寻机会的话简历可以发到 [email protected]
    blook
        16
    blook  
       2018-07-03 15:11:18 +08:00
    对城市地方有要求么?山东淄博欢迎你。。。
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   5482 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 28ms · UTC 01:37 · PVG 09:37 · LAX 18:37 · JFK 21:37
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.