Continuous Integration

CI is the practice of merging all developer working copies to a shared branch of a file tree and are immediately tested. The main aim of CI is to provide rapid feedback and detect errors in the code and be corrected as soon as possible, preventing integration problems(integration hell). In XP(extreme programming), CI was intended […]

Read more "Continuous Integration"

ReactJS

What is ReactJS? ReactJS it’s a JavaScript library created by Facebook and Instagram that allows you to build components to render the HTML  data and it’s considered to be the V in MVC. You can pass data to the component, if the data changes it redraws the changed data automatically so you don’t have to update […]

Read more "ReactJS"