public class Pau {
private String name = "Pau";
private String role = "Developer";
private String[] learning = {"Programming fundamentals", "Clean code secrets"};
private String motto = "Experiment, fail, learn — coding style";
private String funFact = "My IDE is a spaceship 🚀";
private String curiousAbout = "New tech";
private String contact = "pauetisdev@gmail.com";
@Override
public String toString() {
return "Hi! I'm " + name + ", a " + role + " who believes in: " + motto;
}
}
Popular repositories Loading
-
-
petclinic-api-testing
petclinic-api-testing PublicTest d'automatització de l'API REST de Spring PetClinic utilitzant Postman i Newman. Inclou el cicle CRUD complet (POST, GET, PUT, DELETE) amb encadenament de variables i dades dinàmiques (Faker).
Java 1
-
Joc-de-la-Oca
Joc-de-la-Oca PublicJava implementation of the classic Catalan Goose Game with OOP. Players, dice and special squares.
Java
-
Calculator-Project-Unit-Testing-with-JUnit-5
Calculator-Project-Unit-Testing-with-JUnit-5 PublicJava Calculator | Test with JUnit 5, measure coverage with JaCoCo, and check test strength with PIT.
Java
-
awesome-chatgpt-prompts
awesome-chatgpt-prompts PublicForked from f/prompts.chat
This repo includes ChatGPT prompt curation to use ChatGPT and other LLM tools better.
JavaScript
-
If the problem persists, check the GitHub status page or contact support.