yasar @ localhost ~/dev $ whoami --full
YASAR
MAHMOOD
Java Backend Software Engineer · Chennai, India
// Initialising developer profile...

String role = "Aspiring Java SDE";
String location = "Chennai, India";
boolean openToWork = true;

/* Currently building solid foundations in
/ Java backend development — learning Spring Boot,
/ REST APIs, and the JVM ecosystem to become
/ a production-ready Java engineer.*/

System.out.println("Let's build something.");
About.java Stack.json
1 package dev.yasar.portfolio;
2
3 /**
4  * Software engineer based in Chennai.
5  * Focused on backend systems and the JVM.
6  * Writes code that's readable first, clever second.
7  */
8 public class Yasar implements Developer {
9
10   private final List<String> strengths = List.of(
11     "Strong grasp of OOP and data structures",
12     "Comfortable across the full language stack",
13     "Picks up new frameworks fast, ships clean code"
14   );
15
16   public String currentFocus() {
17     // Deep-diving Spring Boot and REST API design.
18     // Learning how production Java systems are actually built —
19     // not just the happy path, but error handling,
20     // transactions, and writing code other devs can maintain.
21     return "backend Java engineering";
22   }
23
24   public boolean isAvailable() {
25     return true; // open to internships & junior roles
26   }
27 }
stack.json — skills & roadmap
Skill
Status
Level
Java
Proficient
🐍Python
Proficient
🌐HTML & CSS
Proficient
⚙️C / C++
Proficient
🍃Spring Boot
Learning
🔗REST APIs
Learning
🐬MySQL / JPA
Up Next
🐳Docker
Up Next
🔀Git / GitHub
Up Next
🔐Spring Security
Up Next
// Current Status
Aspiring Java Backend SDE
Active
// Location
Chennai, Tamil Nadu
📍
// Languages known
5+
bash — yasar@localhost
❯ cat contact.txt
  Name    : Yasar Mahmood
  Role    : Software Engineer (Java Backend)
  City    : Chennai, India
  Email   : yasarmahmood7x@gmail.com
  GitHub : github.com/Yasar-mhd
  Status : Open to internships & entry-level roles
❯ 
LET'S
CONNECT.

Looking for internships, entry-level Java backend roles,
or just want to talk code — my inbox is always open.