import React from 'react';
const Introduction: React.FC = () => {
const name: string = "Marisi";
const role: string = "Full Stack Developer";
const skillsInfo: { [key: string]: string[] } = {
React: [
"Classes",
"Hooks",
"Context",
"Material UI",
"Redux",
"Redux Toolkit"
],
"Node.js": [
"Vanilla",
"Express"
],
JavaScript: [
"ES6+",
"AJAX & API’s - REST and GraphQL",
"Graphing (d3.js) & Realtime (websockets and http://socket.io/socket.io)",
"OAuth",
"Git",
"Github"
],
Testing: [
"TypeScript",
"Cypress",
"Vitest",
"Vite"
],
Databases: [
"SQL - MySQL",
"NoSQL - MongoDB with Mongoose.js",
"Redis",
"Firebase",
"GraphCMS/Hygraph"
],
DevOps: [
"Serverless (inc. Netlify)",
"cPanel",
"Apache",
"XAMPP"
],
"CSS 3": [
"Responsive design",
"Flexbox & CSS Grid",
"Pre-processors (SASS)",
"CSS frameworks"
],
HTML5: [
"Semantically correct for accessibility and SEO"
],
Platforms: [
"WordPress",
"Elementor",
"WooCommerce",
"Thrivecart",
"ActiveCampaign",
"Figma"
]
};
return (
I am {name}
As a {role}, I am passionate about innovative digital solutions.
My skills include:
{Object.entries(skillsInfo).map(([category, skills], index) => (
-
{category}: {skills.join(", ")}
))}
);
};
export default Introduction;
I’m Marisi, a passionate and results-driven Software Developer with a strong focus on building dynamic web applications using cutting-edge technologies. My expertise lies in the world of React, Redux, Typescript, JavaScript, SQL, Mongo, Express and Node.Js
I have the right to work in the UK
Immediately available for interview
Diverse Array of Projects Developed Using HTML, CSS, JavaScript, React, Express, SQL, and Node.js