|
|
|
|
|
|
|
AI-powered security review scanner for REST APIs checking for OWASP API Security Top 10 vulnerabilities.
|
Secure, real-time voting web application with JWT authentication and live tallying.
|
|
Real-time interactive messaging platform built on optimized relational database schemas.
|
Portal for educational institutions to collect, analyze, and manage course feedback.
|
|
Focus: Database & Query Performance
|
Dwinsoft Technologies India Pvt. Ltd.
|
|
|
|
|
|
|
|
|
|
| π 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 |
- π NPTEL β Full Stack Development
- π Infosys Springboard β Java Foundation
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."