...

/

Versioning with Maven, NodeJS, and Other Build Tools

Versioning with Maven, NodeJS, and Other Build Tools

This lesson discusses how to implement versioning using other build tools such as Maven and NodeJS.

Chances are that your applications are not written in Go. Even if some are, that’s probably not the case with all of them. You might have applications written in Java, NodeJS, Python, Ruby, or a myriad of other languages. You might be using Maven, Gradle, or any other build and packaging tool. What should you do in that case? ...