Skip to content
View super999christ's full-sized avatar
  • 18:22 (UTC -07:00)

Block or report super999christ

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
super999christ/README.md

I'm Cody Christ!

Software Engineer

A little more about me...

const CodyChrist = {
    pronouns: "He" | "Him",
    bio: "I'm a full stack engineer with 11 years of experience,
          specializing in AI. Love every minute of problem solving and coding.",
    code: ["Javascript", "Python", "Java", "C#"],
    askMeAbout: ["web dev", "tech", "machine learning", "full-stack"],
    technologies: {
        frontEnd: {
            js: ["React.js", "Next.js"],
            css: ["Tailwind", "MaterialUI", "Bootstrap", "SCSS"]
        },
        backEnd: {
            js: ["Express.js", "NestJS"],
            python: ["Django", "FastAPI", "Flask"]
        },
        databases: ["PostgreSQL", "MySQL", "MongoDB", "DynamoDB"],
        misc: ["AWS", "Shopify", "OAuth", "GraphQL"],
        aws: ["Lambda", "ECS", "EKS", "Kinesis", "Cognito"]
    },
    funFact: "The first computer “bug” was an actual real-life bug"
};

Pinned Loading

  1. gpt4-chatbot gpt4-chatbot Public

    A Next.js-based AI chatbot application that leverages the Vercel AI SDK and OpenAI's GPT-4 vision model.

    TypeScript

  2. ollama-document-chatbot ollama-document-chatbot Public

    A fully local, browser-based chat app that allows users to upload documents and chat over their content using an on-device large language model.

    TypeScript 2

  3. OpenCopilot OpenCopilot Public

    Forked from openchatai/copilot

    🤖 🔥 Language-to-actions engine

    TypeScript

  4. react-pdf-resume-generator react-pdf-resume-generator Public

    PDF resume generator using Tailwindcss, Next.js, and Puppeteer.

    TypeScript

  5. sso-oauth sso-oauth Public

    Next.js + SSO authentication application to use across multiple domains

    TypeScript

  6. kanban-board kanban-board Public

    Django-based web application that clones the popular project management tool Trello.

    Python