Skip to content
View ashengaout's full-sized avatar

Block or report ashengaout

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

Hi, I'm Amelia Shengaout 👋

Backend Software Engineer · Incoming OMSCS @ Georgia Tech

Software Engineer and MSCS student specializing in backend architecture, database design, and cloud infrastructure. Experienced in building full-stack platforms, engineering core business logic, and deploying secure enterprise data pipelines within the healthcare and insurance sectors.

LinkedIn Email Resume US Citizen Languages


Tech Stack

Programming Languages

Java Python JavaScript SQL NoSQL

Frameworks & Cloud

Spring Boot Django Node.js Azure REST API

Frontend & Mobile

React React Native HTML/CSS

Tools & Methodologies

Git Bitbucket Maven Agile Jira Confluence

Machine Learning (Secondary)

PyTorch scikit-learn NumPy Pandas


Professional Experience

Software Developer — 1st Care Management April 2026 – Present · Atlanta, GA

  • Architected and deployed the full Azure cloud infrastructure (App Service, SQL Database, Data Factory, Logic Apps, Entra ID) from scratch across dev, QA, and prod environments.
  • Designed and built data pipelines using Azure Data Factory to automate healthcare data workflows, replacing fragmented manual spreadsheets with a structured cloud system.
  • Developing the backend services and system architecture for a full-stack healthcare scheduling and QA platform.

Software Developer — InsuraPro May 2023 – Jan 2025 · Roswell, GA

  • Engineered the core backend business logic and built Spring Boot API endpoints to handle complex data exchange for a high-scale Guidewire PolicyCenter (PC) pricing product.
  • Architected and designed relational SQL database schemas to support new product features, data persistence, and backend integrations.
  • Ensured robust version control, sprint-tracking, and documentation using Bitbucket, Confluence, and Jira.

Graduate Teaching Assistant — Georgia State University Aug 2025 – May 2026 · Atlanta, GA

  • Provided technical code reviews for 100+ Data Structures students and evaluated semester-long software engineering projects for 17 teams.

Undergraduate Research Assistant — Kennesaw State University Jan 2022 – May 2023 · Kennesaw, GA

  • Performed phosphorus NMR research on prebiotic chemical evolution while mentoring 5 students in standardized lab protocols and scientific workflows.

Projects & Outside Experience

Orbit · React Native FastAPI Supabase AWS S3 Stripe Luma AI

Full-stack mobile app (private repo) Mobile app enabling users to record short videos and generate shareable 3D models via the Luma AI reconstruction API.

  • Backend — Python/FastAPI with JWT authentication, async 3D processing pipeline, and 18+ REST endpoints across 6 modular routers.
  • Payments — Stripe integration with 3-tier credit pricing, webhook handling, and automatic credit refunds on processing failure.
  • Frontend — React Native (Expo SDK 55) with deep linking, secure token storage, and camera recording.
  • Storage & Infrastructure — AWS S3 for asset storage backed by Supabase with short-link sharing utilities.

Plateful · React Native Azure CosmosDB Firebase Claude AI

Cross-platform mobile app · Sep 2025 – Dec 2025

  • Contributed to end-to-end development of a cross-platform mobile app, following Agile methodology across the full SDLC.
  • Built using React Native, Azure Cosmos DB, Firebase Authentication, and Anthropic Claude AI.
  • Collaborated with a cross-functional team on requirements gathering, design, implementation, and deployment.

SNN vs Classical Machine Learning Benchmarking · PyTorch

Student Machine Learning Engineer · Feb 2026 – Apr 2026

  • Designed and optimized a fully connected SNN in PyTorch utilizing latency encoding to convert static pixel intensity into temporal spike trains.
  • Ran hyperparameter experiments to benchmark accuracy and evaluate performance trade-offs against classical ML models.

Education

Degree Institution Details
M.S. Computer Science (OMSCS) Georgia Institute of Technology Admitted Fall 2026 · Expected May 2028
M.S. Computer Science (Transfer) Georgia State University GPA: 4.2 · Aug 2025 – Present
B.S. Biochemistry Kennesaw State University Aug 2019 – May 2023

Popular repositories Loading

  1. Index-Card-System Index-Card-System Public archive

    A foundational Java project exploring manual Object-Relational Mapping (ORM) and JDBC. Implements a Swing-based GUI for CRUD operations and local SQL persistence.

    Java

  2. CPU-Scheduling-and-Memory-Management-Simulation CPU-Scheduling-and-Memory-Management-Simulation Public

    Java simulation of CPU scheduling (FCFS, SJF) and Memory Management (First-Fit, FIFO) with integrated resource allocation logic.

    Java

  3. plateful-app plateful-app Public

    Forked from etheetla1/plateful-app

    AI-assisted meal and recipe generation platform. Utilizes web-scraped culinary data and Large Language Models to intelligently refactor and personalize real-world recipes.

    TypeScript

  4. Deadlock-Avoidance-Concurrency-Simulation Deadlock-Avoidance-Concurrency-Simulation Public

    Multi-threaded Java simulation of the Dining Philosophers problem. Implements asymmetric semaphore acquisition to prevent circular wait and deadlocks.

    Java

  5. Qualcomm-Procesor-Design Qualcomm-Procesor-Design Public

    Project for Spring Semester 2026 Computer Architecture Course. Objective is to build a 32 bit processor prototype that will be used as reference architecture for prototyping IoT applications.

    Python

  6. Gaussian-Discriminant-Analysis Gaussian-Discriminant-Analysis Public

    A from-scratch implementation of Bayesian decision theory. This project demonstrates the derivation of Linear Discriminant Analysis (LDA) and Quadratic Discriminant Analysis (QDA) by generating syn…

    Jupyter Notebook