Skip to content

nathanalderson/enneagram-for-engineers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Enneagram For Engineers

This project contains slide for my conference talk on the Enneagram for Engineers.

References

The various links and resources mentioned in the talk are replicated here for easy reference:

Credits

  • The various versions of the enneagram circle throughout this presentation are my own derivatives of an image from Wikimedia Commons which is public domain. I also release my derivatives as public domain.
  • The Supa Hot Fire gif on the "You mean like Myers-Briggs?" slide is a meme widely available on the internet.
  • The Haskell Logo on the same slide is my own derivative of an image from Wikimedia Commons which is public domain. I also release my derivative as public domain.
  • The image of the seven with wings is from Enneagram Girl and is used by permission.

Running the Presentation

The presentation is built with impress.js. The main presentation is in templates/index.html.

To run the presentation, you'll need python and flask. The easiest way is to install python and then create a virtual environment:

virtualenv venv
source venv/bin/activate
pip install flask

Then start the presentation with:

FLASK_APP=app.py flask run

Now open a browser to http://localhost:5000/.

About

My "Enneagram for Engineers" conference talk

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published