Skip to content

jub0bs/talks

Repository files navigation

Talks

Running the slideshows online

Simply click on the link of interest below.

Disclaimer: some images may not load; you may need to run the slides locally instead.

2024

2023

2022

Running the slides locally

You can run the slideshows on your machine after following a few simple steps:

  1. If you haven't already installed Go on your machine, do so by following the official installation instructions.

  2. Important: make sure that the directory where Go installs binaries is in your PATH environment variable. The directory in question is usually given by the following command:

    go env GOBIN
  3. Install the present tool:

    go install golang.org/x/tools/cmd/present@latest
  4. Clone this repository and cd into the folder containing the slideshow of interest, e.g.

    git clone https://github.com/jub0bs/talks
    cd talks/2023/06/functional-options
  5. Run the present tool:

    present

    The output should contain some local URL (like http://127.0.0.1:3999).

  6. Visit the URL from step 5 in your browser, then click on main.slide to start the slideshow.

About

No description, website, or topics provided.

Resources

License

Stars

2 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages