Skip to content
View Ismailab1's full-sized avatar

Block or report Ismailab1

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
Ismailab1/README.md
Profile Views

Welcome to My Page!

๐ŸŒฑ About Me

I am a Computer Science Graduate (Class of 2024) from the University of La Verne.

  • ๐Ÿ’ผ Current Role: Software Development Intern at SupplyBistro (GustoMarket) (November 2025 - Present)
  • ๐Ÿ”ญ Previous Experience: Software Development Engineer at University of La Verne (2 years) - Data Analysis and Research Initiatives
  • ๐Ÿš€ Current Focus: Building full-stack e-commerce solutions with Django, Python, JavaScript, and AWS cloud services
  • โšก Interests: Full-stack development, database architecture, AI/ML applications, system optimization, and creating scalable web applications
  • ๐Ÿ“ซ How to reach me: LinkedIn
  • ๐Ÿ˜„ Pronouns: He/Him

๐Ÿ’ป Current Software Engineering Role

Software Development Intern | SupplyBistro (GustoMarket) | November 2025 - Present

๐ŸŽฏ Key Achievements

Full-Stack Feature Development:

  • ๐Ÿ›’ Anonymous Customer POS System - Engineered walk-in customer processing with Django signals, achieving zero-friction checkout for suppliers
  • ๐Ÿ“ฑ Mobile Order Management - Developed unified cart system with localStorage persistence, one-tap checkout, and RFQ (Request for Quote) support
  • ๐Ÿ—บ๏ธ Address Management System - Architected soft-delete solution with audit trails, fixing data leakage affecting 1,082+ addresses
  • ๐Ÿ“„ Document Upload System - Built FormData/Fetch API-based file upload with client/server validation supporting PDF, PNG, JPG formats

Database & Architecture:

  • ๐Ÿ”ง Fixed critical PostgreSQL query issues in supplier directory (CompanyRelationship schema optimization)
  • ๐Ÿ“Š Implemented database migrations with rollback strategies for production safety
  • ๐Ÿ—๏ธ Designed dual-column tracking systems for business vs. technical states
  • ๐Ÿ” Created comprehensive management commands for data synchronization and validation

Bug Fixes & System Optimization:

  • ๐Ÿ”’ Data Leakage Prevention - Resolved critical security issue where 1,082 addresses were visible across all companies; implemented soft-delete with audit trails
  • ๐Ÿ—„๏ธ Database Schema Correction - Fixed pending supplier invisibility bug by identifying and correcting incorrect column usage (status vs supplier_relationship_status)
  • ๐Ÿ’ณ Transaction Management - Resolved TransactionManagementError in multi-vendor order placement by implementing proper atomic transaction handling
  • ๐Ÿ“Š Dashboard Analytics Crash - Fixed TypeError: float(None) across 4 critical locations in seller dashboard analytics

๐Ÿ“Š Impact Metrics

  • โœ… 30+ Unit Tests created for POS regression and feature validation
  • โœ… 508 Invalid Addresses flagged and hidden from production UI
  • โœ… 3 Database Migrations deployed with zero downtime
  • โœ… 20+ Pull Requests merged addressing critical bugs and features

๐Ÿ’ผ Professional Experience

๐Ÿ› ๏ธ Hardware Test Technician | IDC Logistics

September 2025 โ€“ December 2025

  • ๐Ÿ› ๏ธ Workflow Optimization: Analyzed testing workflows and identified a bottleneck in system reboot times; optimized the protocol to eliminate a 1-4 minute delay, increasing daily system throughput
  • ๐Ÿ–ฅ๏ธ Diagnostics: Diagnosed component-level failures on 120+ enterprise-grade workstations daily, isolating root causes in NVIDIA RTX 40/50 series GPUs and Intel CPUs
  • โšก Quality Control: Enforced strict quality control standards for high-performance computing hardware, preventing DOAs (Dead on Arrival) and reducing RMA rates

๐Ÿ“ถ SAT Information Technology Monitor | College Board

March 2025 โ€“ October 2025

  • ๐Ÿ“ถ Uptime: Maintained 99.9% service availability for digital exam platforms, supporting 3,100+ concurrent users during high-pressure testing windows
  • ๐Ÿšจ Incident Response: Triaged and resolved 7+ critical connectivity and hardware incidents in real-time, minimizing disruption for exam participants
  • ๐Ÿ” Monitoring: Proactively monitored network health and system performance metrics to mitigate connectivity anomalies before they impacted operations

๐ŸŽ“ Lead Instructor - AI & Machine Learning | iD Tech @ Stanford University

June 2024 โ€“ August 2025

  • ๐Ÿค– Edge AI Deployment: Deployed computer vision models on NVIDIA Jetson Orin Nano devices for 160+ students, emphasizing optimization for hardware-constrained inference
  • ๐ŸŽ“ Technical Instruction: Taught Python, OpenCV, and Deep Learning concepts, integrating real-time debugging demonstrations to improve student project completion rates
  • ๐Ÿ‘ฅ Leadership: Mentored a team of 6 instructors on classroom leadership and technical debugging, fostering a collaborative environment
  • ๐Ÿ”ง Hardware Integration: Guided students in integrating hardware sensors with software logic for automated tracking projects

๐Ÿ Software Development Engineer | University of La Verne

October 2021 โ€“ May 2024

  • ๐Ÿ Automation: Automated administrative data workflows using Python scripts, replacing manual log processing and saving 10+ hours of weekly staff labor
  • ๐ŸŽฅ IT Support: Orchestrated IT support for major on-campus conferences, managing live streaming hardware, Zoom configurations, and real-time troubleshooting for speakers
  • ๐Ÿ—๏ธ ETL Pipelines: Built Python ETL pipelines to extract and transform data from legacy systems for internal reporting dashboards
  • ๐Ÿ”„ Legacy Maintenance: Maintained and refactored legacy Python codebases to improve performance, readability, and long-term maintainability

๐Ÿ’ผ Recent Projects

๐Ÿง  Brain Tumor Classification

Python | TensorFlow | OpenCV | Streamlit

A high-accuracy Convolutional Neural Network (CNN) designed to classify brain MRI scans.

  • Features: Deployed as a web app via Streamlit for <2s real-time inference. Integrated Google Gemini API to provide "Explainable AI" (XAI) text summaries alongside visual predictions
  • Status: Completed

๐Ÿค– Team Tasks AI

TypeScript | React | Azure OpenAI

A collaborative task management web application developed for the Azure AI Developer Hackathon.

  • Features: AI-powered check-ins and summaries using GPT-4. Built with React.js, TailwindCSS, Node.js, and Azure Functions. Automated CI/CD using GitHub Actions
  • Last Updated: March 2025

๐ŸŽฎ 3D Game Engine

C++ | Low-Level Programming

Building a game engine from scratch to understand the fundamentals of graphics and memory.

  • Focus: Low-level memory management, custom allocators, and graphics rendering architecture
  • Status: In Active Development

๐Ÿ’พ C++ Memory Manager

C++ | Systems Programming

A custom memory manager designed to track dynamic allocations and detect memory leaks.

  • Features: Custom tracking tools for fragmentation analysis and memory layout optimization. Demonstrates deep understanding of pointers and system resources
  • Status: Completed

๐Ÿ“Š XML to Excel Converter

Python | Data Processing

A Python script that parses XML files and converts them into easy-to-read CSV/Excel format.

  • Use Case: Streamlines data processing, reporting, and analysis workflows for legacy data systems
  • Last Updated: January 2025

๐Ÿง  My Recognition

Python | Machine Learning

A machine learning project focused on recognition tasks and AI model implementation.

  • Last Updated: July 2025

๐Ÿ”จ Languages and Tools

๐Ÿ”ก Languages

ย  ย  ย  ย  ย  ย  ย 

๐ŸŒ Frameworks, Cloud & Databases

ย  ย  ย  ย  ย 

๐Ÿ› ๏ธ Tools & Platforms

ย  ย  ย  ย  ย  ย  ย  ย  ย 

๐ŸŽฏ Technical Highlights

  • ๐Ÿ† Azure AI Developer Hackathon Participant
  • ๐Ÿ”ง Experienced in Full-Stack Development (React, Node.js, TypeScript)
  • โ˜๏ธ Cloud Development with Azure OpenAI and Azure Functions
  • ๐Ÿค– AI/ML Integration in production applications
  • ๐Ÿ› ๏ธ Systems Programming (C++, Low-level memory management)
  • ๐Ÿ“ˆ Data Processing & Automation (Python, XML, CSV)
  • ๐Ÿš€ CI/CD Pipelines with GitHub Actions

Pinned Loading

  1. Life-Orchestrator Life-Orchestrator Public

    Life Orchestrator acts as an autonomous Chief Operating Officer (COO) for your life

    TypeScript

  2. team-tasks-ai team-tasks-ai Public

    This project is developed for the Azure AI Developer Hackathon. This is a collaborative task management web app that integrates AI-powered check-ins and summaries.

    TypeScript 2 2

  3. EthanDGee/agenticSchedulerGPT-oss EthanDGee/agenticSchedulerGPT-oss Public

    Python

  4. 3D-Game-Engine 3D-Game-Engine Public

    A custom 3D game engine built in C++ to explore low-level programming, real-time rendering, and core game development concepts. This project serves as a hands-on experiment to refine my skills in eโ€ฆ

    C++

  5. Headstarter project-Brain Tumor Clas... Headstarter project-Brain Tumor Classification.ipynb
    1
    {
    2
      "nbformat": 4,
    3
      "nbformat_minor": 0,
    4
      "metadata": {
    5
        "colab": {
  6. Financial Analysis & Automation_Isma... Financial Analysis & Automation_Ismail Abdullah.ipynb
    1
    {
    2
      "cells": [
    3
        {
    4
          "cell_type": "markdown",
    5
          "metadata": {