The Tech News Daily (TND) project creates a minimal website that shows you the latest published articles from a list of tech blog.
We can divide the project in three main parts:
- The News Poller: periodically listening to feeds and updating the feed database.
- The News Endpoint: an API exposing the news ordered by latest.
- The News Website: a lightweight website showing the latest news.
It is made using Apache Camel, Quarkus and Angular. Read more about it here.
Currently, the poller listen to feeds from:
- Engineering@AirBnB
- AWS
- BigData@Amazon
- BlaBlaCar
- Engineering@BlackRock
- Codemotion Magazine
- Engineering@DataBricks
- GitHub
- Google AI
- Engineering@Lyft
- Tech@Trivago
- Engineering@Meta
- Tech@Netflix
- OpenAI
- Research@Spotify
- Engineering@Spotify
If you wanto to add support to a new blog open an issue/send a pull request.