Docker allows you to package an application with all of its dependencies into a standardized unit for software development.
Junit, Karma, Jasmine. These are just few items from the list. The software product we deliver at the end of the day goes through a very long testing process-chain. If you are courious, how we test our software, follow the link below.
Jenkins is an open source continuous integration and continuous delivery tool that allows you to build and test your software continuously as changes are being made to the source code. It can also automate the deployment process.
An issue tracking system is an application that allows an organisation to record and follow the progress of every problem or “issue” that a user identifies until the problem is resolved.
Upsource is a code review tool that understands your code. Code review is systematic examination of source code. It is intended to find mistakes overlooked in the initial development phase, improving the overall quality of software.
A source control system helps keep track of our application source code. Source control systems can manage multiple copies and make changes without destroying previous versions of our project.
Page last updated: