@Getters
@Setters
@NoArgsConstructor
public class Developer{
private String name;
private String country;
private String role;
private String company;
private String sayHi(){
return "Thanks for visit my profile, you will find interesting projects and learn many thigs"
}
}
public static void main(String args[]){
Developer developer = new Developer();
developer.setName("Bryam Vega");
developer.setCountry("Ecuador");
developer.setRole("Sr Java Developer");
developer.setCompany("Globant");
develop.sayHi();
}
I am a Software Developer with experience in the area of development and data science.At the same time I have worked and leaded high impact projects that help to improve customer processes. Also I work such as backend developer with programming languages such as Java, Python and Javascript
.
I consider myself a charismatic person, easy to get along with and always willing to give my best to get the best results. There are no limits to achieve your goals
.
π» β Currently work like Sr. Java Developer at Globant
β¨οΈ β My favorite languages are: Java and python
πΊοΈ β I speak: Spanish and English
ππ» β Enjoy to do programming and sharing knowledge
β€οΈ β Love to writing code and learning new patters, standars programming
ποΈ β In my free time love play soccer and play music
π§ β Reach me anytime: vegabryam40@gmail.com
Programming Languages:
Cloud Platforms:
DevOps technologies and tools:
- Hexagonal Architecture: Unraveling the Magic of Software Development
- Breaking Free: A Personalized Defense Strategy for OPTIONS and HEAD Requests in Spring Boot
- Precision and accuracy: Discovering the importance of BigDecimal in numerical operations