public class Dev {
private String name, role, skills, stack;
public Dev() {
this.name = "Kevin Mendes"
this.role = "Software Developer";
this.skills = "Web Development, Fullstack Developer, Mobile";
this.stack = "Java, Spring, SQL, React, JavaScript, Dart/Flutter";
}
}
Pinned Loading
-
flutter_crud
flutter_crud PublicUm aplicativo de CRUD (Create, Read, Update, Delete) desenvolvido em Flutter para gerenciar a listagem de funcionários. O aplicativo demonstra o uso de várias tecnologias e conceitos do ecossistema…
C++ 3
-
-
-
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.