Skip to content

This is the repository for a presentation I gave at DevCon 2020.

License

Notifications You must be signed in to change notification settings

quincy/testcontainers-presentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unit Testing Interactions With External Services

Quincy Bowers

AppDetex

This is a presentation I gave at DevCon on October 23, 2020.

Viewing The Presentation

You can view the recorded presentation from DevCon 2020 on Youtube.

This presentation is written in Markdown format and is intended to be presented using the reveal-md tool.

Installation

$ npm install -g reveal-md

Usage

You can start up the reveal-md Web server and start presenting with the following command.

$ git clone https://github.com/quincy/devcon2020-testcontainers-presentation.git
$ cd presentation
$ reveal-md slides.md --css style.css

Alternatively, you can also export the presentation to a static HTML site like this:

$ cd presentation
$ reveal-md slides.md --css style.css --static site
$ firefox site/index.html

...or to a PDF file like this:

$ cd presentation
$ reveal-md slides.md --css style.css --print slides.pdf

About

This is the repository for a presentation I gave at DevCon 2020.

Topics

Resources

License

Stars

Watchers

Forks