Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 709 Bytes

File metadata and controls

19 lines (15 loc) · 709 Bytes

TODO

Learning should be reproducable

To make reproducable learnings, i define goals and then reduce them to step by step items until reaching the learn goal. These step by step items should be MECE complete.

ToDo list with complexity (c) and effort (e) to spend from 1 to 10

  • Deploy a complex docker application to AWS with Kubernetes (c:10, e:4) ** With less interaction with AWS GUI ** Docker application with 3 containers
  • Connect angular to django backend (c:4, e:2) ** Configure http requests ** Proxy requests to backend ** Display data in table ** Create forms for create, modify and delete
  • Use react as alternative of angular (c:8, e:8) ** Create react frontend ** Use Alva for prototype