Skip to content
View oliver-wilson-dev's full-sized avatar
Block or Report

Block or report oliver-wilson-dev

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
oliver-wilson-dev/README.md

Welcome 👋

I'm Oliver Wilson, a Web Developer from the UK.

Normally people put lots of interesting facts and information in their GitHub profile readme, but I've already built my own personal website where you can find loads of information about myself, my educational background, my work experience and the cool projects that I've worked on; so as a true software engineer, I am going to be DRY (Don't Repeat Yourself) and keep those details in one place.

Please check out my personal website www.oliverwilson.dev 🙂.

A very brief timeline

[2014 - 2017]

  • Studied Computer Science at The University of Kent
    • Graduated with a First Class Degree (Hons)

[2017 - 2020]

  • Web Developer at ASOS
    • Maintainer and large contributor to the Product Listing Page
      • Supported user search queries as well as pre-defined categories
      • Pagination techniques
      • Isomorphic application
    • Re-platformed the Saved Items page on to a more modern tech stack of React, Redux and Node.js
      • Intersection Observer for infinite scrolling
      • View a "saved list" that someone has shared
        • Uses open graph tags to build richer experience when users share links
      • Built with accessibility and performance from the start of the project

[2020 - 2022]

  • Web Developer at ITV
    • A major contributor towards the ITV internal react component library which is used across a number of the pages on the ITV.com domain.
    • Part of the front-end team that delivered the ITV Hub homepage, using react and next js.
    • Delivered a new CTV application for the ITV hub next generation devices.
      • Lead a small team to onboard high profile third party clients Sky and VirginMedia to the ITV Hub which involved integrating with third party libraries designed to leverage the environment that the application run on for these clients.

[2022 - present]

  • Senior Web Developer at Sainsbury's
  • Worked on the rollout of the Nectar for everyone proposition - Nectar discount prices for users who have signed up for a nectar card. (Typescript, GO)
  • Worked on internal tooling which is used by the business to set the prices of products.(Typescript, Node.js)
  • Cannot disclose further details regarding the projects that I am currently or imminently working on.

Pinned

  1. personal-website personal-website Public

    Oliver Wilson's personal website

    JavaScript

  2. dan-walker-cv dan-walker-cv Public template

    A portfolio website for Dan Walker daniel.walker@tictrac.com

    JavaScript

  3. label-prs label-prs Public

    JavaScript 1

  4. settings settings Public

    Settings for any mac that I want to use

    Shell 1

  5. Mac setup Mac setup
    1
    #!/bin/sh
    2
    
                  
    3
    # check if something is already installed
    4
    install_if_does_not_exist()
    5
    {
  6. oliverwilson.dev-express-api oliverwilson.dev-express-api Public

    An express API that serves content for oliverwilson.dev

    JavaScript