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

Block or report senthilece01

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
senthilece01/README.md
Typing SVG

Portfolio LinkedIn X Email


πŸ§‘β€πŸ’» About Me

const senthilkumar = {
  role: "Senior Software Engineer β†’ Full-Stack + AI Engineer",
  experience: "11+ years",
  currentFocus: ["AI Agents", "MCP Servers", "Claude Code", "n8n Automation"],
  expertise: ["Flutter", "Next.js", "React", "Node.js", "iOS", "Android"],
  certifiedBy: ["Anthropic (Claude Code, Claude 101, Anthropic API)", "Google (PM, Agile)"],
  communities: ["GDG Chennai", "Chennai Hackfest 2026", "Namma Flutter Devcon"],
  hireable: () => true,
};

πŸ€– AI & Automation Stack

Currently building intelligent agents, agentic workflows, and AI-powered applications.

Claude MCP n8n Gemini OpenAI Vercel AI


πŸ›  Tech Stack

Mobile

Flutter Dart Swift Kotlin

Web & Backend

Next.js React Node.js TypeScript Tailwind CSS

Cloud, DB & DevOps

Firebase AWS Docker Vercel MongoDB SQLite

State Management & Tools

Redux Bloc GetX GitHub Actions Figma Postman


πŸ… Certifications

Badge Issuer Certificate
πŸ€– Claude with the Anthropic API Anthropic Verify
πŸ€– Claude Code in Action Anthropic Verify
πŸ€– Claude 101 Anthropic Verify
πŸ“Š Google Project Management Google Verify
⚑ Agile Project Management Google Verify
🧩 Problem Solving (Intermediate) HackerRank Verify

πŸ“Œ Featured Projects

Project Stack Description
AI Health Assistant Flutter Β· Gemini API Β· GetX Conversational health AI with symptom chat & wellness tracking
Leave Management System Next.js Β· TypeScript Β· Redux Β· shadcn/ui Full-stack HR portal with role-based leave approval
SKAlertDialog Flutter Β· Dart Highly customizable alert dialog Flutter package
SKNumberPad Flutter Β· CustomPainter Animated PIN/OTP number pad widget
SKOnboardingScreen Flutter Β· Bloc Β· AWS S3 Flexible onboarding screen Flutter package

πŸ“Š GitHub Stats

Senthilkumar's GitHub Stats

Top Languages

Contribution Graph


πŸ“¬ Open to AI-first product roles, freelance, and open source collaboration

Portfolio

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