Last active
October 19, 2022 03:20
-
-
Save karuppiah7890/e14035262bb9cb3a62c4db64c38ec728 to your computer and use it in GitHub Desktop.
Revisions
-
karuppiah7890 revised this gist
Oct 19, 2022 . 1 changed file with 4 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -15,8 +15,10 @@ - Redis has Redis University (Free) - Mongo has MongoDB University (Free) - Cockroach DB has Cockroach Labs and Cockroach University - Contribute to the database code of existing databases - GitHub / GitLab etc for open source repos of Database projects - Help reproduce bugs raised by users - Dig and dive deep into the bugs and feature requests raised by users - Read research papers on topics that happen behind the scenes of a database - Learn and work on and work with different databases. Different types of databases. Different databases of same type too. Understand how their core implementation details change - Build a database from scratch. A replica of an existing database. Or a new database of an existing type (key-value DB, graph DB etc) -
karuppiah7890 renamed this gist
Oct 18, 2022 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
karuppiah7890 created this gist
Oct 18, 2022 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,22 @@ - Write about databases online - blog posts, articles - Answer user queries on - Community Forums, like - StackOverflow - Discourse Forum - Slack - Mailing List forum - Meetup communities - Conferences - Bugs, Issues, Pull Requests, Tickets, Stories etc - GitHub / GitLab / JIRA etc - Talk about databases online - podcasts, videos (Spotify, YouTube etc) - Learn something related to databases every day and try to teach it by talking about it - Checkout tutorials on the database, and many great places (free and paid) to learn Mongo - Redis has Redis University (Free) - Mongo has MongoDB University (Free) - Cockroach DB has Cockroach Labs and Cockroach University - Contribute to the database code - GitHub / GitLab etc for open source repos of Database projects - Help reproduce bugs raised by users - Dig and dive deep into the bugs and feature requests raised by users - Read research papers on topics behind the scenes of the database