Skip to content

Teaching web development

Teaching Tools

  • Eclipse Che
    • Provide all students with a running learner environment.
    • Allow them to develop without the need for a regular machine.
    • In a place like South Africa, all they will need is a basic terminal or laptop.
    • Everyone who wants to learn web development should have a computer/laptop available.
    • Will use the browser as the tool of choice for learning development.
    • Setting up with docker toolbox on Mac OS X
      • be sure to run eval "$(docker-machine env default)"
      • docker run -it –rm -v /var/run/docker.sock:/var/run/docker.sock -v /Users/johan/Projects/eclispseChe/data:/data eclipse/che start
      • Got it to work on docker toolbox
  • Cloud9 - In the cloud IDE tool. Free basic workspace.

Online Resources

Curriculum

SCORM Tools

  • eXe - SCORM Tool

LMS Tools

LMS Tools Commercial

Create interactive lessons

  • Oppia - build interactive lessons.

Learn Programming with Python

Teaching notes

  • Revise often
    • Restructured text for material (markdown)
    • Sphinx (for documentation) (MkDocs)
    • Store in Git
    • Read The Docs - documentation generator

Other tools

Free hosting for html sites

Custom modules

Github Education


Last update: April 13, 2020 16:50:19