Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 795 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 795 Bytes

Knowledge

All the (un)useful stuff I learn along the way.

Why this?

Stats & homepage

Knowledge stats page

After every commit and every day at 00:00am UTC the statistics of my learnings are automatically aggregated and recalculated via a GitHub Actions pipeline. Some extracts of this calculation are then displayed on the extremely raw minimal homepage

To run the stats locally for the last 90 days, cd into the directory of this repo and run:

go run _repoUtils/main.go

You will need to have Go installed on your machine for that to work.