General Approach

Posted on
  • Keep it as simple as possible, given the subject matter.
  • Follow the minimum security guidelines you would expect of production code.
  • Write tests as appropriate, especially end to end tests.
  • Give access to all the source code.
  • Write a CICD pipeline and give access to all configuration for it
  • Document mistakes and dead ends so that others understand how the sausage really gets made.
  • Try to give an honest estimate of how long this actually takes.
  • Create a reference section at the end of each post.