Skip to content

Latest commit

 

History

History
167 lines (146 loc) · 8.65 KB

File metadata and controls

167 lines (146 loc) · 8.65 KB

Fortana's Engineering Reading/Exercise List

Hello Fortana engineers! Make your own branch (with your name) in this repo and check things off as you read/do them. If you want to add, or remove, or replace, or add observations to something, submit a PR against master.

This list should change as the company changes. We should talk about things on this list!

Quick Reads

Frontend

Backend

Databases

Algorithms and Performance

Web Security (CORS, SOP, CSRF, XSS)

Testing

General

Courses

Books

  • The Mythical Man Month (Fred Brooks)
  • Symbols, Signals and Noise (J.R. Pierce)
  • Sets, Functions, and Logic (Keith Devlin)
    • sets, logic, number theory, problem-solving
  • How to Prove It (Daniel J. Velleman)
    • deeper dive into sets, logic, number theory and problem-solving
  • Don't Make Me Think (Steve Krug)
    • a classic on product design and UX