Skip to content

kyletolle/dbs_and_devs_talk

Repository files navigation

Databases and Developers

Slides for my databases and developers talk given at Metis - Chicago on December 1, 2017.

The slides were generated with markdown_to_reveal.

This talk is based on reveal.js.

Installation

  • Clone this talk
    $ git clone https://github.com/kyletolle/dbs_and_devs_talk.git

Just viewing

You can view the entire presentation by opening the index.html file.

$ open index.html

Full setup for making changes

  1. Install Node.js

  2. Install Grunt

  3. Navigate to the folder

    $ cd dbs_and_devs_talk
  4. Install dependencies

    $ npm install
  5. Serve the presentation and monitor source files for changes

    $ grunt serve
  6. Open http://localhost:8000 to view your presentation

    You can change the port by using grunt serve --port 8001.

PDF Export

Note: I've included a PDF version of the talk at dbs_and_devs_talk.pdf.

Presentations can be exported to PDF via a special print stylesheet. This feature requires that you use Google Chrome or Chromium. Here's an example of an exported presentation that's been uploaded to SlideShare: http://www.slideshare.net/hakimel/revealjs-300.

  1. Open your presentation with print-pdf included anywhere in the query string. This triggers the default index HTML to load the PDF print stylesheet (css/print/pdf.css). You can test this with lab.hakim.se/reveal-js?print-pdf.
  2. Open the in-browser print dialog (CMD+P).
  3. Change the Destination setting to Save as PDF.
  4. Change the Layout to Landscape.
  5. Change the Margins to None.
  6. Click Save.

Chrome Print Settings

License

MIT licensed

Reveal.js copyright (C) 2015 Hakim El Hattab, http://hakim.se GIFs are copyright their owners

About

Slides for my dbs and devs talk given at Metis - Chicago on December 1, 2017.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published