Skip to content
View Odder's full-sized avatar
๐Ÿš€
Making awesome shit!
๐Ÿš€
Making awesome shit!
Block or Report

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.

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
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": "Engineering Manager",
          "startDate": "2022-01-01",
          "company": {
            "name": "Awaze"
          }
        },
        {
          "title": "Technological Lead",
          "startDate": "2020-05-01",
          "company": {
            "name": "Clio ApS"
          }
        },
        {
          "title": "Full stack developer",
          "startDate": "2019-08-01",
          "company": {
            "name": "Clio ApS"
          }
        }
      ],
    },
    "languagesOfExpertise": [
      "PHP",
      "Python",
      "JavaScript"
    ]
  }
}

Pinned

  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 1

  3. MegaminXolver MegaminXolver Public

    A python megaminx solver

    Python 2

  4. PyraminXolver PyraminXolver Public

    Python 1 1

  5. AnaTon AnaTon Public

    Very speedy Anagram solver

    Python 1

  6. all-of-pyraminx all-of-pyraminx Public

    A collection of all unique Pyraminx states and their respective solutions with max depth optimal + 2 moves

    1