8000 matt-cross23 (Matthew Cross) · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
View matt-cross23's full-sized avatar
🦋
Developing!
🦋
Developing!

Block or report matt-cross23

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
matt-cross23/Readme.md

👋 Hi, my name is Matthew Cross!

I just completed Penn's LPS Full Stack Bootcamp and certified as a Full Stack Developer! Here are my certificates

In addition, I graduated from the University of Pennsylvania with a Bachelor's Degree in Philosophy, Politics, & Economics (PPE) in May 2020. 🎓

User Story

I am a Full-Stack Engineer with two years of hands-on experience in developing both front-end and back-end solutions, specializing in creating user-friendly interfaces, optimizing backend systems, and managing efficient database infrastructures. My technical toolkit includes proficiency in PHP, JavaScript, MySQL, Python, and CSS, allowing me to build dynamic applications and ensure seamless API integrations.

In my current role as a Full-Stack Developer at ERPHealth, I lead the development of a HIPAA-compliant SAAS platform that integrates clinical assessments to enhance patient data collection. I’ve been instrumental in managing project timelines and collaborating with cross-functional teams, ensuring client satisfaction while meeting tight deadlines. My contributions range from streamlining data processes to creating accessible solutions like a text-to-speech feature for both Spanish and English assessments, aimed at improving patient experience. I’ve also designed an automated marketing report system that delivers critical patient outcome data to clients, helping them gain insights from customizable date ranges.

One of my key strengths is working closely with both technical and non-technical stakeholders. I thrive on fostering collaboration, from writing detailed documentation to engaging in product discussions and shaping development strategies. In all my projects, my focus is on efficiency, user experience, and scalability, ensuring that every solution meets both business and user needs.

Before transitioning into tech, I served as a Legal Clerk at the First Judicial District of Philadelphia. In this role, I managed the creation of over 200 payment plans for defendants, ensuring compliance with city regulations and generating over $476,000 in owed revenue. This experience honed my organizational skills, attention to detail, and ability to lead under pressure—qualities I now apply to managing complex tech projects.

I hold a Bachelor’s degree in Philosophy, Politics, and Economics (PPE) from the University of Pennsylvania, where I developed critical thinking and analytical skills that complement my technical expertise. Afterward, I completed a 24-week intensive full-stack development program at Penn’s LPS, where I further solidified my knowledge in front-end and back-end technologies.

I am passionate about using my skills to solve real-world problems and am eager to continue developing innovative and efficient software solutions in a dynamic and collaborative team environment.

Core Skills

Languages/Frameworks: PHP, JavaScript, Python, MySQL, CSS Tools/Methodologies: JIRA, Git, Agile Soft Skills: Cross-departmental collaboration, communication, problem-solving, attention to detail Feel free to connect with me to discuss potential opportunities or collaboration!

counter

Pinned Loading

  1. E-Commerce-Backend E-Commerce-Backend Public

    E-commerce backend application that successfully creates, update, and delete data within a database. This app is similar to other e-commerce companies' e-commerce platform

    JavaScript

  2. Tech-Blog Tech-Blog Public

    This application allows users to make a profile, which will be used to publish and comment on blog posts. This application was built from scratch using the MVC paradigm and is deployed to Heroku. H…

    JavaScript

  3. Team-Profile-Generator Team-Profile-Generator Public

    This application creates and displays a team of employees by using Node.JS. The package Inquirer asks command line question to the user and render's html based on input. OOP and TDD is used to mani…

    JavaScript

  4. Readme-generator Readme-generator Public

    The intention behind this project is to demonstrate an understanding of Node.JS by using node package manager to create a command-line application that can create a descriptive ReadME. Using Node.J…

    JavaScript

  5. Employee-Tracker Employee-Tracker Public

    Command line application that prompts a manager to give employee team's information and generate scorecards based on input.

    JavaScript

  6. Regex Role in Web Development Regex Role in Web Development
    1
    # Regex Role in Web Development
    2
    Regex (Regular Expression) is a pattern used by developers to match the sequence of characters in a string and define a search pattern. The term "match" describes the string from which the pattern was derived from and is adhered to by the regex algorithm. 
    3
    Regex is an effective usage of pattern recognition and is readily applied to every programming language, with the intention of using methods or functions to comeplete further analysis. The four main tasks of regex are to find text within a larger body of text; to validate that a string conforms to a desired format; to replace text or insert text at matched positions; and to split strings. 
    4
    
                  
    5
    ## Summary
0