Skip to content

nobitagit/knowledge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.