Skip to content

Latest commit

 

History

History
 
 

1-Beginner

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

1. Beginner

  • Personal Skills
    • [Learn to Debug](Personal-Skills/01-Learn To Debug.md)
    • [How to Debug by Splitting the Problem Space](Personal-Skills/02-How to Debug by Splitting the Problem Space.md)
    • [How to Remove an Error](Personal-Skills/03-How to Remove an Error.md)
    • [How to Debug Using a Log](Personal-Skills/04-How to Debug Using a Log.md)
    • [How to Understand Performance Problems](Personal-Skills/05-How to Understand Performance Problems.md)
    • [How to Fix Performance Problems](Personal-Skills/06-How to Fix Performance Problems.md)
    • [How to Optimize Loops](Personal-Skills/07-How to Optimize Loops.md)
    • [How to Deal with I/O Expense](Personal-Skills/08-How to Deal with IO Expense.md)
    • [How to Manage Memory](Personal-Skills/09-How to Manage Memory.md)
    • [How to Deal with Intermittent Bugs](Personal-Skills/10-How to Deal with Intermittent Bugs.md)
    • [How to Learn Design Skills](Personal-Skills/11-How to Learn Design Skills.md)
    • [How to Conduct Experiments](Personal-Skills/12-How to Conduct Experiments.md)
  • Team Skills
    • [Why Estimation is Important](Team-Skills/01-Why Estimation is Important.md)
    • [How to Estimate Programming Time](Team-Skills/02-How to Estimate Programming Time.md)
    • [How to Find Out Information](Team-Skills/03-How to Find Out Information.md)
    • [How to Utilize People as Information Sources](Team-Skills/04-How to Utilize People as Information Sources.md)
    • [How to Document Wisely](Team-Skills/05-How to Document Wisely.md)
    • [How to Work with Poor Code](Team-Skills/06-How to Work with Poor Code.md)
    • [How to Use Source Code Control](Team-Skills/07-How to Use Source Code Control.md)
    • [How to Unit Test](Team-Skills/08-How to Unit Test.md)
    • [Take Breaks when Stumped](Team-Skills/09-Take Breaks when Stumped.md)
    • [How to Recognize When to Go Home](Team-Skills/10-How to Recognize When to Go Home.md)
    • [How to Deal with Difficult People](Team-Skills/11-How to Deal with Difficult People.md)