Skip to content

Developing skills

MOHIT GUPTA edited this page Oct 20, 2023 · 2 revisions

In general, it's easier to contribute to the Oppia codebase if you have some knowledge of git, as well as at least one of Kotlin or Android. You don't need to know all of this before you start, though! Many of our contributors have picked these skills up concurrently while tackling their first issues.

That said, we strongly recommend that you be open to learning new things. If you need to brush up on some of the technologies used in Oppia, here are some resources that may help:

  • Git and Github are used to make changes to the repository, so it's good to know how to use them to do basic stuff like branching, merging, pulling, pushing, and committing.
    • For beginners:
      • Learning Branching Git helps explain how git works. Try the levels below:
        • Levels 1, 2, and 3 from the Introduction sequence.
        • Levels 1, 2, 3, 4, 5, and 6 from Push and Pull Git Remotes.
      • Introduction to GitHub covers how to use GitHub.
    • More advanced:
  • Kotlin is used for Android in oppia. You can learn the basics of kotlin from Udacity -- Kotlin bootcamp for programmers by Google.
  • Learn the basics of android to understand the project structure and the libraries that are used in most common apps from the Udacity -- Developing Android Apps with Kotlin course.
  • To learn the advanced topics like Dependency Injection and Testing in Android check out Udacity -- Advanced Android with Kotlin course.

All the learning resources mentioned are free. If you find a useful learning resource that isn't listed here, please add it to help other new contributors!

Clone this wiki locally