[](https://hackmd.io/NZb85X2IRKekiLpUYxTqDg)
# CSS Team Meetup
### Meetup 1: October 11 2020
### MOM
- Discussed on few ideas and common issues
- Healthy discussion around Database and code refactoring
- Everyone agreed to come up with a problem statement before next meet
- Yet to decide on the time and frequency of this tech talks.
- Yet to decide on the collaboration tool
- Overall had a very good start
- We discussed about learning new algorithms that can help with our day to day work. For eg: Bloom Filters [ https://yourbasic.org/algorithms/bloom-filter/ ]
### Meetup 2: TBD
| User | Topic | Reference |
| ------ | --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Siraj | TBD | TBD |
| Peroli | Architecture | How would you build a simple collaborative editor? Something like Google Docs without all the advanced editing controls. To start with more than one person must be able to edit a document at the same time. Let's talk about the backend and frontend tech-stack and design considerations. We can then create an API and see how it feels. There are more usecases for this like distributed databases, online bidding, chats etc. |
| Vishy | Problem Solving | Could a software system generate trivia/polls based on a knowledge source available? Data extraction and provide a set of questions with multiple options. <br><br> I did some research and found a reference: http://www.semantic-web-journal.net/content/clover-quiz-trivia-game-powered-dbpedia-0 |