Skip to content
View hashim784's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report hashim784

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

Hashim Khan

Java Full Stack Developer | NED ’26
Spring Boot • REST APIs • React • PostgreSQL
Ex-Intern: Virtuosoft | Haptics | NCCS | AI/ML Enthusiast


Developer Identity

package engineer.profile;

public class HashimKhan {

private final String role = "Java Full Stack Developer";
private final String university = "NED University (Batch 2022)";
private final String specialization = "Backend Architecture & Secure Systems";

private final String[] stack = {
    "Java",
    "Spring Boot",
    "Spring Security",
    "Hibernate",
    "React",
    "PostgreSQL",
    "MySQL"
};

public void buildSystems() {
    System.out.println("Structured. Secure. Scalable.");
}

}


Core Stack


Engineering Focus

  • RESTful API Development
  • Spring Boot Architecture
  • Authentication & Authorization (Spring Security)
  • Layered Backend Systems
  • Database Optimization & Design
  • Clean Code & Maintainable Architecture

Experience

Software Engineering Intern — Virtuosoft
Intern — Haptics
Intern — National Center for Cyber Security (NCCS)


Connect

LinkedIn: Hashim Khan
Email: hashimqaimkhani784@gmail.com


Pinned Loading

  1. Employee-Payroll-Management-System Employee-Payroll-Management-System Public

    Java-based Employee Payroll Management System built using OOP principles and JDBC. The system manages full-time and part-time employees, calculates salaries, and performs CRUD operations with MySQL…

    Java

  2. Hospital-Management-System-in-Java Hospital-Management-System-in-Java Public

    Hospital Management System built in Java using OOP principles. Manages patients, doctors, and appointments with doctor availability checking. Integrated with MySQL using JDBC and structured with cl…

    Java

  3. Student-Management-System-using-Spring-Boot Student-Management-System-using-Spring-Boot Public

    Student Management System is a backend application built with Java, Spring Boot, and PostgreSQL. It features layered architecture (Controller → Service → Repository), clean REST APIs, DTO pattern w…

    Java

  4. ATM-Project ATM-Project Public

    This project is a console-based ATM management system developed in Java that integrates with a MySQL database for real-time data persistence. Utilizing JDBC (Java Database Connectivity)

    Java