Skip to content

szeedneigh/szeedneigh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

109 Commits
 
 

Repository files navigation

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

  }
}

About

Config files for my GitHub profile.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors