Skip to content
View AmanDesai10's full-sized avatar
  • Halifax, Nova Scotia, Canada

Highlights

  • Pro
Block or Report

Block or report AmanDesai10

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
AmanDesai10/README.md

Hello World! I'm Aman Desai

Software Developer, Cloud Enthusiast

AmanDesai10 amandesai10

AmanDesaiFacts

  • Graduate Student at Dalhousie University pursuing Master of Applied Computer Science.

  • AWS Certified Cloud Practitioner (CLF - C02)

  • 💻 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 aman.desai@dal.ca

🛠️ Skills

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"));
  }
}

 AmanDesai10

AmanDesai10

AmanDesai10

Pinned

  1. Indian-Sign-Language-Recognition Indian-Sign-Language-Recognition Public

    Developed a gesture recognition system for Indian Sign Language (ISL) using Convolutional Neural Networks. Designed to bridge communication gaps between the hearing impaired and normal individuals,…

    Python 5 2

  2. Smart-Home-App Smart-Home-App Public

    A smart home application for smart devices to connect and manage them. Currently configured for ESP module.

    Dart 4 1

  3. BookAStay BookAStay Public

    BookAStay is a user-friendly web platform addressing the challenge of finding the perfect hotel amidst numerous options. Developed to enhance the hotel booking process for leisure and business trav…

    JavaScript

  4. CareBridge CareBridge Public

    Mobile app connecting elderly and family. Features fall detection, daily reminders, volunteer booking. For fall detection, the application leverages the gyroscope and accelerometer sensors and base…

    Kotlin

  5. LostAndFound LostAndFound Public

    A web application made using React and SpringBoot, streamlining lost item reporting and claiming securely. It integrates geospatial queries for precise item searches and an in-app chat for communic…

    JavaScript

  6. Revisions-cft-stack Revisions-cft-stack Public

    Revisions is a web app simplifying change log management for software projects. Users create organizations and can post detailed logs. Each organization has a unique subdomain for easy sharing. Dep…

    TypeScript