Skip to content

Latest commit

 

History

History
144 lines (124 loc) · 8.41 KB

README.md

File metadata and controls

144 lines (124 loc) · 8.41 KB

Software Engineering Notes


Web Developer Roadmap

Books

Practice writing small programs

Fix bugs in open source projects

Study relational databases

Practice building web apps from scratch

Practice answering system design questions

Algorithms

Massive Open Online Courses (MOOCs)

Code Examples

Interviewing

Principles

  • Law of Demeter, or principle of least knowledge:
    • Don't talk to strangers.
    • Only talk to your closest friends.
    • Know as little as possible about others.

License

Released as open source software under the terms of the ISC License.