Skip to content

lzhbrian/Resources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Resources

A curated list of resources I found useful in Software Engineering related field. This list is still in progress

Why

  1. Record useful Tools and Links in my learning
  2. Existing Curated Lists are too lengthy. (e.g. Awesome) Yes, everything they list are important, but most of them are not essential for beginners. If you are a Novice / beginner / Amateur, check this out !

Table of Contents

Tutorials & Docs

Programming Languages

  1. C++

    • Documentation
    • BOOK: C++ Primer
    • BOOK: The C++ Programming Language
  2. Python

  3. R

  4. HTML, CSS, JavaScript, PHP, SQL, ...

  5. Shell

Tools

  1. Git

  2. Regular Expression 正则表达式

  3. CUDA

  4. Latex

  5. Machine Learning

  6. Open source guide

  7. Editor / IDEs:

Coding Style

  1. PEP-8 (Python)
  2. Doxygen (C++)

Choose a Software License?

  1. Simple description of popular software licenses by Paul Miller
    • Drawn a very intuitive picture to help you choose a license.
  2. 如何选择开源许可证? by wadefelix
    • Paul Miller 工作的中文翻译

Platforms & Frameworks

Data Science Contest Platform

Some Web Development Framework I recommend

Wikipedia: Comparison of web frameworks

  1. Django: A python framework, real easy to use with wonderful doc
  2. Yii framework (PHP)
  3. Ruby on Rails

Backend as a Service (BAAS)

MOOCs Learn to code

Online Judge platforms to practice

Find a Job

Job Websites

  1. Company Official Website:
  2. Third Party:
  3. Wechat Subscription (微信公众号):
    • 清华就业 (THUCareerCenter)
    • 职协互联网club (SCDA-InternetClub)
    • 逆行求职 (nixingjihua)
    • Google招聘包打听
    • 应届生求职网订阅号 (yingjiesheng)

Job Forums

Crack a Code Interview

  1. Experience and suggestions

  2. BOOKs:

    • Programming Pearls 编程珠玑
    • 剑指offer
    • 编程之美