Skip to content
View MuhammadAusajaHussain's full-sized avatar

Block or report MuhammadAusajaHussain

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

Muhammad Ausaja Hussain

public class Developer
{
    public string Name => "Muhammad Ausaja Hussain";
    public string University => "FAST NUCES Karachi";
    
    public string[] Interests =>
    [
        "Backend Development",
        "System Design",
        "Artificial Intelligence",
        "Cloud Technologies"
    ];

    public string[] CurrentStack =>
    [
        "ASP.NET",
        "React",
        "SQL Server",
        "C#"
    ];
}

What you'll find here

  • Full-stack applications
  • Backend-focused projects
  • AI-powered experiments
  • Things I'm learning along the way

Reach Out

📧 Email: ausajamohammed@gmail.com

💼 LinkedIn: Muhammad Ausaja Hussain

Pinned Loading

  1. Library-Management-System Library-Management-System Public

    Implemented using Thymeleaf, Spring Boot, and Oracle Database to streamline library operations. The system allows user registration, book reservation, borrowing and return, fine management, and inv…

    HTML

  2. Library-Hub-2.0 Library-Hub-2.0 Public

    A modern, responsive, and role-based Library Management System built using the ASP.NET MVC framework with a clean UI powered by Tailwind CSS. This system simplifies and digitizes core library opera…

    JavaScript

  3. Reengineered-Library-Management-System Reengineered-Library-Management-System Public

    A reengineering of a legacy console-based Java LMS into a layered Spring Boot backend and a modern React frontend, while preserving the core library domain workflows.

    Java

  4. Task-Management-System Task-Management-System Public

    Task Management System built with ASP.NET and ReactJS, which implements Role-Based Access Control, incorporates Task Lifecycle Management, and provides system activity tracking & logging.

    JavaScript