{"version":3,"sources":["webpack:///./src/components/MDXLayout.js","webpack:///./src/pages/resume.mdx","webpack:///./node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js"],"names":["Main","styled","div","_frontmatter","layoutProps","MDXLayout","children","useSiteMetadata","title","description","GlobalStyle","Helmet","lang","name","content","Navbar","Wrapper","MDXContent","components","props","source","excluded","key","i","target","sourceKeys","Object","keys","length","indexOf","mdxType","parentName","isMDXComponent"],"mappings":"yRASMA,E,UAAOC,EAAOC,IAAV,sEAAGD,CAAH,yECDGE,EAAe,GACtBC,EAAc,CAClBD,gBAEIE,EDIS,SAAC,GAAkB,IAAhBC,EAAe,EAAfA,SAAe,EACEC,cAAvBC,EADqB,EACrBA,MAAOC,EADc,EACdA,YAEf,OACI,oCACI,kBAACC,EAAA,EAAD,MACA,kBAACC,EAAA,EAAD,KACI,0BAAMC,KAAK,OACX,+BAAQJ,GACR,0BAAMK,KAAK,cAAcC,QAASL,KAEtC,kBAACM,EAAA,EAAD,MACA,kBAACf,EAAD,KACI,kBAACgB,EAAA,EAAD,KAAUV,MChBX,SAASW,EAAT,GAGZ,IAFDC,EAEC,EAFDA,WACGC,ECfU,SAAuCC,EAAQC,GAC5D,GAAc,MAAVD,EAAgB,MAAO,GAC3B,IAEIE,EAAKC,EAFLC,EAAS,GACTC,EAAaC,OAAOC,KAAKP,GAG7B,IAAKG,EAAI,EAAGA,EAAIE,EAAWG,OAAQL,IACjCD,EAAMG,EAAWF,GACbF,EAASQ,QAAQP,IAAQ,IAC7BE,EAAOF,GAAOF,EAAOE,IAGvB,OAAOE,EDIN,mBACD,OAAO,YAAC,EAAD,iBAAepB,EAAiBe,EAAhC,CAAuCD,WAAYA,EAAYY,QAAQ,cAG5E,gDACA,kCACA,oDACA,gFACA,sBACE,kBAAIC,WAAW,MACb,iBAAGA,WAAW,MAAd,wFAGF,kBAAIA,WAAW,MACb,iBAAGA,WAAW,MAAd,mIAGF,kBAAIA,WAAW,MACb,iBAAGA,WAAW,MAAd,oOAIF,kBAAIA,WAAW,MACb,iBAAGA,WAAW,MAAd,iLAEF,kBAAIA,WAAW,MACb,iBAAGA,WAAW,MAAd,sLAIF,kBAAIA,WAAW,MACb,iBAAGA,WAAW,MAAd,wHAGF,kBAAIA,WAAW,MACb,iBAAGA,WAAW,MAAd,yGAIJ,8EACA,sBACE,kBAAIA,WAAW,MACb,iBAAGA,WAAW,MAAd,0HAGF,kBAAIA,WAAW,MACb,iBAAGA,WAAW,MAAd,qEAEF,kBAAIA,WAAW,MACb,iBAAGA,WAAW,MAAd,0EAEF,kBAAIA,WAAW,MACb,iBAAGA,WAAW,MAAd,wKAGF,kBAAIA,WAAW,MACb,iBAAGA,WAAW,MAAd,mJAIJ,mCACA,4DACA,+CACA,kDAAiC,sBAAQA,WAAW,KAAnB,KAAjC,QACA,yCACA,mDACA,kCACA,+CACA,6DACA,8CACA,0MACA,sBACE,kBAAIA,WAAW,MACb,iBAAGA,WAAW,MAAd,kEAEF,kBAAIA,WAAW,MACb,iBAAGA,WAAW,MAAd,8GAEF,kBAAIA,WAAW,MACb,iBAAGA,WAAW,MAAd,+IAGJ,4CACA,kCACA,8CACA,gDACA,8CACA,gDACA,4CACA,wCACA,6CACA,yCACA,4CACA,sDACA,8CAKJd,EAAWe,gBAAiB","file":"component---src-pages-resume-mdx-0cba5881e6334fe841e5.js","sourcesContent":["import React from 'react';\nimport GlobalStyle from '../styles/GlobalStyle';\nimport Navbar from '../components/Navbar';\nimport Wrapper from '../styles/Wrapper';\nimport Helmet from 'react-helmet';\nimport useSiteMetadata from '../hooks/use-sitemetadata';\n\nimport styled from 'styled-components';\n\nconst Main = styled.div`\n height: auto;\n display: flex;\n justify-content: center;\n align-items: center;\n`;\n\nconst Layout = ({ children }) => {\n const { title, description } = useSiteMetadata();\n\n return (\n <>\n \n \n \n {title}\n \n \n \n
\n {children}\n
\n \n );\n};\n\nexport default Layout;\n","import * as React from 'react'\n /* @jsx mdx */\nimport { mdx } from '@mdx-js/react';\n/* @jsxRuntime classic */\n\n/* @jsx mdx */\n\nimport DefaultLayout from \"/opt/build/repo/src/components/MDXLayout.js\";\nexport const _frontmatter = {};\nconst layoutProps = {\n _frontmatter\n};\nconst MDXLayout = DefaultLayout;\nexport default function MDXContent({\n components,\n ...props\n}) {\n return \n\n\n

{`PROGRAMMING EXPERIENCE`}

\n

{`BrightHR`}

\n

{`September 2021 - July 2022`}

\n

{`As a Frontend developer, my responsibilities included:`}

\n
    \n
  • \n

    {`Performing UI changes across various Bright products, using React\nand TailwindCSS.`}

    \n
  • \n
  • \n

    {`Writing unit tests in Jest with React Testing Library to ensure frontend\nrepositories were kept above required code coverage.`}

    \n
  • \n
  • \n

    {`Performing various codebase maintenance tasks including; converting legacy\nstyled-components to TailwindCSS, rewriting Enzyme unit tests to React\nTesting Library and converting React class components to using React Hooks.`}

    \n
  • \n
  • \n

    {`Working with UX designers collaboratively on new product designs, giving detailed opinions and reaching concensus based upon scalability and consistency across the product.`}

    \n
  • \n
  • \n

    {`Closely working with Quality Assurance Analysts by giving detailed\ndemonstrations and collaboratively theorising solutions for squashing bugs in UI with a user\nfirst approach.`}

    \n
  • \n
  • \n

    {`Working in an Agile environment with daily standups, UX show and tells, POA\nmeetings and bi-weekly retrospectives.`}

    \n
  • \n
  • \n

    {`Periodically giving product demonstrations to Research and Development and\nCustomer Service teams.`}

    \n
  • \n
\n

{`Some of the tasks and projects I worked on included:`}

\n
    \n
  • \n

    {`Migrating BrightHR’s change/reset password functionality from the primary\nWebApp to BrightHR’s User Account Web App.`}

    \n
  • \n
  • \n

    {`Implementing new UI and features for BrightHR’s Account Web App.`}

    \n
  • \n
  • \n

    {`Elevating BrightHR’s Account Web App’s code coverage from 25% to 80%.`}

    \n
  • \n
  • \n

    {`Migrating PoP!, BrightHR's dedicated expense tracking application from mobile to primary Web Application by\ncoding new UI and integrating with PoP!’s RESTful API.`}

    \n
  • \n
  • \n

    {`Implementing UI improvements to various areas of the product\nspecifically addressing unit testing and responsive design using media queries.`}

    \n
  • \n
\n

{`EDUCATION`}

\n

{`Manchester Metropolitan University`}

\n

{` Sept 2015 - June 2018`}

\n

{`BA International Politics `}{`|`}{` 2:1`}

\n

{`WORK EXPERIENCE`}

\n

{`Junior Frontend Developer`}

\n

{`BRIGHTHR`}

\n

{` Sept 2021 - July 2022`}

\n

{`10+ Years Experience in Hospitality`}

\n

{`Sept 2008 - June 2021`}

\n

{`Whilst there is little overlap between Hospitality and Software, I have gained certain skills from a variety of roles which can be invaluable in any team-based work environment.`}

\n
    \n
  • \n

    {`Insight into efficient teamwork producing a superior product.`}

    \n
  • \n
  • \n

    {`Multi-tasking and time management abilities in an environment where both are key to a successful service.`}

    \n
  • \n
  • \n

    {`Interpersonal skills which have allowed me to empathise, negotiate and offer constructive criticism with my co-workers where appropriate.`}

    \n
  • \n
\n

{`EMPLOYMENT HISTORY`}

\n

{`BRIGHTHR`}

\n

{`Sept 2021 - July 2022`}

\n

{`RUDYS NEAPOLITAN PIZZA`}

\n

{`June 2017 - June 2021`}

\n

{`OSTLERS BAR AND BISTRO`}

\n

{`Oct 2014 - Dec 2015`}

\n

{`THE ANCHOR INN`}

\n

{`Jan 2014 - Sept 2015`}

\n

{`BROWNS WINE BAR`}

\n

{`Nov 2012 - Jan 2014`}

\n

{`CHESTER’S MEXICAN RESTAURANT`}

\n

{`Sept 2008 - Apr 2012`}

\n\n
;\n}\n;\nMDXContent.isMDXComponent = true;\n ","export default function _objectWithoutPropertiesLoose(source, excluded) {\n if (source == null) return {};\n var target = {};\n var sourceKeys = Object.keys(source);\n var key, i;\n\n for (i = 0; i < sourceKeys.length; i++) {\n key = sourceKeys[i];\n if (excluded.indexOf(key) >= 0) continue;\n target[key] = source[key];\n }\n\n return target;\n}"],"sourceRoot":""}