Skip to content
View plang-psm's full-sized avatar

Organizations

@hackforla
Block or Report

Block or report plang-psm

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

Hi there, I'm Phillip! 👋

LinkedIn Scrimba

How it's going:

github statslanguages used

languages used

Languages, frameworks and tools:

HTML tagCSS tagJavaScript tagReact tagNode tagExpress tagMongodb tagTailwind CSS tagRedux tagJava tagMySQL tagVisual studios tagIntellij tagCodepen tagCodepen tagvercel tag

About me

const aboutMe = {
    name: 'Phillip',
    location: "Los Angeles",
    softwareEngineer: true,
    openForWork: true,
    experience: {
      company: 'Hack for LA',
      title: 'Full Stack Developer',
      start: 08/2022
    },
    school: {
      name: 'Western Governors University',
      major: 'Computer Science',
      graduationYear: 2024
    }
}

console.log(aboutMe.openForWork); // true

Resources

Pinned Loading

  1. popflix-v2 popflix-v2 Public

    Popfliix is a movie watchlist app developed using React, Node, Express, MongoDB, Redux Toolkit, and Tailwind CSS. It provides users with a seamless experience to discover, save, and organize their …

    JavaScript 2

  2. mementos mementos Public

    Mementos is a photo booth rental company based in the Los Angeles area. It aims to promote the services offered by the rental company and attract potential clients. The project is developed using N…

    TypeScript

  3. VRMS VRMS Public

    Forked from hackforla/VRMS

    Volunteer Relationship Management System: This is an ambitious project to create a system that will help us measure our human capital development, reduce repetitive tasks and processes, and improve…

    JavaScript

  4. website website Public

    Forked from hackforla/website

    Hack for LA's website

    HTML

  5. Appointment-Manager Appointment-Manager Public

    A GUI-based scheduling desktop application to help global consulting organizations manage appointments, clients and reports. Created using Java, JavaFX, MySQL, and Scenebuilder.

    Java

  6. wgu-parcel-service wgu-parcel-service Public

    WGUPS is a package delivery system that uses the nearest neighbor algortihm to optimize truck routes for quick package delivery. The project was built using Python 3.11.1.

    Python