Skip to content

Instantly share code, notes, and snippets.

@karuppiah7890
Last active October 19, 2022 03:20
Show Gist options
  • Select an option

  • Save karuppiah7890/e14035262bb9cb3a62c4db64c38ec728 to your computer and use it in GitHub Desktop.

Select an option

Save karuppiah7890/e14035262bb9cb3a62c4db64c38ec728 to your computer and use it in GitHub Desktop.

Revisions

  1. karuppiah7890 revised this gist Oct 19, 2022. 1 changed file with 4 additions and 2 deletions.
    6 changes: 4 additions & 2 deletions learning-databases.md
    Original 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
    - 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 behind the scenes of the database
    - 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)
  2. karuppiah7890 renamed this gist Oct 18, 2022. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  3. karuppiah7890 created this gist Oct 18, 2022.
    22 changes: 22 additions & 0 deletions gistfile1.txt
    Original 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