Skip to content
View szeedneigh's full-sized avatar
👨‍💻
Lock'd In
👨‍💻
Lock'd In

Highlights

  • Pro

Block or report szeedneigh

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

Typing SVG

/** 
 * @portfolio Szeedneigh
 * @version 2.0.0
 * @lastUpdated 2025-04-01
 */

interface DeveloperProfile {
  name: string;
  title: string;
  contact: ContactInfo;
  skills: TechStack;
}

class ProfileBuilder implements DeveloperProfile {
  readonly name = "Sidney John Sarcia";
  readonly title = "Philanthropist Good Looking Trillionaire";

  readonly contact: ContactInfo = {
    social: {
      github: "szeedneigh",
      twitter: "szeedneigh",
      instagram: "szeedneigh"
    }
  }
Twitter   Instagram
  readonly skills: TechStack = {
languages: {
        primary: [
          "TypeScript",
          "Python",
          "JavaScript"
        ],
        secondary: [
          "Java",
          "C++",
          "PHP"
        ]
      }
frontend: {
        frameworks: [
          "React",
          "Next.js",
          "Vue",
          "Angular"
        ],
        styling: [
          "Tailwind",
          "Bootstrap"
        ]
      }
backend: {
        frameworks: [
          "Node.js",
          "Django",
          "Express"
        ],
        databases: [
          "MySQL",
          "MongoDB"
        ]
      }
devops: {
        cloud: [
          "Firebase",
          "GCP",
          "Supabase"
        ],
        tools: [
          "Docker",
          "Appwrite"
        ]
      }
  readonly stats: GithubMetrics = {

Activity Graph

  readonly currentlyPlaying: SpotifyTrack = {

spotify-github-profile

  }
}

Pinned Loading

  1. learn-vanguard learn-vanguard Public

    A centralized platform where students can access course resources throughout their time at the LVCC.

    JavaScript 6

  2. affinity affinity Public

    AFFINITY is a modern social app designed for meaningful connections, featuring a stunning UI and a native mobile feel.

    TypeScript 1