-
Graduate Student at Dalhousie University pursuing Master of Applied Computer Science.
-
💻 Hands-on experience with a diverse range of technologies, including Amazon Web Services (AWS), Google Cloud Platform (GCP), Git VCS, Flutter, Android Native Development using Kotlin, Web development (MERN Stack), SpringBoot, Deep Learning, and Data Visualization.
-
📫 Reach me at [email protected]
public class AmanDesai {
public static void main(String[] args) {
// Mutable Map of Technical Skills (Because I'm always learning and growing!🌱)
Map<String, List<String>> technical_skills = new HashMap<>();
technical_skills.put("Languages", Arrays.asList("Java", "Dart", "Kotlin", "JavaScript", "TypeScript", "HTML", "CSS", "Python", "SQL"));
technical_skills.put("Frameworks", Arrays.asList("Flutter", "SpringBoot", "JUnit", "React", "Express"));
technical_skills.put("Developer Tools", Arrays.asList("Git", "Docker", "Android Studio", "IntelliJ IDEA", "VS Code", "Postman", "Insomnia"));
technical_skills.put("Platforms", Arrays.asList("Amazon Web Services (AWS)", "Google Cloud Platform (GCP)", "GitHub", "GitLab", "Render", "Netlify", "Firebase"));
technical_skills.put("Methodologies", Arrays.asList("SOLID Principles", "Code Smells", "Test-Driven Development", "Agile SDLC"));
}
}