Skip to content
View kelleyvanevert's full-sized avatar
🦕
would like a pet dino
🦕
would like a pet dino

Block or report kelleyvanevert

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

Hi there 👋

Pinned Loading

  1. adventofcode2022 Public

    My Rusty 🦀 solutions to Advent of Code 2022 🎄

    Rust 1

  2. js_visualized_v2 Public

    Visualizing JS execution through a meta-syntactic transform

    JavaScript 16 2

  3. literal-jsx Public

    JSON + JSX = Literal JSX

    TypeScript 5 1

  4. TypeScript-typed generateQuery for c...
    1
    select json_build_object('__table', 'user', 'firstName', e."first_name", 'lastName', e."last_name", 'managedResources', coalesce("t_managedResources"."data", '[]'), 'ratings', coalesce("t_ratings"."data", '[]')) as "data"
    2
    from "user" as "e"
    3
    left join (
    4
      select "manager_id" as "fkey", json_agg(json_build_object('__table', 'resource', 'ratingTotals', "t_ratingTotals"."data")) as "data"
    5
      from "resource" as "e"
  5. squadrosolve Public

    Rust

  6. adventofcode2023 Public

    Rust