-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: VedantBhosle31 <[email protected]>
- Loading branch information
0 parents
commit da4aead
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Welcome the Software Dev Guild Selections | ||
|
||
## Q1. Make a simple Website that show cares the following features | ||
1. Role based auth (Admin should have ability to change permission) | ||
2. It should use Web Sockets in some feature. | ||
3. The need to use display in memory data base like redis for caching along side the primary database. | ||
4. Use some extrenal Apis. | ||
|
||
Its a open ended Problem use as many as you can of the above points. The creativity of the final submission matters a lot. | ||
|
||
## Q2. | ||
Develop a seamless, integrated platform designed to enhance productivity and collaboration for remote teams. This solution will include key features such as real-time messaging, task management, and collaborative editing of documents and spreadsheets. | ||
Tech Stack: | ||
React.js, Node.js, MongoDB or PostgreSQL, Socket.io | ||
Bonus: `WebRTC` | ||
|
||
## Q3. | ||
Make a App the uses the following features | ||
1. Computer vision | ||
1. QR reading. | ||
2. Photo aliging(like in PDF parsers) | ||
2. WebRTC | ||
3. Video Streaming for a database. | ||
use your creativity to make something the people with like to use. | ||
|