Bookmarks & Links

React & Redux

https://www.robinwieruch.de/learn-react-before-using-redux/

  • When not to use redux
  • use a function in setState this.setState((prevState, props) => ...);
  • Make that standalone to be testable

https://medium.com/@dan_abramov/smart-and-dumb-components-7ca2f9a7c7d0

  • Presenter & Container paradigm
  • Presenter: Functional, how things look
  • Container: Stateful, how things work

Go

https://semaphoreci.com/community/tutorials/building-and-testing-a-rest-api-in-go-with-gorilla-mux-and-postgresql

Marketing

https://www.sideprojectchecklist.com/

History

https://acoup.blog/2020/10/09/collections-iron-how-did-they-make-it-part-iva-steel-yourself/


Comments