Skip to content

Instantly share code, notes, and snippets.

@frank-dspeed
Created August 2, 2022 06:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save frank-dspeed/1cf2f6e535362cbbe3cd669960b398a0 to your computer and use it in GitHub Desktop.
Save frank-dspeed/1cf2f6e535362cbbe3cd669960b398a0 to your computer and use it in GitHub Desktop.
How to record a coding video

This are Advices

  • Code the application and test it
  • Record nothing at present
  • When you got enough code to copy paste it from left to right screen then
  • start a fresh project and record how you copy paste commented code parts.
  • this way you can condense video length and offer more well tought of knowleg.
    • while your missing failures maybe but you can avoid that via a lot of commits.
      • this even more advanced documents your progress! consider auto commit on save!
      • and later on merge reduce that but keep that branch for history and replay!
  • Add Automated tests while coding and Imrpove overall developers.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment