The presentation was minimal, included some code snippets and was super easy to follow. Appears that it was put together all in Markdown, using a very popular open source tool (which I was not aware of): sli.dev. Highly recommend it for folks who make technical presentations.

p.s in the same space, someone also recommended https://revealjs.com/

  • Deebster@infosec.pub
    link
    fedilink
    English
    arrow-up
    16
    ·
    4 hours ago

    I’ve never used either so I looked them up; https://htmldecks.com/blog/slidev-vs-revealjs-2025.html says

    Reveal.js is a JavaScript framework where you write HTML. It gives you maximum control, works without a build step (for simple decks), and has a decade of battle-testing. It’s the jQuery of presentation frameworks — not trendy, but reliable.

    Slidev is a Vite-powered tool where you write Markdown. It gives you a modern developer experience with hot reload, Vue component support, and opinionated defaults that get you to a finished deck faster. It’s the Vite of presentation tools — fast, modern, delightful.

    Anyone have any first-hand opinions?

    • BestBouclettes@jlai.lu
      link
      fedilink
      English
      arrow-up
      9
      arrow-down
      1
      ·
      edit-2
      4 hours ago

      Revealjs is pretty amazing, especially coupled with pandoc. You write markdown and you get slides that you can personalize.

      It’s been my to go method for slides for almost a decade now