Skip to content
View mohdtalhak's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report mohdtalhak

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
mohdtalhak/README.md

yo it's ya boy Mohammad Talha Khan 🗿

☕ Backend dev who codes different • Spring Boot certified rizz • REST APIs so clean it's giving aura



💻 About Me

# TITLE: 🗿 bro thinks he's compiling with the sip of caffeine (it's me, i'm bro)
Name:        Mohammad Talha Danish Khan
Role:        Java Backend Developer
Location:    Mumbai, India
Uptime:      100% (Unlike the frontend dev server)
# TITLE: Spying on the Frontend Network Tab...
\$ curl -X GET http://localhost:8080/api/v1/reality-check/what-is-frontend \
  -H "Authorization: Bearer backend_is_the_boss_token" \
  -H "Accept: application/json"
// TITLE: The Immaculate Enterprise Architecture Blueprint in my Language that is PEAK!
@RestController
@RequestMapping("/api/v1/reality-check")
@CrossOrigin(origins = "http://localhost:3000") // Fine, I'll allow port 3000 so you can finally stop crying. 🙄
public class ArchitectureController {

    @GetMapping("/what-is-frontend")
    public ResponseEntity<Map<String, Object>> getSystemStatus() {
        return ResponseEntity.ok()
            .header("X-Powered-By", "Spring-Boot-And-Pure-Spite")
            .header("X-Frontend-Anxiety-Level", "Maximum")
            .body(Map.of(
                "philosophy", "The front teeth are for appearance; the back teeth do the chewing. 🦷",
                "backend",    "We do the heavy chewing. Stable. Scalable. Strictly-Typed. Multithreaded. 🗿",
                "frontend",   "Panicking because a div shifted 2px, node_modules exploded, or Vite took 0.5s longer to reload. 😏",
                "the_truth",  "You only look pretty because my API responses are immaculate, indexed, and heavily cached. 👑",
                "fun_fact",   "I literally had to whitelist your localhost origin today because a certain someone couldn't bypass CORS. 💀"
            ));
    }

    @ExceptionHandler(NullPointerException.class)
    public ResponseEntity<Map<String, String>> handleFrontendLogic() {
        return ResponseEntity.status(HttpStatus.I_AM_A_TEAPOT).body(Map.of(
            "error", "418 I'm a teapot",
            "reason", "The frontend developer tried to pass 'undefined' as an Object again. 🤦‍♂️"
        ));
    }
}

🚀 What I Love

  • ☕ Java — the OG, no cap
  • 🌱 Spring Boot — does the heavy lifting so I don't gotta
  • 🔗 RESTful APIs — clean endpoints only, we don't do mid responses
  • 🗄 Database Design — organizing chaos, it's giving structure
  • 🧩 Backend Architecture — building different fr
  • ⚡ Performance Optimization — nobody's waiting 5 seconds, we're not built like that
  • 🧹 Clean Code — future me deserves better, periodt
  • 📚 Learning New Technologies — never cooked, always leveling up
  • 🤡 The Main Thing - frontend cries over a 2px div shift, backend just casually runs the whole show - no cap, i'm him 🗿

🔥 GitHub Streak


📈 Contribution Graph


💭 Developer Philosophy

while(alive){

    Learn();

    Build();

    Test();

    Clean();

    Repeat();

}

☕ Favorite Quote

"First make it work. Then make it clean. Then make it fast."


📫 Connect With Me


🚀 Thanks for visiting my profile!

⭐ If you like my work, consider giving a star to my repositories.

Pinned Loading

  1. carshowroom carshowroom Public

    Spring Boot + PostgreSQL REST API for managing a car showroom — vehicles, customers, sales, and inventory, built with clean layered architecture.

    Java 2

  2. daily_learnings daily_learnings Public

    A running log of what I build, debug, and learn — one dated entry per month, kept alive daily.

    1

  3. freelance-management-backend freelance-management-backend Public

    Freelance management platform — Spring Boot REST API backend with a separate JavaScript frontend, deployed live on Netlify.

    Java 1

  4. freelance-management-frontend freelance-management-frontend Public

    Frontend for the Freelance Management platform — vanilla JavaScript client consuming the Spring Boot backend API, deployed on Netlify.

    JavaScript 1