
Danilo Silva
I'm Senior software engineer with Java expertise. Well suited to good practices and agile methodologies, I try to progressively learn new technologies, to build products in their best version.
Education
PUC Minas
Work
Senior Software Enginner at Java Tech


Six Year Club
This badge celebrates the longevity of those who have been a registered member of the DEV Community for at least six years.


Writing Debut
Awarded for writing and sharing your first DEV post! Continue sharing your work to earn the 4 Week Writing Streak Badge.


Five Year Club
This badge celebrates the longevity of those who have been a registered member of the DEV Community for at least five years.


Four Year Club
This badge celebrates the longevity of those who have been a registered member of the DEV Community for at least four years.


Three Year Club
This badge celebrates the longevity of those who have been a registered member of the DEV Community for at least three years.


Two Year Club
This badge celebrates the longevity of those who have been a registered member of the DEV Community for at least two years.


One Year Club
This badge celebrates the longevity of those who have been a registered member of the DEV Community for at least one year.
GitHub Repositories
advanced-streams-collectors-optional
The Stream API and the Collectors are two new additions to the JDK in Java 8 that allow the efficient processing of data using the map / filter / reduce approach. It brings many new patterns on the table, and ways to extend them. I learned how to connect streams to non-standard sources of data, how to build streams on other streams. The notion of Optional, introduced to handle the reduction of empty streams was also shown on advanced data processing patterns. And at last, collectors were shown, basic patterns first then advanced ones, where we build our own custom collector.
Java
currency-transaction
Simple, fast and reactive application to convert values between all currencies.
Java
Skills/Languages
Java, Kotlin, Spring Framework, Quarkus, GIT, Maven, Gradle, Docker, Kubernetes, Angular, React, Javascript, Typescript.
Currently learning
DDD, Clean architecture, Advanced Best Patterns and Data Structure