public static Person characteristics(){
Person leviatan = Person.builder()
.name("Nicolas Cabrera Serrano")
.country("Colombia")
.education("Systems and Computer Engineering")
.specializations(List.of(
"Full-Stack Web Developer",
"DevOps & Cloud Enthusiast"
))
.hobbies(List.of(
"Music",
"Literature",
"Gaming",
"Gym",
"D&D"
))
.build();
System.out.println("""
Challenge: Building scalable systems, automating workflows...
Oh create the T-800
""");
return leviatan;
}
Systems and Computer Engineering student from Colombia.
💻 Full-Stack Developer:
Passionate about designing and building web applications using
modern frontend and backend technologies.
Focused on developing scalable, maintainable and efficient solutions,
always applying software engineering best practices.
⚙️ DevOps Enthusiast:
Currently learning infrastructure automation, CI/CD pipelines,
containerization and cloud-native technologies.
Working with Linux, Git and Docker while exploring Kubernetes,
AWS and modern DevOps practices.
📊 Future Data Analyst:
Expanding my knowledge in SQL, Python and data visualization
to transform raw information into meaningful insights.
Interested in Business Intelligence, Analytics and Data Engineering.




