/knowledge

Nulla dies sine linea

Primary LanguageGo

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. Some extracts of this are then displayed on the 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.