Joe Rose. Front End Software Developer.
LinkedIn
GitHub
Email Me
import * as React from 'react';
// Portfolio by Joe. Made with CSS.
export default function Portfolio() {
return(
<React.Fragment>
<h1>

Joe Rose (Front End Software Developer) Portfolio

</h1>
<h2>

What I Work With

</h2>
<p>

React, TypeScript & JavaScript, Redux (dispatch, reducers, selectors, sagas, API integration), Material UI, HTML, CSS, Jest, Figma, Git

</p>
<h2>

Employment

</h2>
<p>

<a

href="https://www.elionboarding.com/" target="_blank" rel="noreferrer"

>Front End Software Developer @ Eli Onboarding. 02/2023 - Present</a>

</p>
<p>

Maths Teacher. 2015-17, 2018-22

</p>
<p>

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

</p>
<h2>

Education

</h2>
<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>
);
}