Skip to content
View jaredvincent414's full-sized avatar

Highlights

  • Pro

Block or report jaredvincent414

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

Hi there! I'm Vincent

Typing SVG

Portfolio ย |ย  Email ย |ย  LinkedIn


๐Ÿ‘จโ€๐Ÿ’ป About Me

using System;
using System.Collections.Generic;

public class Vincent
{
   const string Author = "Vincent";
   const string School = "Brandeis University โ€” Computer Science & Economics";
   const string Email  = "vincentjared18@gmail.com";

   static readonly Dictionary<string, string[]> Stacks = new()
   {
       ["Languages"]      = new[] { "C#", "Python", "Java", "JavaScript", "TypeScript", "Rust", "Swift" },
       ["Frontend"]       = new[] { "React", "Next.js", "React Native", "Flutter", "Tailwind CSS", "Three.js" },
       ["Backend"]        = new[] { ".NET", "Node.js", "Express", "NestJS", "Django", "FastAPI", "GraphQL" },
       ["Data & ML"]      = new[] { "NumPy", "Pandas", "scikit-learn", "PyTorch", "TensorFlow" },
       ["Cloud & DevOps"] = new[] { "AWS", "Azure", "Vercel", "Render", "Cloudflare" },
       ["Databases"]      = new[] { "PostgreSQL", "Firebase", "Supabase" },
   };

   public static void Main()
   {
       Console.WriteLine($"๐Ÿ‘จ{Author} | {School}");
       Console.WriteLine($"Reach me at: {Email}");
       Console.WriteLine("Passionate about software engineering, machine learning, and impactful tech.");
       Console.WriteLine("Building across web, mobile, and backend โ€” always exploring new tools.");
       Console.WriteLine("Always learning, always building.");
   }
}

๐Ÿ—๏ธ Featured Projects

A mobile-first, peer-to-peer campus marketplace where students buy and sell within their community, with real-time in-app messaging tied directly to individual listings. Full-stack solo build โ€” from database schema to mobile UI.

Technologies Used: React Native (Expo SDK 54) ยท TypeScript ยท Node.js ยท Express ยท MongoDB (Mongoose) ยท Socket.IO ยท GridFS

Key Design Decisions:

  • Real-time messaging with Socket.IO โ€” room-based architecture (user:<email> for inboxes, conversation:<id> for live threads)
  • Conversations scoped to (listingId, buyerEmail, sellerEmail) to guarantee no duplicate threads
  • Media upload pipeline storing images/video in MongoDB GridFS (up to 40 MB per file) via multipart form-data
  • Listing lifecycle state machine (available โ†’ pending โ†’ sold) with soft-delete and API-layer self-purchase prevention
  • File-based routing with Expo Router and a centralized theming + context state architecture

Automation: The Game ย ยทย  ๐ŸŒ Live Player Server

A Dominion-style deck-building card game built as a 4-person team project โ€” featuring a full game engine, a console harness, multiple AI player strategies, and a networked player server deployed to the cloud.

Technologies Used: Java ยท Maven ยท JUnit ยท Docker ยท Azure Container Apps ยท GitHub Actions

Key Design Decisions:

  • Pluggable AI strategies behind a common Player interface (Big Money, Adaptive, and benchmark bots) for head-to-head comparison
  • Card effects modeled as individual ActionCardHandler implementations (one class per card) for clean, testable game logic
  • Player rating + benchmark harness runs automated match-ups to score strategy performance at scale
  • NetworkPlayer lets remote agents compete against a publicly deployed player server on Azure Container Apps
  • CI via GitHub Actions running the JUnit suite on every push

๐Ÿš€ Tech Stack

๐Ÿ’ป Languages

C# Java Python JavaScript TypeScript Rust Swift Dart R

๐ŸŽจ Frontend

React Next.js React Native Flutter Tailwind CSS Bootstrap Three.js HTML5 CSS3

๐Ÿ› ๏ธ Backend

Node.js Express NestJS Django Flask FastAPI GraphQL Socket.io .NET

๐Ÿ“Š Data & Machine Learning

NumPy Pandas scikit-learn PyTorch TensorFlow Matplotlib Plotly

โ˜๏ธ Cloud & DevOps

AWS Azure Cloudflare Vercel Render

๐Ÿ—„๏ธ Databases

PostgreSQL Firebase Supabase

๐Ÿงฐ Tools & Design

Git Jest Postman Figma Notion Power BI


๐Ÿ”— Connect With Me


โญ๏ธ From jaredvincent414

Pinned Loading

  1. Campus-Marketplace Campus-Marketplace Public

    TypeScript 2

  2. codeKenya codeKenya Public

    Forked from muregii/codeKenya

    Python 2

  3. Payment_API Payment_API Public

    Python 1

  4. swiftdine swiftdine Public

    Dart

  5. viewPesa2 viewPesa2 Public

    Dart

  6. vincent-dev-portfolio vincent-dev-portfolio Public

    JavaScript