"You do not need to be a programmer, you don’t have to know how to code at all!" is where it all started. Google Code-in ( GCI ) As its name suggests, is an annual programming competition hosted by Google that allows students to complete tasks specified by various open-source organizations. the organization which I chose was - OpenMRS. What is OpenMRS? OpenMRS is both a software and a community. It serves as a medical record system (EMR) which is designed for developing countries. OpenMRS follows a principle that information should be stored in a way that makes it easy to summarize and analyze. If you are interested in learning more about the OpenMRS community, you may go here and know more about it. If one would ask me to define OpenMRS in one line, it would be "we write code for humans first and then computers." as their main motto is to save lives. My interactions in OpenMRS My interaction with OpenMRS has been like a beautiful jou
In Simple Terminology, Spring Boot = Spring Framework + Embedded HTTP Servers – XML / annotations. Here we don’t need to write any XML Configuration. (the reason it has been subtracted in the above explanation.) So firstly, I am going to talk about some benefits of using spring boot over Plain Spring. 1. It is easier to develop Spring Based applications with Java or Groovy. 2. It reduces lots of development time and increases productivity. 3. It avoids writing lots of boilerplate Code. 4. It is easier to integrate Spring Boot Application with its Spring Ecosystem. 5. It provides Embedded HTTP servers. 6. It provides a lot of options to work with embedded and in-memory Databases. The costs that would be uncured to switch to spring boot in OpenMRS, are – · Since we do not have to write the XML configuration in Spring Boot, there would be no value of the XML and a few annotations written using Spring. · The spring boot will reduce the length of th