Wiki Spaces
Documentation
Projects
Resources
Get Help from Others
Q&A: Ask OpenMRS
Discussion: OpenMRS Talk
Real-Time: IRC Chat | Slack
We have collected some online resources for learning how to code or how to write better code. We hope you will find them useful too We encourage you to explore them!
Please add to this page if you find a great tutorial that has helped you or resources that cover subjects that we did not list.
TODO -
JavaScript (JS) is what we use when developing our user interfaces. For example, you can find in https://github.com/openmrs/openmrs-core, we use JS to make the OpenMRS installation wizard dynamic. You can find some more in https://github.com/openmrs/openmrs-module-legacyui, where the older OpenMRS user interface is built in JavaScript.
TODO -
ReactJS is a popular Javascript framework (out of many out there) and it is one of the frameworks used by some of our Open Web Apps in OpenMRS and also http://bahmni.org/. Make sure to that the module/project you will be working on is using ReactJS (and or Redux) before diving into these tutorials because it might also use another JS framework.
Books
We put https://www.freecodecamp.org/ in its own category since they offer very extensive courses that require more time to go through. freecodecamp is definitely worth the effort. They have different tracks such as