Skip to content
View senthilece01's full-sized avatar
😍
Full Stack Developer | AI Automation
😍
Full Stack Developer | AI Automation

Block or report senthilece01

Report abuse

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

Report abuse
senthilece01/README.md

Hi πŸ‘‹, I'm Senthilkumar

Full-Stack Developer | iOS | Android | Flutter | Next JS | React JS | Node JS | AI Automation | Tailwind CSS | Firebase | AWS

πŸ› οΈ Skills and Tools

  • Languages: Dart, Java, Kotlin, Swift, JavaScript, SQL
  • Frameworks & Tools: Flutter, React, Next.js, Node.js, Firebase, Postman, Figma, VS Code, Android Studio, Xcode
  • State Management: Bloc, Provider, Redux, GetX
  • Styling & UI: Tailwind CSS, HTML5, CSS3
  • Databases: SQLite, Mongoose, SQL
  • Version Control: Git, GitHub, GitLab, Bitbucket
  • Other: RESTful APIs, Team Leadership, Agile, CI/CD

🌐 Connect with Me:

LinkedIn X

πŸ–₯ Tech Stack:

Flutter Dart Swift Kotlin HTML5 CSS3 React Next.js Mongoose Tailwind CSS Firebase Figma Postman SQL SQLite RESTful APIs NodeJS

πŸ”₯ Top Languages

Top Langs

πŸ“ˆ Contribution Graph

Your Contributions

Pinned Loading

  1. Flutter_AI_Health_Assistant Flutter_AI_Health_Assistant Public

    Experience the power of AI in healthcare! Ask any health-related questions.

    Objective-C

  2. Merge Sort Algorithm: It contains a ... Merge Sort Algorithm: It contains a simple and efficient implementation of the Merge Sort algorithm using the Dart programming language. Merge Sort is a classic divide-and-conquer algorithm known for its stable O(n log n) time complexity, making it highly suitable for large datasets.
    1
    int step=1;
    2
    void main() {
    3
      List<int> list = [8,7,6,5,4,3,2,1];
    4
    //   print("Given Array is :\n" + list.toString());
    5
      List<int> sortedList = mergeSort(list, "call by main      ");
  3. HackerRank-SQL-Advanced-Skills-Certification-Test HackerRank-SQL-Advanced-Skills-Certification-Test Public

    HackerRank MySQL challenge solution in the MySQL Advanced Track

    1

  4. MusixMatchClone MusixMatchClone Public

    Objective-C

  5. SKNumberPad SKNumberPad Public

    Custom NumberPad

    Dart 18 5

  6. SKOnboardingScreen SKOnboardingScreen Public

    Onboarding Screen

    Dart 31 24