Skip to content
View Suryaprasath-41's full-sized avatar

Block or report Suryaprasath-41

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
Suryaprasath-41/README.md

Hi πŸ‘‹, I'm Suryaprasath P

πŸ’« About Me

Suryaprasath P

πŸŽ“ B.Tech in Computer Science & Business Systems from V.S.B Engineering College

πŸ“ Namakkal, Tamil Nadu, India

πŸš€ I am a passionate Software Engineer and Backend Developer specializing in Java, Spring Boot, and robust database architectures. I build secure, high-performance web applications and design intelligent backend systems.

🌱 Currently Learning: Spring Boot, System Design, REST API Development, and MySQL Query Optimization.

βš’οΈ Tech Stack

β˜• Languages & Frameworks

Languages & Frameworks

βš™οΈ Backend & Databases

Backend & Databases

🎨 Frontend & Design

Frontend & UI

πŸ› οΈ Tools & Environments

Dev Tools

πŸš€ Featured Projects

AI-powered security review scanner for REST APIs checking for OWASP API Security Top 10 vulnerabilities.

  • Automated scans of API specs and routes
  • Generates clear vulnerability reports (Markdown/PDF)
  • Uses Gemini API for automated code reasoning

πŸ—³οΈ Online Voting System

Secure, real-time voting web application with JWT authentication and live tallying.

  • Responsive React dashboard for voters and admins
  • Secure backend authentication and voting logic
  • Real-time results visualization

πŸ’¬ OpenChat

Real-time interactive messaging platform built on optimized relational database schemas.

  • Instant messaging using WebSockets/Polling
  • Normalized database structure for messaging history
  • Session and active user management

πŸ“ Student Feedback System

Portal for educational institutions to collect, analyze, and manage course feedback.

  • Secure portal with CRUD operations for feedback administration
  • Bootstrap-based interface for students
  • Local SQLite configuration for reliable records

πŸ’Ό Experience

MySQL Backend Developer Intern

Focus: Database & Query Performance

  • Designed optimized database schemas and relational models.
  • Wrote and tuned complex SQL queries, improving retrieval speeds.
  • Conducted performance profiling and query optimization.
  • Integrated database layer with backend API endpoints.

Backend Development Intern

Dwinsoft Technologies India Pvt. Ltd.

  • Designed and developed REST APIs using Python backend frameworks.
  • Built database integration with SQL storage layers.
  • Collaborated on backend application architecture and schema design.

πŸ† Competitive Programming & Problem Solving

LeetCode Stats

🧩 Solved Challenges

  • Preferred Language: Java β˜•
  • Core Focus: Data Structures & Algorithms, Problem Solving
  • Profile: leetcode.com/u/Surya3525/

πŸ“Š GitHub Analytics

GitHub Stats Top Languages
GitHub Streak Trophies

Activity Graph

🐍 Contribution Snake

github-snake

🎯 2026 Goals & Current Focus

πŸ“š Learning πŸš€ Building 🎯 Goal
Spring Boot & Microservices Backend APIs Software Engineer Role
React.js & Frontend Dev Full Stack Apps Product-Based Companies
System Design & Architecture AI Security Projects Open Source Contributions
DSA & LeetCode Challenges Secure Applications Strong Problem Solver

πŸ“œ Certifications

  • πŸ… NPTEL – Full Stack Development
  • πŸ… Infosys Springboard – Java Foundation

β˜• The Java Blueprint

public class Developer {
    private String name = "Suryaprasath P";
    private String[] skills = {"Java", "Spring Boot", "REST APIs", "System Design"};
    private boolean passionate = true;
    
    public void code() {
        while (passionate) {
            learnNewTechnologies();
            buildRobustBackend();
            optimizeQueries();
            solveDSAProblems();
        }
    }
    
    private void learnNewTechnologies() { /* Code. Learn. Improve. Repeat. */ }
    private void buildRobustBackend() { /* High scalability & security */ }
    private void optimizeQueries() { /* Indexing & SQL performance */ }
    private void solveDSAProblems() { /* Preferred language: Java */ }
}

πŸ’­ "Code. Learn. Improve. Repeat."

🌐 Connect With Me


⭐ If you like my work, feel free to star my repositories!

Popular repositories Loading

  1. Suryaprasath-41 Suryaprasath-41 Public

    1

  2. Feedback-System Feedback-System Public

    HTML

  3. luminaiq luminaiq Public

    Python

  4. AI-Resume-Insight-System AI-Resume-Insight-System Public

    TypeScript

  5. Online-Voting-System Online-Voting-System Public

    Secure online voting system designed for safe, transparent, and tamper-proof elections. Features user authentication, encrypted voting, real-time results, and admin controls. Built to ensure data i…

    JavaScript

  6. Smart-Road-Finder Smart-Road-Finder Public

    Developed a Smart Route Finder using graph algorithms like Dijkstra to compute shortest paths. Implemented adjacency list representation and priority queues to optimize performance. Designed a syst…

    JavaScript