Skip to content
View ashengaout's full-sized avatar
  • 1st Care Management
  • Atlanta, Georgia, USA
  • 21:05 (UTC -04:00)
  • LinkedIn in/ameliashengaout

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.

Content in all repositories owned by your account will be closed.
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 · 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 Azure DevOps GitHub Actions Maven Agile Jira Confluence

Machine Learning (Secondary)

PyTorch scikit-learn NumPy Pandas


Professional Experience

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

  • Sole backend developer owning Azure cloud infrastructure end-to-end (App Service, SQL Database, Data Factory) across dev, QA, and production environments.
  • Own DevOps practices and CI/CD pipelines using Azure DevOps Pipelines and GitHub Actions.
  • Built automated data pipelines using Azure Data Factory to ingest daily eClinicalWorks (eCW) EHR reports, replacing manual spreadsheet processes and supporting 12,000+ patient records.
  • Architected and shipped a full-stack healthcare scheduling and QA platform used by 29 active staff, owning backend services, database design, and system architecture end-to-end.

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 – Present · Atlanta, GA

  • Currently TA for Software Engineering (60 students): grade sprint-based semester projects by reviewing student tasks and GitHub contributions, assess software interview homework (HackerRank and LeetCode problems), and evaluate supplemental assignments on resume writing and skill-building.
  • Previously TA for Data Structures (100+ students): graded exams and Python assignments and provided written feedback on students' code and technical understanding.

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
Graduate Coursework, Computer Science Georgia State University Completed coursework in Computer Architecture, Advanced Machine Learning, Software Engineering, Algorithms, Operating Systems, and Programming Language Concepts before transferring to Georgia Tech OMSCS · Aug 2025 – 2026
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