Task Management API
Simple RESTful API for a Task Management CRUD under development...
Hello, I'm Ronaldo Silva
I'm a Java Backend developer focused on performance, clean architecture, and delivering value. Driven by the constant desire to learn and improve.
public class Developer {
private String name;
private String focus;
private boolean readyToGrow;
public Developer() {
this.name = "Ronaldo Silva";
this.focus = "Java Backend";
this.readyToGrow = true;
}
public void code() {
// Always learning, always coding
System.out.println("Hello World!");
}
}
Specializing in the Java ecosystem (Spring Boot, Hibernate, Jakarta EE). Passionate about understanding how things work "under the hood".
Not just writing code, but evolving as a professional. Constant studies, personal projects, and analysis of best practices make up my daily routine.
Commitment to quality and deadlines. I view each bug as a learning opportunity and each challenge as an opportunity.
Simple RESTful API for a Task Management CRUD under development...
Simple CSV file validator with Java with CLI (Command Line Interface).
Available for new opportunities. If you're looking for someone dedicated and passionate about Java, contact me!