$ loading about_

About Me

AboutController.php
public function index() {
    $about = [
        "name" => "Ali Hassan",
        "role" => "Full-Stack Developer",
        "experience" => "4+ years",
        "focus" => "Laravel, Flutter & React",
    ];
    return Inertia::render('About', [
        'aboutMe' => AboutResource::make($about),
    ]);
}
AboutMe.tsx
import { AboutMeType } from "@/types/aboutMe";

export default function AboutMe(aboutMe: AboutMeType) {
    return (
        <div>
            <h1> Hello, I'm {aboutMe.name}</h1>
            <p>{aboutMe.role}</p>
            <p> Experience: {aboutMe.experience}</p>
        </div>
    );
}

I'm Ali Hassan, a full-stack developer with 4+ years of experience building modern web and mobile applications. I specialize in Laravel, React, and Flutter, focusing on scalable architecture and clean user experiences.

Flutter is my primary mobile stack: Dart with Bloc, Provider, and GetX for state management; Firebase for real-time features; and Stripe/Apple/Google auth for secure payments and onboarding.

I design reliable backend systems and RESTful APIs, optimize database queries, and integrate secure payments and authentication (Stripe, Apple Login, Google Login) with a focus on performance and maintainability.

On the frontend and mobile side, I deliver smooth experiences with Inertia.js, Tailwind CSS, and Flutter (Bloc, Provider, GetX), including real-time features powered by Firebase and scalable cloud workflows.

I value clean architecture, automated testing, and CI/CD pipelines that keep products stable as they grow — building systems that stay dependable long after launch.

Focus on what matters.