Joe Rose. Front End Software Developer.
LinkedIn
GitHub
Email Me
import * as React from 'react';
import { Link } from '@mui/material';
// Portfolio by Joe. Made with CSS.
export default function Portfolio() {
return(
<React.Fragment>
<strong>
Employment
</strong>
<p>

<Link href="https://www.cathree.com/about-us" target="_blank" rel="noreferrer">Front End Software Developer. 02/2023 - Present</Link>

</p>
<p>

Maths Teacher. 2015-17, 2018-22

</p>
<p>

Co-Founder. Ed Tech Data Start-Up. Akiva.uk. 2017-18

</p>
<strong>
Education
</strong>
<p>

General Assembly. Software Engineering Bootcamp. 2022

</p>
<p>

Institute of Education, University College London, Teach First Programme. Graded Outstanding. PGCE. 2015-16

</p>
<p>

Canterbury Christ Church University. Maths Course. 2015

</p>
<p>

University of Birmingham, 2:1 (69 Overall) in BA (Sociology). 2012-15

</p>
</React.Fragment>
)
}