Skip to content

smenjas/software-engineering-notes

Repository files navigation

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.