Articles

  • SQL Murder Mystery: A beautifully crafted SQL exercise modeled as a whodunnit mystery.
  • Neural Network Zoo: A cheat sheet of neural network architectures. Incidentally, makes for a great poster.
  • Coding Horrors: A collection of truly cringeworthy real-world code snippets.
  • Joel on Software: Joel Spolsky’s Blog (creator of Stack Overflow and Trello)

Miscellaneous

  • Dawson’s first law of computing: O(n^2) is the sweet spot of badly scaling algorithms: fast enough to make it into production, but slow enough to make things fall down once it gets there