Himaad

UX Designer & Full-Stack Developer

Hi, I'm Himaad

Creating beautiful digital experiences that delight users. I combine UX design expertise with strong technical development skills to build engaging and functional interfaces.

Design Systems

Interaction

Frontend

UI/UX

Animation

View My Work

About Me

Portfolio Design – Figma

U

100%

File

Edit

View

Object

Prototype

Layers

+

Hero Section

Header

Design

Card

Buttons

Shapes

Design

Fill

Opacity

80%

Effects

+

Drop shadow

8px

Radius

8px

+

Page 1

Portfolio Design

100%

Interactive

Share

Featured Case Studies

A selection of my most impactful work across diverse industries, showcasing my problem-solving approach.

View all case studies

Jordan Healthcare Services

A comprehensive redesign of nursing coordination system focused on improving patient care and staff efficiency.

Healthcare

UX Research

Service Design

View case study

Seizure Monitoring App

A mobile application built to help epilepsy patients monitor and manage their condition with real-time tracking.

Medical

Mobile App

Accessibility

View case study

Design Process

My approach to design is structured yet adaptable, focusing on creating meaningful experiences through research, collaboration, and iteration.

Research

Define

Ideate

Prototype

Test

Implement

Research

Understanding users, business needs, and market landscape.

Techniques

User Interviews

Competitive Analysis

Contextual Inquiry

Surveys

Techniques

Dovetail

Miro

UserZoom

Google Forms

Technical Development Skills

Beyond UX design, I bring strong full-stack development capabilities, implementing solutions with clean code and modern frameworks.

Frontend Development

App.tsx

import React, { useState, useEffect } from 'react';

import { motion } from 'framer-motion';

 

const Dashboard = () => {

const [data, setData] = useState([]);

 

useEffect(() => {

async function fetchData() {

const response = await fetch('/api/stats');

const result = await response.json();

setData(result);

}

fetchData();

}, []); // The empty dependency array ensures this effect runs only once after the initial render

 

return (

// Your JSX for rendering the dashboard goes here

// For example:

// <motion.div className="p-6 rounded-lg shadow-lg">

// <h1>Dashboard</h1>

// {/* Render your data here */}

// {data.length > 0 ? (

// <ul>

// {data.map((item, index) => (

// <li key={index}>{JSON.stringify(item)}</li>

// ))}

// </ul>

// ) : (

// <p>Loading data...</p>

// )}

// </motion.div>

<motion.div className="p-6 rounded-lg shadow-lg">

{/* The rest of your dashboard JSX content will go here */}

</motion.div>

);

};

 

export default Dashboard;

Working with modern frontend frameworks and libraries:

React

TypeScript

Next.js

Tailwind CSS

Framer Motion

Backend Development

server.js

const express = require('express');

const app = express();

const { PrismaClient } = require('@prisma/client');

const prisma = new PrismaClient();

app.use(express.json());

app.get('/api/stats', async (req, res) => {

try {

const stats = await prisma.stats.findMany({

include: {

user: true, // Includes the related user data

category: true // Includes the related category data

}

});

// Assuming the next line would be to send the stats back as JSON

res.json(stats);

} catch (error) {

console.error('Error fetching stats:', error);

res.status(500).json({ error: 'Failed to fetch statistics' });

}

});

// Any additional routes or server configurations would go here

// You would typically start the server listening on a port at the end of the file

// For example:

// const PORT = process.env.PORT || 3000;

// app.listen(PORT, () => {

// console.log(`Server is running on port ${PORT}`);

// });

// The bottom of the image shows: "Experienced with server-side technologies:"

// This is likely a heading for a section of a resume or portfolio mentioning skills.

Experienced with server-side technologies:

Node.js

Express

PostgreSQL

Prisma ORM

API Design

Authentication

Full-Stack Integration

The animated demonstration shows how frontend and backend code work together using API requests, database queries, and state management to create responsive, data-driven interfaces.

Code ready for execution

Professional Skills

Click on a skill to learn more about my expertise and experience.

All

Design

Development

Research

User Research

UX Design

UI Design

Frontend Dev

Usability Testing

Data Analysis

Backend Dev

Design Systems

AI Integration

Prototyping

Research

Overview

Expert in qualitative and quantitative research methodologies across diverse sectors, from finance to education to healthcare.

Experience

7+ years conducting user interviews, creating surveys, and analyzing research data to inform design decisions.

Why I Love It

I love understanding people's behaviors and needs. The most rewarding part is translating research insights into solutions that truly improve people's lives.

Related Projects

  • Healthcare Provider Portal
  • Financial Dashboard Redesign
  • Education Platform User Testing

Fun Facts About Me

Beyond design, these quirks and interests shape my unique perspective and approach.

Coffee Enthusiast

I've visited over 200 coffee shops across 12 countries, searching for the perfect cup. My design process is fueled by a flat white in the morning and a pour-over in the afternoon.

Cognitive Science Nerd

Before UX, I studied cognitive science, which taught me how people think, learn, and make decisions—invaluable knowledge that guides my design approach every day.

🏀

Basketball Player

I played basketball throughout school and still enjoy pickup games. The teamwork, strategic thinking, and quick decision making I learned on the court directly translate to my collaborative design process.

📚

Book Collector

My home office features a wall of design,psychology, and science fiction books that continuously influence my creativity and problem-solving approaches.

Cooking Enthusiast

I love experimenting with cooking, treating each dish as a design project with research, prototyping, and iteration. Food preparation has taught me valuable lessons about timing, presentation, and user satisfaction.

Puzzle Solver

I'm obsessed with puzzles of all kinds—from jigsaw to cryptic crosswords. This translates directly to how I approach complex design problems: piece by piece.

Let's Create Something Amazing

Have a project in mind? Let's bring your ideas to life with engaging design and delightful interactions.

What's your name?

Your Name

What's your email address?

your.email@example.com

What's on your mind?

Tell me about your project or idea...

Send Message

Contact

Based in Dallas, TX

Available for remote work worldwide

himaad@gmail.com

Follow Me

UX Designer & Full-Stack Developer

Hi, I'm Himaad

Creating beautiful digital experiences that delight users. I combine UX design expertise with strong technical development skills to build engaging and functional interfaces.

Design Systems

Interaction

Frontend

Animation

UI/UX

View My Work

About Me

Portfolio Design – Figma

U

100%

File

Edit

View

Object

Prototype

Layers

+

Hero Section

Header

Design

Card

Buttons

Shapes

Design

Fill

Opacity

80%

Effects

+

Drop shadow

8px

Radius

8px

+

Page 1

Portfolio Design

100%

Interactive

Share

Featured Case Studies

A selection of my most impactful work across diverse industries, showcasing my problem-solving approach.

View all case studies

Jordan Healthcare Services

A comprehensive redesign of nursing coordination system focused on improving patient care and staff efficiency.

Healthcare

UX Research

Service Design

View case study

Seizure Monitoring App

A mobile application built to help epilepsy patients monitor and manage their condition with real-time tracking.

Medical

Mobile App

Accessibility

View case study

Design Process

My approach to design is structured yet adaptable, focusing on creating meaningful experiences through research, collaboration, and iteration.

Research

Define

Ideate

Prototype

Test

Implement

Research

Understanding users, business needs, and market landscape.

Techniques

User Interviews

Competitive Analysis

Contextual Inquiry

Surveys

Techniques

Dovetail

Miro

UserZoom

Google Forms

Technical Development Skills

Beyond UX design, I bring strong full-stack development capabilities, implementing

solutions with clean code and modern frameworks.

Frontend Development

App.tsx

import React, { useState, useEffect } from 'react';

import { motion } from 'framer-motion';

 

const Dashboard = () => {

const [data, setData] = useState([]);

 

useEffect(() => {

async function fetchData() {

const response = await fetch('/api/stats');

const result = await response.json();

setData(result);

}

fetchData();

}, []); // The empty dependency array ensures this effect runs only once after the initial render

 

return (

// Your JSX for rendering the dashboard goes here

// For example:

// <motion.div className="p-6 rounded-lg shadow-lg">

// <h1>Dashboard</h1>

// {/* Render your data here */}

// {data.length > 0 ? (

// <ul>

// {data.map((item, index) => (

// <li key={index}>{JSON.stringify(item)}</li>

// ))}

// </ul>

// ) : (

// <p>Loading data...</p>

// )}

// </motion.div>

<motion.div className="p-6 rounded-lg shadow-lg">

{/* The rest of your dashboard JSX content will go here */}

</motion.div>

);

};

 

export default Dashboard;

Working with modern frontend frameworks and libraries:

React

TypeScript

Next.js

Tailwind CSS

Framer Motion

Backend Development

server.js

const express = require('express');

const app = express();

const { PrismaClient } = require('@prisma/client');

const prisma = new PrismaClient();

app.use(express.json());

app.get('/api/stats', async (req, res) => {

try {

const stats = await prisma.stats.findMany({

include: {

user: true, // Includes the related user data

category: true // Includes the related category data

}

});

// Assuming the next line would be to send the stats back as JSON

res.json(stats);

} catch (error) {

console.error('Error fetching stats:', error);

res.status(500).json({ error: 'Failed to fetch statistics' });

}

});

// Any additional routes or server configurations would go here

// You would typically start the server listening on a port at the end of the file

// For example:

// const PORT = process.env.PORT || 3000;

// app.listen(PORT, () => {

// console.log(`Server is running on port ${PORT}`);

// });

// The bottom of the image shows: "Experienced with server-side technologies:"

// This is likely a heading for a section of a resume or portfolio mentioning skills.

Experienced with server-side technologies:

Node.js

Express

PostgreSQL

Prisma ORM

API Design

Authentication

Frontend Development

App.tsx

import React, { useState, useEffect } from 'react';

import { motion } from 'framer-motion';

 

const Dashboard = () => {

const [data, setData] = useState([]);

 

useEffect(() => {

async function fetchData() {

const response = await fetch('/api/stats');

const result = await response.json();

setData(result);

}

fetchData();

}, []); // The empty dependency array ensures this effect runs only once after the initial render

 

return (

// Your JSX for rendering the dashboard goes here

// For example:

// <motion.div className="p-6 rounded-lg shadow-lg">

// <h1>Dashboard</h1>

// {/* Render your data here */}

// {data.length > 0 ? (

// <ul>

// {data.map((item, index) => (

// <li key={index}>{JSON.stringify(item)}</li>

// ))}

// </ul>

// ) : (

// <p>Loading data...</p>

// )}

// </motion.div>

<motion.div className="p-6 rounded-lg shadow-lg">

{/* The rest of your dashboard JSX content will go here */}

</motion.div>

);

};

 

export default Dashboard;

Working with modern frontend frameworks and libraries:

React

TypeScript

Next.js

Tailwind CSS

Framer Motion

Backend Development

server.js

const express = require('express');

const app = express();

const { PrismaClient } = require('@prisma/client');

const prisma = new PrismaClient();

app.use(express.json());

app.get('/api/stats', async (req, res) => {

try {

const stats = await prisma.stats.findMany({

include: {

user: true, // Includes the related user data

category: true // Includes the related category data

}

});

// Assuming the next line would be to send the stats back as JSON

res.json(stats);

} catch (error) {

console.error('Error fetching stats:', error);

res.status(500).json({ error: 'Failed to fetch statistics' });

}

});

// Any additional routes or server configurations would go here

// You would typically start the server listening on a port at the end of the file

// For example:

// const PORT = process.env.PORT || 3000;

// app.listen(PORT, () => {

// console.log(`Server is running on port ${PORT}`);

// });

// The bottom of the image shows: "Experienced with server-side technologies:"

// This is likely a heading for a section of a resume or portfolio mentioning skills.

Experienced with server-side technologies:

Node.js

Express

PostgreSQL

Prisma ORM

API Design

Authentication

Full-Stack Integration

The animated demonstration shows how frontend and backend code work together using API requests, database queries, and state management to create responsive, data-driven interfaces.

Code ready for execution

Professional Skills

Click on a skill to learn more about my expertise and experience.

All

Design

Development

Research

User Research

UX Design

UI Design

Frontend Dev

Usability Testing

Data Analysis

Backend Dev

Design Systems

AI Integration

Prototyping

Research

Overview

Expert in qualitative and quantitative research methodologies across diverse sectors, from finance to education to healthcare.

Experience

7+ years conducting user interviews, creating surveys, and analyzing research data to inform design decisions.

Why I Love It

I love understanding people's behaviors and needs. The most rewarding part is translating research insights into solutions that truly improve people's lives.

Related Projects

  • Healthcare Provider Portal
  • Financial Dashboard Redesign
  • Education Platform User Testing

Fun Facts About Me

Beyond design, these quirks and interests shape my unique perspective and approach.

Coffee Enthusiast

I've visited over 200 coffee shops across 12 countries, searching for the perfect cup. My design process is fueled by a flat white in the morning and a pour-over in the afternoon.

Cognitive Science Nerd

Before UX, I studied cognitive science, which taught me how people think, learn, and make decisions—invaluable knowledge that guides my design approach every day.

🏀

Basketball Player

I played basketball throughout school and still enjoy pickup games. The teamwork, strategic thinking, and quick decision making I learned on the court directly translate to my collaborative design process.

📚

Book Collector

My home office features a wall of design,psychology, and science fiction books that continuously influence my creativity and problem-solving approaches.

Cooking Enthusiast

I love experimenting with cooking, treating each dish as a design project with research, prototyping, and iteration. Food preparation has taught me valuable lessons about timing, presentation, and user satisfaction.

Puzzle Solver

I'm obsessed with puzzles of all kinds—from jigsaw to cryptic crosswords. This translates directly to how I approach complex design problems: piece by piece.

Let's Create Something Amazing

Have a project in mind? Let's bring your ideas to life with engaging design and delightful interactions.

What's your name?

Your Name

What's your email address?

your.email@example.com

What's on your mind?

Tell me about your project or idea...

Send Message

Contact

Based in Dallas, TX

Available for remote work worldwide

himaad@gmail.com

Follow Me

Himaad

Home

About

My Works

Contact