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>
<ul>
<li>

Front-End: React, TypeScript, Next.js, Redux (Dispatch, Reducers, Selectors, Sagas, API integration), CSS, HTML

</li>
<li>

Testing: Jest (integration and unit tests)

</li>
<li>

Design & Collaboration: Figma, Jira, Bitbucket, Bitbucket Pipelines

</li>
<li>

Version Control: Git

</li>
<li>

Back-End & Data Tools: Knex, Microsoft SQL Server / SSMS, Node.js

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