• Stars
    star
    365
  • Rank 114,214 (Top 3 %)
  • Language
    HTML
  • License
    Other
  • Created over 5 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Presentations for programming courses

Slides for programming courses

This is a collection of slides for programming courses, created from markdown sources.

See http://marko-knoebl.github.io/slides for the slides.

The presentations are standalone HTML files that can be downloaded and viewed offline.

Build process

To build from the sources:

  • clone this repository
  • run npm ci (to install dependencies from package-lock.json)
  • run npm run build

This process starts with sections/index.json and recursively includes materials

It creates output in the docs folder

Technical details, writing your own

The slides in this repository are created from markdown sources via rehype-slides

If you want to create your own presentations, see rehype-slides-starter

Philosophy

These materials are organized so that relevant and generic content is prioritized

principles applied in these slides:

  • Cover the most important aspects first, dive deeper later
    • do sensible exercises as early as possible
    • keep details for later or provide references for self-study
  • Prioritize general priniples that can be applied elsewhere (e.g. focus on "SQL basics" instead of "SQL in Python")

More Repositories

1

ng-jsonresume

Angular directive for displaying resumes from JSON data
HTML
27
star
2

rehype-slides

unified plugin to create HTML slides (usually from markdown)
JavaScript
18
star
3

courses-code

Code from programming courses
Jupyter Notebook
14
star
4

rehype-slides-starter

Starter template for rehype-slides presentations
JavaScript
10
star
5

marko-knoebl.github.io

HTML
9
star
6

courses-exercises

Exercises for programming courses
Python
7
star
7

cc-course-web

Web module of the "berufsbegleitend" course
JavaScript
4
star
8

kubos

web-based 3D modelling and printing
JavaScript
3
star
9

rehype-inline

A rehype / unified plugin that inlines assets like CSS, JavaScript and images into rehype trees
JavaScript
2
star
10

karuga-jsonresume

jsonresume file for Marko Knรถbl
JavaScript
2
star
11

cc-react-components

JavaScript
2
star
12

todolist-rest-mongodb

a rest API service that connects to a mongodb database in the background
JavaScript
1
star
13

cc-mini-calendar

mini calendar which shows appointments in a linear way underneath each other
JavaScript
1
star
14

todo-app-react-ts-hooks

Demo Todo application built with React, TypeScript and Hooks - for use in React courses
TypeScript
1
star
15

python-course

Python
1
star
16

kontobuch

personal finance monitoring tool for Austrian online banking accounts
JavaScript
1
star
17

chess

interactive chess game - intended for teaching js / Angular (not fully functional)
TypeScript
1
star
18

webdev-course-2018

Python
1
star
19

karuga-website

HTML
1
star
20

kubos-server

web-based 3D modelling and printing - server side
Python
1
star
21

python-course-2016-09

Materials for the Python course of September 2016
Python
1
star
22

pythagoras

small learning app for the pythagorean theorem (German)
HTML
1
star
23

webdev-course-2018-04

Smartninja Webdev course starting April 2018
Python
1
star
24

threejs_experiments

1
star
25

chinook-database-json

Chinook Database JSON Data Source
JavaScript
1
star
26

movielist

movielist app for webdev1 course
Python
1
star