Skip to content
View connorGS9's full-sized avatar
♨️
Building Credentials
♨️
Building Credentials

Highlights

  • Pro

Block or report connorGS9

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

About Me

I'm a backend-leaning full-stack engineer focused on building reliable, well-structured systems, from job-matching pipelines to video processing to trading simulators. I'm currently developing a stock strategy backtester, built in C++ for simulation performance.

  • Looking for: full-stack or backend SWE roles
  • Stack I reach for daily: Java, Spring Boot, Python, React, PostgreSQL
  • Email: connorgsmith2020@gmail.com

Tech Stack

Languages: Java, Python, JavaScript, TypeScript, C++

Backend: Spring Boot, REST APIs, PostgreSQL, MySQL, Kafka

Frontend: React, TypeScript

Infra & tools: Docker, AWS S3, Redis, Git


Currently Learning

Picking these up through my internship and on my own time:

C++ Kafka System Design Redis


Featured Projects

Pursuitly: Job Aggregation Platform Pulls fresh job listings daily from multiple APIs, matches them to each user, and serves a personalized dashboard with an AI cover-letter writer. Users, jobs, and their embeddings live in PostgreSQL for semantic matching. Java Spring Boot JavaScript React PostgreSQL Kafka Vector Embeddings Repo

Video Streaming Service Users upload raw video; the backend transcodes it with FFmpeg, chunks it into ordered segments, and serves it for smooth playback. Segments sit in S3, metadata in PostgreSQL. Java Spring Boot TypeScript AWS S3 FFmpeg PostgreSQL Repo

Stock Strategy Backtester (in progress) Replays recorded market data so a strategy, buy-and-hold and beyond, can be run against history and scored on how it would've actually performed. C++ core handles the simulation; a Python tool for visualizing results is in the works. C++ Python Data Analysis Repo


Ways to work together

Always happy to connect. A few things I'm regularly up for:

  • Running mock interviews (DSA, system design, or behavioral)
  • Collaborating on a project, yours or mine
  • Contributing to open source

Find me on Discord, username chedwin__.


GitHub Stats


Reach out: LinkedIn · Email · Website · Discord: chedwin__

Popular repositories Loading

  1. LinuxScript1 LinuxScript1 Public

    Shell

  2. Dijkstras-algo Dijkstras-algo Public

    Java implementation of Dijkstra's algorithm

    Java

  3. ConnorSmith-Test2 ConnorSmith-Test2 Public

    Java

  4. Ticketmaster Ticketmaster Public

    Ticketmaster like project for DB Systems

  5. Programming-Problems Programming-Problems Public

    Collection of programming problems and my detailed solutions to them

    Java

  6. Daily-Review-App Daily-Review-App Public

    An application for writing daily summaries to an sql DB where they are stored and can be read in the future

    Java