interface Developer {
name: string;
location: string;
education: Education;
skills: Skills;
currentFocus: string;
funFact: () => string;
}
const tabish: Developer = {
name: "Mohammad Tabish",
location: "Mumbai, Maharashtra, India",
education: {
degree: "BSc Information Technology",
university: "BK Birla College (Autonomous)",
year: "2nd Year - 2023-2026"
},
skills: {
languages: ["Java", "JavaScript", "Python", "C++"],
backend: ["Spring Boot", "Hibernate", "Node.js"],
frontend: ["HTML5", "CSS3", "Bootstrap", "Tailwind"],
databases: ["MySQL", "MongoDB", "PostgreSQL"],
devOps: ["Docker", "Git", "Linux"],
architecture: ["Microservices", "REST APIs", "MVC"]
},
currentFocus: "Building Scalable Backend Systems",
funFact: () => "There are two ways to write error-free programs; only the third one works"
};|
Java |
Spring Boot |
JavaScript |
Python |
HTML5 |
CSS3 |
|
Tailwind |
Bootstrap |
MySQL |
MongoDB |
Git |
Linux |
|
Figma |
Postman |
VS Code |
Hibernate |
Docker |
GitHub |
╔══════════════════════════════════════════════════════════════════════════════════════╗
║ ║
║ MISSION ║
║ |-- Master Backend Development with Java & Spring Boot ║
║ |-- Build Production-Ready Microservices ║
║ |-- Learn Cloud Architecture & DevOps ║
║ |-- Contribute to Open Source Community ║
║ ║
║ 2025 GOALS ║
║ |-- Land Software Engineering Internship ║
║ |-- Deploy 5+ Full-Stack Applications ║
║ |-- 100+ GitHub Contributions ║
║ |-- Master System Design Fundamentals ║
║ ║
╚══════════════════════════════════════════════════════════════════════════════════════╝





