Skip to content
View PJSalter's full-sized avatar
🦊
🦊
  • London
Block or Report

Block or report PJSalter

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

Portfolio

glancing at the moon

Codewars Profile Views

PJ-Full-Stack-Developer

👩‍💻 Full Stack Developer | 🎨 Artistic Innovator

🌟 Passion-driven coder with a blend of artistry and precision.

🚀 Graduate of Founders and Coders Full Stack Skills Bootcamp, FAC 24 Cohort (2022), London.

🛠️ Skills: Java, Spring Boot, React, JavaScript, Next.js, C++, MySQL, and more.

🔧 Worked & Trained at Wiley Edge (2023) in React, JavaScript, Jest, C++, Java, Spring Boot, REST APIs, JUnit5, and JPA with Hibernate, establishing connections with MySQL databases.

I'm currently spearheading CMS development within HubSpot, seamlessly syncing with AWS for Lambda functions, fortifying security roles, and scaling up the database for a larger user base on this cutting-edge cloud platform. Also, crafted a detailed Technical Handover documentation for a smooth transition. 🔧🌐💡

🤖 Crafting tech for positive change through creative projects.

🤝 Open to collaborative coding adventures. Let's connect! 🚀

#include <iostream>

int main() {
    // ASCII art rocket
    std::string rocket[10] = {
        "         |  ",
        "        / \\  ",
        "       / _ \\  ",
        "      | (_) |  ",
        "      |  _  |  ",
        "     /| | | |\\  ",
        "    / | | | | \\  ",
        "   |  | | | |  |  ",
        "   |__|_|_|_|__|  ",
        "      /_/ \\_\\  "
    };
    return 0;
}

Learning and Languages:

Skill Technology Skill Technology Skill Technology
HubSpot C++ React.js
Java Spring Boot Maven
HTML5 CSS3 JavaScript
Node.js TypeScript Express.js
Next.js PostgreSQL MySQL
Supabase Styled Components TailwindCSS
Ruby Python git
Visual Studio Code IntelliJ Miro
Jest Cypress Playwright
Netlify Vercel Heroku
Figma Vite Story Book

My Stats:

const myInterests = (): string[] => {
let hobbies: string[] = ['Painting🎨', 'Adventurous walks🥾', 'Coding🧩', 'Gaming🎮', 'comics📚', 'Movies📽️', 'Cat😻'];
let result: string[] = hobbies.flatMap((inspire: string) => [inspire, '🔥']);
result.push('🐝');
return result;
};

console.log(myInterests());

// result : [
'Painting🎨',          '🔥',
'Adventurous walks🥾', '🔥',
'Coding🧩',            '🔥',
'Gaming🎮',            '🔥',
'comics📚',            '🔥',
'Movies📽️',            '🔥',
'Cat😻',               '🔥',
'🐝'
]

📫 You can reach me on Linkedin and email 📧

Pinned

  1. magic-on-canvas magic-on-canvas Public

    "Magic-on-Canvas" is a web app that lets users create imaginative 3D wavy lines using TypeScript, React, and three.js, enhanced with generative art through Perlin noise.

    TypeScript 1

  2. giggle-click giggle-click Public

    A place to add your fun and popular jokes, collaboration project using Playwright for testing 🎭

    TypeScript 1

  3. Rat-Invaders Rat-Invaders Public

    A game of cat and rats where the player must use their feline skills to outwit the cheesy rodents and protect their precious furball from being pelted with dairy projectiles!

    TypeScript

  4. natipats/elo-match natipats/elo-match Public

    A java chess elo matchmaker that uses the Spring toolkit and mysql workbench to communicate with a database

    CSS

  5. fac24/paintbox fac24/paintbox Public

    An app that brings up the spirits of anyone and everyone 🎨

    JavaScript 1 1

  6. fac24/alis-learning fac24/alis-learning Public

    A learning app for dyslexic children

    JavaScript 3 1