I'm Jorge Padilla, Senior software engineer with a passion for coding. Highly interested in Clean Code, SOLID, Domain Driven Design, best practices and Software Design. Always reading about the latest trends: I like to stay updated and to keep improving my skills!
var mySkills = allSkillsOfTheWorld.stream()
.map(Skill::getOwner)
.filter("Jorge"::equals)
.collect(Collectors.toSet());
System.out.println(mySkills);
// this prints ["Java", "Kotlin", "Spring", "SOLID", "DDD", "KISS", "CleanCode" and more!]
π