@@ -1644,3 +1644,26 @@ Security is a broad topic. Unless you have considerable experience, a security
*[Security guide for developers](https://github.com/FallibleInc/security-guide-for-developers)
*[OWASP top ten](https://www.owasp.org/index.php/OWASP_Top_Ten_Cheat_Sheet)
## Appendix
You'll sometimes be asked to do 'back-of-the-envelope' estimates. For example, you might need to determine how long it will take to generate 100 image thumbnails from disk or how much memory a data structure will take. The **Powers of two table** and **Latency numbers every programmer should know** are handy references.