Gradle – an object-oriented build tool.Alternatives to GRADLE: ANT, MAVEN. Gradle is an object-oriented build automation tool (compile, package and deploy your application). It provides sensible defaults by using convention-over-configuration. Gradle is an open source project and it is licensed under the Apache License. With Gradle you can automate theContinue Reading

I defined what is SQL in this post, but what’s the deal with CRUD acronym? It is mainly used in computer programming and stands from create read update delete, the main four basic operations you can perform against a database. Depending on the preferences of each developer, CRUD is also spelledContinue Reading