Colin Gorski - Professional headshot of a full-stack software engineer specializing in TypeScript, React, and AWS

Full-Stack Software Engineer

Delivering Measurable Impact

From optimizing manufacturing workflows by 80% at Lockheed Martin to shipping a full-stack SaaS from idea to launch.

About Me

I’m a backend‑leaning full‑stack engineer who loves turning real‑world workflows into reliable software. UConn CS grad with a systems‑level C/C++ foundation that keeps me focused on performance, correctness, and observability.

I work end‑to‑end: model the data and APIs, build the services, wire up CI/CD and containerized deploys, and instrument everything so issues are traceable and rollbacks are fast. I value static types and automation to reduce toil and errors.

My daily tools are TypeScript, SQL, Docker, and AWS. I enjoy shipping products, and I’m always looking for roles where ownership and measurable impact matter.

Technical Skills
Technologies and tools I work with
C#
C++
TypeScript
JavaScript
Python
SQL
Next.js
React
Tailwind CSS
.NET
Node.js
SQL Server
AWS
Docker
Stripe
Git
Professional Experience
My career journey and achievements

Founder & Engineer

ForeAdvantage GolfJuly 2024 - Present

  • Shipped a Next.js SaaS monitoring 610+ golf courses, alerting users to tee times via Telegram
  • Grew to 20+ users within 6 months; surfaced 1,300+ tee times; p95 time-to-success of 3.6 hours
Next.js
TypeScript
AWS
Stripe
SQL

Software Engineer (Manufacturing)

Lockheed Martin – SikorskyJuly 2024 - Present

  • Engineered a full‑stack pick‑to‑light system (React, C#) that cut material‑location time by 80% (260+ technician hours monthly) by parsing job materials and driving a bin‑lights controller
  • Shipped GitOps-style CI/CD for harness tests with a custom-built linter enforcing standards; containerized pipeline delivers 20s deploys with commit-linked, versioned releases and rollback
TypeScript
React
C#
AWS
Docker
Linux

Software Engineering Intern (Manufacturing)

Lockheed Martin – SikorskyMay 2024 - July 2024

  • Engineered a React + C# job‑tracking app for 200+ technicians; 50% faster searches and ~70 hrs/week saved with end‑to‑end observability
  • Built WPF‑based interactive alternative to PDF design diagrams; completed initial trials and now driving corporate adoption case
TypeScript
React
C#
WPF
AWS

Featured Projects

Recent projects spanning full-stack web development, systems programming, and SaaS applications.

ForeAdvantage Golf project preview
ForeAdvantage Golf
15 SaaS monitoring 610+ golf courses with Telegram bot alerts. Serverless AWS backend with Stripe subscriptions achieving 99.9% uptime.
Next.js
AWS CDK
Stripe
SQL
NextAuth.js
Telegram API
terminal
magic_cli search --query "privacy-focused local semantic search"
Found 5 files and 42 relevant chunks...
🏆 HIGHLIGHT
📄 document.pdf (95% match)
"Privacy-focused semantic search using local vector embeddings..."
📄 research.md (87% match)
"Local document indexing with sub-50ms vector search..."
📄 notes.txt (82% match)
"Faiss integration for efficient similarity search..."
Search completed in 47ms
Magic Folder
Privacy-first semantic file-manager indexing 10k+ local documents without cloud calls. Faiss integration enables sub-50ms vector search with 95% precision.
C++20
Faiss
Ollama
SQLite
SQLCipher
stripe-checkout.ts
export const handler = async (event: APIGatewayProxyEvent) => {
const { userId } = JSON.parse(event.body!);
const customer = await stripe.customers.create({
email: user.email,
metadata: { cognitoUserId: userId }
});
const session = await stripe.checkout.sessions.create({
customer: customer.id,
mode: 'subscription',
success_url: `${APP_URL}/success`
});
return {
statusCode: 200,
body: JSON.stringify({ sessionId: session.id })
};
};
Stripe AWS Integration
Production-ready serverless subscription management platform using Lambda, DynamoDB and real-time Stripe webhook processing.
Lambda
DynamoDB
Stripe
Cognito
TypeScript
AWS CDK

See more on GitHub

Get In Touch

Always interested in new opportunities and collaborations.