DEV Community

Discussion on: What are some side project suggestions?

Collapse
 
richytong profile image
Richard Tong

I remember doing a search engine for youtube video metadata as a takehome project once. That project was perhaps my first exposure to inverted indexes, and made me a believer in project-based learning. Turns out inverted indexes are like real indexes but for words; you'll develop super human intuition on database indexes by doing a project like this. Also I found the project, if you're curious

github.com/richytong/yvmt