{"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
{`Performing UI changes across various Bright products, using React\nand TailwindCSS.`}
\n{`Writing unit tests in Jest with React Testing Library to ensure frontend\nrepositories were kept above required code coverage.`}
\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{`Working with UX designers collaboratively on new product designs, giving detailed opinions and reaching concensus based upon scalability and consistency across the product.`}
\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{`Working in an Agile environment with daily standups, UX show and tells, POA\nmeetings and bi-weekly retrospectives.`}
\n{`Periodically giving product demonstrations to Research and Development and\nCustomer Service teams.`}
\n{`Migrating BrightHR’s change/reset password functionality from the primary\nWebApp to BrightHR’s User Account Web App.`}
\n{`Implementing new UI and features for BrightHR’s Account Web App.`}
\n{`Elevating BrightHR’s Account Web App’s code coverage from 25% to 80%.`}
\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{`Implementing UI improvements to various areas of the product\nspecifically addressing unit testing and responsive design using media queries.`}
\n{` Sept 2015 - June 2018`}
\n{`BA International Politics `}{`|`}{` 2:1`}
\n{` Sept 2021 - July 2022`}
\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{`Insight into efficient teamwork producing a superior product.`}
\n{`Multi-tasking and time management abilities in an environment where both are key to a successful service.`}
\n{`Interpersonal skills which have allowed me to empathise, negotiate and offer constructive criticism with my co-workers where appropriate.`}
\n{`Sept 2021 - July 2022`}
\n{`June 2017 - June 2021`}
\n{`Oct 2014 - Dec 2015`}
\n{`Jan 2014 - Sept 2015`}
\n{`Nov 2012 - Jan 2014`}
\n{`Sept 2008 - Apr 2012`}
\n\n