Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yegor256/eqsp

Ensuring Quality in Software Projects: a series of lectures for a few universities
https://github.com/yegor256/eqsp

latex lecture-notes lectures

Last synced: 3 months ago
JSON representation

Ensuring Quality in Software Projects: a series of lectures for a few universities

Awesome Lists containing this project

README

        

[![latexmk](https://github.com/yegor256/eqsp/actions/workflows/latexmk.yml/badge.svg?branch=master)](https://github.com/yegor256/eqsp/actions/workflows/latexmk.yml)

There are slides for my series of lectures for a few universities in Russia.
The series is titled "Ensuring Quality in Software Projects"
All compiled slide decks in PDF are [here](https://yegor256.github.io/eqsp/).

All lectures are video recorded, in this [YouTube playlist](https://www.youtube.com/playlist?list=PLaIsQH4uc08y14wCJMeffS2yErN4QpB8m).

To compile everything just run:

```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.