import React from "react"; import { Link } from "react-router-dom"; const Introduction = () => { return (

Hi, I'm John

I am a BSc Computer Science student who loves to program. I a most intrested in full-stack development - taking an idea all the way to the end and creating a full application, I love working as part of a team and making project with friends. I am also a Linux Enthusiat and I run Garuda Linux as my main OS on all my machines. Furthermore, I am a private tutor for GCSE and A-level Maths and Computer Science.

I have worked on an extensive number of projects, such as making my own tutoring company whilst at university, creating a web based revision application for my students, and creating the frontend for a{" "} secure datasharing startup.

Technologies I work with:

  • JavaScript / TypeScript
  • Both frontend and backend
  • Node.js
  • Golang
  • React
  • PostgreSQL
  • Including hosting and managing my own databases
  • Linux Management
  • I have hosted and managed several linux servers
  • MongoDB
  • Java
  • Wordpress
); }; export default Introduction;