Git Product home page Git Product logo

ardeim's Introduction

(Ar)chitecture, (De)sign, (Im)plementation - Learn System Design by Doing

This is an effort to build awareness about system design, using a real life use case, narrated in the form of toons.

Note:

To run a local installation & changes:

npm install && bower install
grunt serve

Dependencies

Bower
Grunt
Reveal.JS - https://github.com/hakimel/reveal.js
Stripthis - www.kesiev.com/stripthis/

To export prez. to pdf using decktape

Follow instructions from https://github.com/astefanutti/decktape

  1. Directly calling decktape (after a "grunt serve")
    decktape -s 1280x720 automatic http://localhost:8000/ ardeim.22.09.2017.2.pdf

  2. Using the docker version of decktape (perfect output with clear alignments & themes)
    Note: 20.04.2018 - decktape v 2.7.0 docker image works well - the latest version of the docker image fails in creating the pdf
    ./reveal.ex2pdf.sh "$PWD" "$HOME:$HOME" "index.html"

    docker run --name revealdt -v "%cd%:/slides" astefanutti/decktape:2.7.0 automatic "https://sundarsrd.github.io/ardeim/ardeim.v5.html" "ardeim.v5.pdf"

    docker run --name revealdt --rm -t -v "%cd%:/slides" astefanutti/decktape:2.7.0 -s 1280x720 automatic "https://sundarsrd.github.io/ardeim/ardeim.v5.html" "ardeim.v5.pdf"

  3. Using pdf export from the browser (easiest, but could have blank slides in between)
    http://localhost:8000/?print-pdf&showNotes=true
    http://localhost:8000/?print-pdf

ardeim's People

Contributors

sundarsrd avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.