README
General Info
The Courses section of this site consists of course materials originally written for undergraduate IT/CS programs held at Danish business academies.
The materials have been used at IBA, Kolding.
To navigate to any particular course, select it on the menu to the left. Then select the concrete content of your interest.
Assignment Submission Rules:
Naming:
- You MUST use restrictive variable naming rules when naming projects, and directories, and consequently repositories
- This means
- one word
- Start with a letter
- The rest must be ‘A-Z’, ‘0-9’ (alphanumeric), or ‘_’ (underscore)
- no underscore sequences, just one)
Submission Workflow
- You MUST submit using
git
. - Create an empty non private repo on one of (https://codeberg.org), (https://gitlab.com), or (https://github.com)
git push
your local repo to your chosen repo servicenode
assignments MUST have the line(s)node_modules/
, and.env
in their.gitignore
filepython
assignments MUST have the line(s)__pycache__/
, and*.py[cod]
in their.gitignore
file- Submit by sending an email to nmla@iba.dk containing
- The words submission
in the subject line - The url(s) of your repo(s) in the body
- Your (full) name
- The words submission
This site is an experimental work in progress. It is built with the hugo static site generator.