Skip to content
View Jashan-tech's full-sized avatar

Block or report Jashan-tech

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 supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Jashan-tech/README.md

header

typing
About Me Terminal GIF

Focus

I’m a junior at UT Dallas pursuing a B.S. in Computer Science and actively seeking SWE, cloud engineering, or AI/ML internships. I build cloud ready systems with strong data foundations, designed for reliability, performance, and scale. I’m focused on backend services and production systems that are observable and easy to operate, with strong interest in databases and applied AI/ML. I work well across teams, communicate tradeoffs clearly, and enjoy turning ambiguous problems into simple, shippable solutions.

Featured repos

FaultLine

  • Open source observability stack that helps you see what is happening in your apps through metrics, logs, and traces
  • Uses OpenTelemetry to collect data and Grafana to visualize it in dashboards
  • Quick local setup so you can test monitoring on your own machine before deploying anywhere
  • Built to be beginner friendly so you can learn observability without a complicated setup

Repo: https://github.com/Jashan-tech/FaultLine

db2rest

  • Instant no code REST DATA API that exposes secure endpoints on top of existing relational databases without ORMs or code generation
  • Designed as a secure database gateway for internal tools, partners, and integrations with consistent web APIs
  • Supports modern GenAI workflows by connecting structured data sources with LLM and vector store patterns
  • Broad database support across common engines including PostgreSQL, MySQL, SQL Server, Oracle, DB2, and more
  • Contribution: implemented one feature to add support for executing DB functions inside insert and query operations

Repo: https://github.com/9tigerio/db2rest

ShelfSense

  • HackUTD project that reduces food waste by turning grocery receipts into a live inventory of expiring ingredients
  • Receipt scanning pipeline using OCR.space to extract items and auto populate a fridge and pantry
  • FastAPI backend with CRUD inventory management plus AI recipe recommendations powered by NVIDIA NIM (Llama 3.3 Nemotron) and API Ninjas fallbacks
  • SQLite database with SQLAlchemy tracking quantities, expiration dates, and automatic detection of items nearing expiration

Repo: https://github.com/SawyerAlston/ShelfSense

Samaritan Inn Scheduling App

  • Web app for a nonprofit shelter enabling staff announcements plus resident scheduling and requests through an integrated calendar flow
  • Role based access control for residents vs staff including announcements management, class scheduling, and curfew extension requests
  • Built with Next.js and Node API routes with Prisma + SQLite for data persistence
  • Authentication via NextAuth with responsive UI styled using Tailwind CSS

Repo: https://github.com/UTDallasEPICS/the-samaritan-inn

Main skills

  • GCP Image
  • Docker Image
  • Linux Image
  • Bash Image
  • Python Image
  • Java Image
  • TypeScript Image
  • Node.js Image
  • PostgreSQL Image
  • MySQL Image
  • Spring Image
  • Vercel Image
  • OpenCV Image
  • PyTorch Image
  • TensorFlow Image
  • Figma Image
  • Flask Image
  • IntelliJ IDEA Image
  • npm Image
  • PowerShell Image
  • Prisma Image
  • Prometheus Image
  • Red Hat Image
  • Supabase Image
  • Vim Image
  • Visual Studio Image
  • Vite Image
  • VS Code Image

Tools I am learning and exploring

  • Kubernetes Image
  • scikit-learn Image

Connect

footer

Popular repositories Loading

  1. USM-HACKATHON USM-HACKATHON Public

    TypeScript 1

  2. FaultLine FaultLine Public

    TypeScript 1

  3. my-second-repo my-second-repo Public

    Python

  4. Jashan-tech.github.io Jashan-tech.github.io Public

    HTML

  5. CS4337-Project CS4337-Project Public

    Forked from ajackson149/CS4347-Project

    Database Fall 2025 Project

    Java

  6. db2rest db2rest Public

    Forked from 9tigerio/db2rest

    Instant no code DATA API platform for relational databases. Connect any database, run anywhere. Power your GENAI application function/tools calls in seconds.

    Java