Category: Dev

  • GIT

    GIT

    We gonna to see how to create a branch , add a file, change a file, make a commit, merge the branch and delete the branch all this with Git on github. First we check if we are on Main branch with : then we create a branch called feature_1 with then we change to…

  • Spring + Rest Api + SupaBase + Postman

    I created a project that insert on PostgreSQL table Pato through Api rest of Spring. First i download the project from Spring Initializr i created the java class Pato : Then i created PatoControler after i created a interface to extends CrudRepository I had to add dependencies to pom.xml i had to add the connection…