I'm building https://linklonk.com - a news aggregator that prioritizes content from sources (RSS and other user channels) that you upvoted before.
The server part is written in Golang (sqlc, pgx, gorilla/mux) and I think server development is a great fit to learn Golang.
I want to expand the idea of personalized ranking ("others also liked") from content feed to group decision making. Basically, let a group member delegate their vote to other members that voted like them in the past.
The server part is written in Golang (sqlc, pgx, gorilla/mux) and I think server development is a great fit to learn Golang.
I want to expand the idea of personalized ranking ("others also liked") from content feed to group decision making. Basically, let a group member delegate their vote to other members that voted like them in the past.