Skip to content
View Odder's full-sized avatar
🚀
Making awesome shit!
🚀
Making awesome shit!

Block or report Odder

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
Odder/README.md

Hi there 👋

What's up? I hope you find what you are looking for here!

Curriculum Vitae

Request

{
  me {
    name
    positions(first: 3, orderBy: RECENT) {
      data {
        title
        startDate
        company {
          name
        }
      }
    }
    languagesOfExpertise(first: 3 orderBy: EXPERIENCE)
  }
}

Response

{
  "me": {
    "name": "Oscar Roth Andersen",
    "positions": {
      "data": [
        {
          "title": "Senior Engineering Manager",
          "startDate": "2025-06-01",
          "company": {
            "name": "Corti"
          }
        },
        {
          "title": "Engineering Manager",
          "startDate": "2022-01-01",
          "company": {
            "name": "Awaze"
          }
        },
        {
          "title": "Technological Lead",
          "startDate": "2020-05-01",
          "company": {
            "name": "Clio"
          }
        },
      ],
    },
    "languagesOfExpertise": [
      "Python",
      "JavaScript",
      "PHP"
    ]
  }
}

Pinned Loading

  1. Kubiverse/StackmatSignalProcessor Kubiverse/StackmatSignalProcessor Public

    🎼An Audio Worklet to process Stackmat Signals in real time and communicating an event stream through the Worklet's messagePort.

    JavaScript 8

  2. Kubiverse/Cube-Zone Kubiverse/Cube-Zone Public

    Vue 4

  3. MegaminXolver MegaminXolver Public

    A python megaminx solver

    Python 2

  4. PyraminXolver PyraminXolver Public

    Python 1 1

  5. advent-of-code advent-of-code Public

    Python 2