Skip to content
View leskaa's full-sized avatar
🔎
Looking for new opportunities
🔎
Looking for new opportunities

Highlights

  • Pro

Block or report leskaa

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
leskaa/README.md

Hi, I'm Alex!

Fan of GraphQL, React, & PlanetScale

Typescript Rust Elixir

  Alex's GitHub Stats

What projects am I working on right now?

GIF

  leskaa/dotadle

query GitHubUserAndStack($username: Username, $isProfileReadme: Boolean!) {
  user(username: $username) {
    name
    location
    favoriteLanguages @include(if: $isProfileReadme) {
      language
    }
  }
}
{
  "data": {
    "user": {
      "name": "Alex Leska",
      "location": "Seattle, WA",
      "favoriteLanguages": [
        { "language": "Typescript" },
        { "language": "Rust" },
        { "language": "Elixir" }
      ]
    }
  }
}

Pinned Loading

  1. saga-app saga-app Public

    React SPA for Saga Learning Management System

    TypeScript 1 1

  2. matchup-ranker-api matchup-ranker-api Public

    Serverless API for Prestige App

    Go

  3. techintern.fyi techintern.fyi Public

    Internship Data React SPA

    TypeScript 1

  4. internships-graphql-api internships-graphql-api Public

    GraphQL API for Software Engineering Internship Data

    TypeScript 1

  5. draft-aggregator draft-aggregator Public

    Dota 2 Draft Recommendation Web Application built with ReactJS

    JavaScript

  6. dining-fulfillment dining-fulfillment Public

    ExpressJS Fulfillment Server for University Dining Center Assistant

    Python