public class KursatOzerController extends BaseApiController

// Interactive API documentation for Java Backend Developer - Emre Kürşat ÖZER

public static final String FULL_NAME = "Emre Kürşat ÖZER";
public static final String EMAIL_ADDRESS = "emrekursatt@gmail.com";
public static final String LOCATION = "Istanbul, Turkey";
public static final String DEVELOPER_SUMMARY =
    "Passionate Java Backend Developer with 3+ years of experience " +
    "specializing in Spring Boot, Microservices, and modern enterprise " +
    "solutions. Proven expertise in building scalable systems with " +
    "Docker, PostgreSQL, and cloud technologies.";
API Status: Active
GET
Personal Info
/api/developer/personal

Basic personal information and contact details

GET
Work Experience
/api/developer/experience

Professional work history and achievements

GET
Technical Skills
/api/developer/skills

Programming languages, frameworks, and tools

GET
Education
/api/developer/education

Academic background and certifications

GET
Projects
/api/developer/projects

Notable projects and technical implementations

GET /api/developer/personal
// Response: 200 OK
curl -X GET "https://emrekursatt-api.com/api/developer/personal" -H "Accept: application/json"

Loading...

{
  "status": "success",
  "timestamp": "2024-01-15T10:30:00Z",
  "data": {
    "name": "Emre Kürşat ÖZER",
    "title": "Java Backend Developer",
    "email": "emrekursatt@gmail.com",
    "location": "Istanbul, Turkey",
    "github": "https://github.com/emrekursatt",
    "linkedin": "https://linkedin.com/in/emrekursatt",
    "experience": "3+ years",
    "careerTransition": "Metallurgical Engineering → Software Development",
    "currentStatus": "Java Developer at Software Company",
    "availability": "Open to opportunities"
  }
}