Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nobitagit/knowledge
Nulla dies sine linea
https://github.com/nobitagit/knowledge
Last synced: 3 days ago
JSON representation
Nulla dies sine linea
- Host: GitHub
- URL: https://github.com/nobitagit/knowledge
- Owner: nobitagit
- Created: 2019-04-03T14:28:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-01T21:18:33.000Z (27 days ago)
- Last Synced: 2024-12-18T09:09:22.075Z (10 days ago)
- Language: Go
- Homepage: https://nobitagit.github.io/knowledge/
- Size: 17.8 MB
- Stars: 63
- Watchers: 10
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Security: security/JWT.MD
Awesome Lists containing this project
README
# Knowledge
All the (un)useful stuff I learn along the way.
[Why this](https://github.com/RichardLitt/meta-knowledge)?
## Stats & homepage
![Knowledge stats page](https://github.com/nobitagit/knowledge/workflows/Knowledge%20stats%20page/badge.svg)
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](https://github.com/nobitagit/knowledge/actions).
Some extracts of this calculation are then displayed on the extremely ~~raw~~ minimal [homepage](https://nobitagit.github.io/knowledge/)To run the stats locally for the last 90 days, cd into the directory of this repo and run:
```sh
go run _repoUtils/main.go
```You will need to have Go installed on your machine for that to work.