dcermak / monolith-vs-swarm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Monolith versus The Swarm

This repository contains the slides for the presentation “The Monolith versus The Swarm” held at Flock 2023.

You can find the rendered slides here: dcermak.github.io/monolith-vs-swarm.

Building the slides

You can create the html slides yourself from within Emacs by opening the ./monolith-vs-swarm.org file, launching org-mode and executing (require 'ox-reveal) (you might have to install ox-reveal beforehand). Then export the org file to reveal.js (this is by default bound to the keychord C-c C-e R R).

If you are not a Emacs user, then just install Emacs and execute:

emacs monolith-vs-swarm.org -Q --batch -l export-init.el -f org-reveal-export-to-html --kill

About

License:Creative Commons Attribution Share Alike 4.0 International


Languages

Language:Emacs Lisp 50.2%Language:CSS 27.0%Language:HTML 22.8%