Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1020 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 1020 Bytes

Gram Cards

Cards that will make you a better developer.

Gram cards is a collection of smart phrases from smart people about software engineering. Print, cut, shuffle, put them on your table, and take random cards daily as a reminder. Software engineering is a mess, but it shouldn't be. Make the world a better place.

All pages are A4 SVG images generated with svg.py. So, you can scale and modify them as you want. And if you have a laser cutter, you can also automate cutting them out.

Example of generated card:

example

Download

Download the cards from the releases page.

Build from source

git clone https://github.com/orsinium-labs/gram-cards.git
cd gram-cards
python3 -m pip install svg.py
python3 generate.py

References

Most of the phrases are quotes of the following people:

  • Bob Martin
  • Kent Beck
  • Rob Pike

Thanks to these people for sharing their wisdom.