Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yegor256/ssd16
16 lectures about "Software Systems Design" presented in Innopolis University in 2021 for 3rd year BSc students
https://github.com/yegor256/ssd16
academic latex lecture-notes lectures slides
Last synced: 2 days ago
JSON representation
16 lectures about "Software Systems Design" presented in Innopolis University in 2021 for 3rd year BSc students
- Host: GitHub
- URL: https://github.com/yegor256/ssd16
- Owner: yegor256
- License: mit
- Created: 2021-08-14T12:16:38.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-12-03T17:48:37.000Z (about 1 month ago)
- Last Synced: 2025-01-02T08:12:11.889Z (9 days ago)
- Topics: academic, latex, lecture-notes, lectures, slides
- Language: TeX
- Homepage: https://yegor256.github.io/ssd16/
- Size: 92.9 MB
- Stars: 62
- Watchers: 5
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[![latexmk](https://github.com/yegor256/ssd16/actions/workflows/latexmk.yml/badge.svg?branch=master)](https://github.com/yegor256/ssd16/actions/workflows/latexmk.yml)
There are slides for my lectures about Software Systems Design,
which were presented to 3rd year BSc students at [Innopolis University](https://innopolis.university/)
in 2021. Videos are in
[this YouTube playlist](https://www.youtube.com/playlist?list=PLaIsQH4uc08woJKRAA7mmjs9fU0jeKjjM).
All compiled slide decks in PDF are [here](https://yegor256.github.io/ssd16/).To compile everything just run (I use my own LaTeX packages, incl.
[ppt-slides](https://ctan.org/pkg/ppt-slides),
[crumbs](https://ctan.org/pkg/crumbs),
and
[clicks](https://ctan.org/pkg/clicks)):```bash
$ make
```To clean everything up, do:
```
$ make clean
```You need to have
[LaTeX](https://en.wikipedia.org/wiki/LaTeX),
[`aspell`](http://aspell.net/),
[`texsc`](https://rubygems.org/gems/texsc),
and
[`texqc`](https://rubygems.org/gems/texqc)
installed.**Disclaimer**: All visual and text materials presented in
this slidedeck are either originally made by the author or taken from public
Internet sources, such as website. Copyright belongs to their respected
authors.