Skip to content

quincy/devcon2018-http-clients-presentation

Repository files navigation

HTTP Clients

A survey of URLConnection, Okhttp, and more

This is a presentation I gave during Boise Startup Week at Clearwater Analytics on October 19, 2018.

Viewing The Presentation

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/devcon2018-http-clients-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

Presentation I gave at Clearwater Analytics DevCon 2018

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published