Skip to content

Instantly share code, notes, and snippets.

View Patrity's full-sized avatar
😃
Determined

Tony Costanzo Patrity

😃
Determined
View GitHub Profile
@Patrity
Patrity / claude-summary.md
Created August 13, 2025 13:39
Claude Personal Summary

I'll search through our past conversations to better understand you and provide a thoughtful summary.

Based on our past conversations, here's my assessment of you:

Professional Summary

You're an experienced full-stack developer with 20+ years in the field, showing both technical depth and entrepreneurial ambition. You work across the entire stack with TypeScript/Nuxt for frontend, Kotlin/Java for backend, and PostgreSQL/Supabase for data. You're building ambitious projects like Thundria (an MMO game) and Vectly (an AI-powered SaaS platform), demonstrating both creative vision and technical execution capabilities.

Strengths

Technical Excellence: You consistently choose robust, type-safe technologies and understand trade-offs deeply. Your preference for TypeScript, Kotlin, and PostgreSQL shows you value maintainability and correctness over quick hacks.

@Patrity
Patrity / Build a VS Code Extension in 100 Seconds 🔥.md
Last active September 5, 2025 10:51
Build a VS Code Extension 🔥.md
gists
id url createdAt updatedAt filename isPublic
95a4b6e0020d33b93868e02895ba49a6
2024-11-24T21:51:12Z
2024-11-24T21:55:19Z
Build a VS Code Extension in 100 Seconds 🔥.md
true

Want to join the 40,000+ extensions in the VS Code marketplace? Let's build a completely useless (but educational) extension in the next few minutes.

@Patrity
Patrity / DMM PS Nuxt API.md
Last active September 5, 2025 10:51
DMM PS Nuxt API.md
@Patrity
Patrity / DMM PS.md
Last active September 5, 2025 10:51
DMM PS API
@Patrity
Patrity / chat.js
Last active July 27, 2023 14:58
Nuxt Supabase OpenAI Endpoint
// /server/api/chat.js
import {serverSupabaseClient} from "#supabase/server";
import { Configuration, OpenAIApi } from "openai";
import { serverSupabaseUser } from '#supabase/server'
export default defineEventHandler(async (event) => {
const user = await serverSupabaseUser(event)
if (!checkPerms(user)) return returnUnauthorized()
server {
listen 80;
server_name <DOMAIN>;
return 301 https://$server_name$request_uri;
}
server {
listen 443 ssl;
listen [::]:443 ssl;
server_name <DOMAIN>;

Keybase proof

I hereby claim:

  • I am patrity on github.
  • I am tonycos (https://keybase.io/tonycos) on keybase.
  • I have a public key ASBpEaJ4Kinz-rqn4NwUmYQDoxBQbeDfvC2TmPqwsXpnSwo

To claim this, I am signing this object: