Skip to content

This is my personal website / portfolio. It's created using Next.js and React.

License

Notifications You must be signed in to change notification settings

Scusemua/scusemua.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1bed60d Β· Mar 24, 2025
Mar 20, 2025
Nov 9, 2024
Oct 30, 2024
Mar 18, 2025
Mar 24, 2025
Oct 27, 2024
Oct 31, 2024
Mar 20, 2025
Oct 26, 2024
Nov 7, 2024
Mar 20, 2025
Mar 20, 2025
Mar 18, 2025
Mar 20, 2025

Repository files navigation

Personal Portfolio Website

Build & Deploy Website to GitHub Pages

Welcome to my personal portfolio website! This project showcases my work, experience, and research as a Computer Science PhD student at George Mason University. My research focuses on cloud and serverless computing. In particular, I am interested in developing and exploring novel applications and use-cases of cloud and serverless computing. My work pushes the boundaries of what is possible using these technologies within a wide variety of application domains, including data analytics, machine learning, caching and object storage systems, secure storage systems, and deep learning platforms.

You can view the live website here.

🌐 Project Overview

This website serves as an interactive portfolio where I display my research, skills, and personal projects. It aims to provide a seamless user experience through a modern UI and smooth navigation.

I created this website without using a template, as the creation of this website provided me with a good opportunity to begin learning React. (I've always been interested in learning React.)

βš™οΈ Technologies Used

  • Frontend: React - A JavaScript library for building user interfaces.
  • UI Library: Material UI - A popular React UI framework that provides pre-designed components.
  • Backend: Next.js - A React framework that offers server-side rendering and static site generation.

πŸš€ Features

  • Project Showcase: Highlights select projects, with detailed descriptions and links to GitHub repositories.
  • Research: Insights and summaries of my research in cloud and serverless computing.
  • Academic and Employment History: Highlights of key points in my academic and CS career thus far.
  • Awards and Skills: Overview of my CS-related skills and the CS-related awards that I've received.
  • Responsive Design: Optimized for viewing on a range of devices, including both desktop and mobile devices.
  • Smooth Navigation: Thanks to Material UI, the design is intuitive and easy to navigate.

πŸ‘¨β€πŸ’» About Me

I'm a 3rd year PhD candidate in CS at George Mason University. My advisors are Dr. Yue Cheng (University of Virginia) and Dr. Songqing Chen (GMU). My research interests are centered around cloud computing with a focus on serverless computing. Specifically, I'm interested in applications of serverless computing to data analytics/data science, machine learning, file systems, and other areas.

πŸ“‚ Project Structure

  • src/components/ - Contains reusable React components used throughout the site.
  • src/app/ - Holds the main pages of the website, built with Next.js for server-side rendering.
  • src/styles/ - Custom CSS and Material UI theme settings.
  • src/data/ - Data definitions of my research projects, employment history, academic awards, etc.
  • public/ - Static assets like images, icons, and other media files.

πŸ”§ Setup and Installation

To run this project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/Scusemua/scusemua.github.io
  2. Navigate into the project directory:

    cd scusemua.github.io
  3. Install dependencies:

    npm install
  4. Start the development server:

    npm run dev
  5. Open http://localhost:3001 to view it in your browser.

About

This is my personal website / portfolio. It's created using Next.js and React.

Resources

License

Stars

Watchers

Forks

Packages

No packages published