Skip to main content
table of contents
Build Tools
Build tools help with building source code into an executable. In this handbook we will cover the original build tool Make and a common Java build tool, Maven.
Continuous Integration
With deployed applications, continuous integration tools can be used to build and test software projects without having to take down the app from production.
Annotate
System & Tools