Skip to content
View PRich57's full-sized avatar

Highlights

  • Pro

Block or report PRich57

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

class SoftwareDeveloper:
    pass


class Bio(SoftwareDeveloper):
    def __init__(self):
        self.name = 'Pete Richards'
        self.title = 'Software Developer'
        self.location = 'Denver, CO'


class Skills(SoftwareDeveloper):
    def __init__(self):
        self.languages = [
            'Python', 'JavaScript', 'SQL', 'TypeScript',
            'HTML', 'CSS', 'C'
        ]
        self.databases = [
            'MySQL', 'PostgreSQL', 'MongoDB'
        ]
        self.technologies = [
            'Pandas', 'NumPy', 'Node.js', 'React', 'Next.js', 'Vite',
            'Express.js', 'GraphQL', 'jQuery', 'Bootstrap', 'Material-UI'
        ]
        self.tools = [
            'VSCode', 'Jupyter', 'Tableau', 'Power BI',
            'Docker', 'Compass/Atlas', 'Insomnia', 'Jest'
        ]

Skill Icons

Pete's GitHub Stats

📫 My Portfolio LinkedIn

Pinned Loading

  1. react-portfolio react-portfolio Public

    (Full-Stack) This is my updated portfolio created with React. Users will find a brief summary of my coding journey, some of my best solo and collaborative projects, a contact form connected to my e…

    JavaScript 7 1

  2. job-search-intelligence job-search-intelligence Public

    A Python-based tool used to collect and analyze job listings from multiple sources. It provides market insights through an interactive web interface, showcasing my skills in programming, data analy…

    Python

  3. short-url short-url Public

    (MERN-G) Welcome to YouRL, a URL shortener born out of my desire for cleaner, more presentable links in professional documents. This is a testament to my commitment to detail and efficiency, offeri…

    JavaScript 1

  4. ljkahn/Blurb ljkahn/Blurb Public

    (MERNG-Stack) Blurb is a social media application utilizing React, MongoDB, GraphQL, Node and Express. This is a demonstration of CRUD capabilities with this tech stack.

    JavaScript 6

  5. dev-row-records dev-row-records Public

    (Full-Stack) This is a mock record label collaborative project. Users can create an account, browse artists, albums, merch, and add to favorites to revisit at a future date or time.

    JavaScript 8 1

  6. ljkahn/videoGameProj ljkahn/videoGameProj Public

    (Full-Stack) Game Seekers is a tailored application that helps gamers discover their next favorite video games by evaluating their current preferences and cross-referencing this information with a …

    JavaScript 5 1