Giter VIP home page Giter VIP logo

slinm's Introduction

Seven languages in 90 minutes

Is it possible to show 7 languages in a 90 minutes presentation? In this session, I will give that a try.

Presentation

I'm below average when it comes to typing. When typing in front of an audience, it's even worse.

Since I don't want to bore my audience, I'm going to use git commits as slides. For this, I'm introducing two new git aliases: git next and git prev.

To start the presentation: git checkout demo-start To move to the next step : git next To move one step back : git prev

To configure these aliases, run these scripts: git config --global alias.next '!git checkout git rev-list HEAD..master | tail -1' git config --global alias.prev 'checkout HEAD^' for moving within a specific branch: git config alias.next-j '!git checkout . && git checkout git rev-list HEAD..java | tail -1' git config alias.next-c '!git checkout . && git checkout git rev-list HEAD..csharp | tail -1' git config alias.next-e '!git checkout . && git checkout git rev-list HEAD..elixir | tail -1' git config alias.next-f '!git checkout . && git checkout git rev-list HEAD..fsharp | tail -1' git config alias.next-js '!git checkout . && git checkout git rev-list HEAD..javascript | tail -1' git config alias.next-r '!git checkout . && git checkout git rev-list HEAD..ruby | tail -1' git config alias.next-s '!git checkout . && git checkout git rev-list HEAD..scala | tail -1'

Source: http://www.jayway.com/2015/03/30/using-git-commits-to-drive-a-live-coding-session/

slinm's People

Contributors

joachimmaes avatar michelgrootjans avatar tcoopman avatar

Stargazers

 avatar  avatar  avatar

Watchers

 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.