{"id":18664520,"url":"https://github.com/lzhbrian/resources","last_synced_at":"2026-01-30T09:12:38.788Z","repository":{"id":117431694,"uuid":"82392675","full_name":"lzhbrian/Resources","owner":"lzhbrian","description":"A curated list of resources in Software Engineering related field","archived":false,"fork":false,"pushed_at":"2017-06-24T17:18:35.000Z","size":13,"stargazers_count":9,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-18T05:13:28.808Z","etag":null,"topics":["coding","curated-list","datascience","forum","interview","job","learning","platforms","resources","software","software-developer","software-engineer","software-engineering","tutorial","websites","wechat"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lzhbrian.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-02-18T14:37:06.000Z","updated_at":"2024-12-04T11:58:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"796edc73-c399-44d9-885b-183c6371f5fb","html_url":"https://github.com/lzhbrian/Resources","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lzhbrian%2FResources","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lzhbrian%2FResources/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lzhbrian%2FResources/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lzhbrian%2FResources/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lzhbrian","download_url":"https://codeload.github.com/lzhbrian/Resources/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lzhbrian%2FResources/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":258751482,"owners_count":22751920,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["coding","curated-list","datascience","forum","interview","job","learning","platforms","resources","software","software-developer","software-engineer","software-engineering","tutorial","websites","wechat"],"created_at":"2024-11-07T08:23:52.080Z","updated_at":"2026-01-30T09:12:38.742Z","avatar_url":"https://github.com/lzhbrian.png","language":null,"readme":"# Resources\n\nA curated list of resources I found useful in Software Engineering related field.\nThis list is still in progress\n\n\n\n# Why\n\n1. Record useful Tools and Links in my learning\n2. Existing Curated Lists are too __lengthy__. (e.g. [Awesome](https://github.com/sindresorhus/awesome))\n   Yes, everything they list are important, but most of them are not essential for beginners.\n   If you are a Novice / beginner / Amateur, check this out !\n\n\n\n\n# Table of Contents\n\n* [Tutorials \u0026 Docs](#tutorials--docs)\n   * [Programming Languages](#programming-languages)\n   * [Tools](#tools)\n   * [Coding Style](#coding-style)\n   * [Choose a Software License?](#choose-a-software-license)\n* [Platforms \u0026amp; Frameworks](#platforms--frameworks)\n   * [Data Science Contest Platform](#data-science-contest-platform)\n   * [Some Web Development Framework I recommend](#some-web-development-framework-i-recommend)\n   * [Backend as a Service (BAAS)](#backend-as-a-service-baas)\n   * [MOOCs Learn to code](#moocs-learn-to-code)\n   * [Online Judge platforms to practice](#online-judge-platforms-to-practice)\n* [Find a Job](#find-a-job)\n   * [Job Websites](#job-websites)\n   * [Job Forums](#job-forums)\n   * [Crack a Code Interview](#crack-a-code-interview)\n\n\n\n\n# Tutorials \u0026 Docs\n\n## Programming Languages\n\n1. C++\n   - [Documentation](http://www.cplusplus.com)\n   - BOOK: C++ Primer\n   - BOOK: The C++ Programming Language\n\n2. Python\n   - [Documentation](https://docs.python.org/2.7/)\n   - [廖雪峰的python教程](http://www.liaoxuefeng.com/wiki/001374738125095c955c1e6d8bb493182103fac9270762a000) by [Michael Liao](https://github.com/michaelliao) - Strongly recommend\n   - [Jupyter Notebook](https://jupyter.org/) (MUST-HAVE)\n     - [nbExtensions](https://github.com/ipython-contrib/jupyter_contrib_nbextensions): e.g. TOC\n     - [nbExtension Configurator](https://github.com/Jupyter-contrib/jupyter_nbextensions_configurator)\n\n3. R\n   - [R語言翻轉教室](http://datascienceandr.org) by [Wush Wu](https://github.com/wush978) - Strongly recommend\n   - [RStudio](https://www.rstudio.com): A handy R IDE\n\n4. HTML, CSS, JavaScript, PHP, SQL, ...\n\n   * [W3Schools](https://www.w3schools.com)\n   * [W3school (Chinese)](http://www.w3school.com.cn)\n\n5. Shell\n\n   - [鳥哥的 Linux 私房菜](http://linux.vbird.org) - Strongly recommend\n\n## Tools\n\n1. Git\n   - [廖雪峰的git教程](http://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000) by [Michael Liao](https://github.com/michaelliao) - Strongly recommend\n   - [Github Guides](https://guides.github.com/activities/hello-world/)\n2. Regular Expression 正则表达式\n   * [正则表达式30分钟入门教程](http://deerchao.net/tutorials/regex/regex.htm) by [deerchao](http://deerchao.net)\n   * [RegExr](http://regexr.com): Marv platfrom to test your Regular expression\n3. CUDA\n   * [Official Toolkit Documentation](http://docs.nvidia.com/cuda/index.html)\n   * [Official Programming Guide](http://docs.nvidia.com/cuda/cuda-c-programming-guide/index.html)\n   * [Udacity CS344](https://www.udacity.com/wiki/cs344)\n4. Latex\n\n   * [Latex Tutorial](https://www.latex-tutorial.com/tutorials/)\n   * [Latex 中文模版收集](https://github.com/DeathKing/LaTeX-Template-Cn)\n   * Edit online and collaborate\n     * [Overleaf](https://www.overleaf.com/)\n     * [ShareLaTex](https://www.sharelatex.com/)\n5. Machine Learning\n   * BOOK: [周志华 - 机器学习](https://cs.nju.edu.cn/zhouzh/zhouzh.files/publication/MLbook2016.htm) - Stronly recommend\n   * [Machine Learning Coursera](https://www.coursera.org/learn/machine-learning) by [Andrew Ng](http://www.andrewng.org)\n6. Open source guide\n\n   * [opensource.guide](https://opensource.guide) by [github](https://github.com/github/opensource.guide)\n   * [How to Contribute to an Open Source Project on GitHub](https://egghead.io/courses/how-to-contribute-to-an-open-source-project-on-github)\n7. Editor / IDEs:\n   * Editors I strongly recommend:\n     * [Sublime](https://www.sublimetext.com/)\n     * [Atom](https://atom.io/)\n     * [Visual Studio Code](https://code.visualstudio.com/)\n   * IDEs:\n     * [Visual Studio](https://www.visualstudio.com/) - for Windows, Mac(just released)\n     * [Xcode](https://developer.apple.com/xcode/) - for Mac\n     * [JetBrains series](https://www.jetbrains.com/products.html?fromMenu) - Students can use for free\n   * Coding in shell\n     * [Vim](http://www.vim.org/)\n     * [Emacs](http://www.gnuemacs.org/)\n\n\n## Coding Style\n\n1. [PEP-8](https://www.python.org/dev/peps/pep-0008/) (Python)\n2. [Doxygen](http://www.doxygen.nl) (C++)\n\n\n\n\n## Choose a Software License?\n\n1. [Simple description of popular software licenses](http://paulmillr.com/posts/simple-description-of-popular-software-licenses/) by [Paul Miller](http://paulmillr.com/posts/simple-description-of-popular-software-licenses/)\n   - Drawn a __very intuitive picture__ to help you choose a license.\n2. [如何选择开源许可证?](http://blog.csdn.net/wadefelix/article/details/6384317) by [wadefelix](http://blog.csdn.net/wadefelix)\n   - Paul Miller 工作的中文翻译\n\n\n\n\n# Platforms \u0026 Frameworks\n\n## Data Science Contest Platform\n\n* [Kaggle](https://www.kaggle.com)\n* [Tianchi 天池](https://tianchi.shuju.aliyun.com)\n* [Biendata](https://biendata.com)\n* [DataHack](https://datahack.analyticsvidhya.com/contest/all/)\n\n\n\n\n## Some Web Development Framework I recommend\n\n[Wikipedia: Comparison of web frameworks](https://en.wikipedia.org/wiki/Comparison_of_web_frameworks#PHP)\n\n1. [Django](https://www.djangoproject.com): A python framework, real easy to use with wonderful doc\n   - [Documentation: Django Book](http://djangobook.com)\n   - [Django Book (Chinese)](http://djangobook.py3k.cn) [Django Book (Chinese)](http://djangobook-cn.readthedocs.io/en/latest/)\n2. [Yii framework](http://www.yiiframework.com) (PHP)\n3. [Ruby on Rails](http://rubyonrails.org)\n   - [RailsGuides 中文指南](http://guides.ruby-china.org)\n\n\n\n\n## Backend as a Service (BAAS)\n\n* [LeanCloud](https://leancloud.cn)\n* [Bmob](http://www.bmob.cn)\n* [MaxLeap](https://maxleap.cn/s/web/zh_cn/index.html)\n* [Arrownck](http://docs.arrownock.com)\n* [Parse](http://parseplatform.org) - No longer in service\n\n\n\n\n## MOOCs Learn to code\n\n* [Udemy](https://www.udemy.com)\n* [Khan Academy](https://www.khanacademy.org)\n* [Codecademy](https://www.codecademy.com)\n* [Cousera](https://www.coursera.org)\n* [Udacity](https://www.udacity.com)\n\n\n\n\n## Online Judge platforms to practice\n\n* [Leetcode](http://www.leetcode.com)\n* [Lintcode](http://www.lintcode.com)\n* [hihoCoder](http://www.hihocoder.com)\n* [HackerRank](https://www.hackerrank.com/)\n* [Google Kickstart (CodeJam)](https://code.google.com/codejam/kickstart)\n* [Nowcode 牛客网](https://www.nowcoder.com)\n\n\n\n\n# Find a Job\n\n## Job Websites\n\n1. Company Official Website:\n   - [Google Career](http://careers.google.com)\n   - [Microsoft: Join MS](http://joinms.com/cn_c/index.html) , [MSRA 微软亚研院](http://www.msra.cn/zh-cn/jobs/interns/internopenings.aspx)\n   - [Tencent 腾讯](http://join.qq.com)\n   - [Baidu Talent 百度](http://talent.baidu.com/external/baidu/index.html#/)\n   - [Alibaba 阿里巴巴](https://campus.alibaba.com/index.htm)\n   - [Morgan Stanley](http://www.morganstanley.com/people-opportunities/students-graduates)\n   - [Yahoo](https://tas-yahoo.taleo.net/careersection/yahoo_global_cs/jobsearch.ftl)\n   - [IBM](http://www.ibmcampus.com)\n   - [DiDi Research 滴滴研究院](http://research.xiaojukeji.com/trainee.html)\n   - [Apple in China](http://apple.51job.com/campus/corporate.html)\n   - [Trend Micro](http://trendmicro.zhiye.com/Intern)\n   - [Sogou](http://campus.sogou.com/)\n2. Third Party:\n   * [中华英才网](http://www.chinahr.com/beijing/)\n   * [实习僧](http://www.shixiseng.com)\n   * [大街网](https://www.dajie.com/)\n   * [Linkedin 领英](https://www.linkedin.com)\n   * [Chitu app 赤兔](https://www.chitu.cn)\n3. Wechat Subscription (微信公众号):\n   * 清华就业 (THUCareerCenter)\n   * 职协互联网club (SCDA-InternetClub)\n   * 逆行求职 (nixingjihua)\n   * Google招聘包打听\n   * 应届生求职网订阅号 (yingjiesheng)\n\n\n\n\n## Job Forums\n\n- [Glassdoor](https://www.glassdoor.com): Many interview experience and salary information\n- [看准网](http://www.kanzhun.com)\n- [应届生论坛](http://bbs.yingjiesheng.com/forum.php?gid=848): Many companies' HR (e.g. Microsoft) answer questions here.\n- [北大未名BBS - 实习(Intern)版](https://bbs.pku.edu.cn/v2/thread.php?bid=896)\n\n  ​\n\n\n## Crack a Code Interview\n\n1. Experience and suggestions\n\n   - [Google Interview University](https://github.com/jwasham/google-interview-university) by [jwasham](https://github.com/jwasham)\n   - [Companies hiring without white boards](https://github.com/poteto/hiring-without-whiteboards) by [poteto](https://github.com/poteto)\n   - [interviews](https://github.com/kdn251/interviews) by [kdn251](https://github.com/kdn251)\n\n2. BOOKs:\n\n   * Programming Pearls 编程珠玑\n   * 剑指offer\n   * 编程之美\n\n   ​\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flzhbrian%2Fresources","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flzhbrian%2Fresources","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flzhbrian%2Fresources/lists"}