Skip to content
View kelleyvanevert's full-sized avatar
πŸ¦•
would like a pet dino
πŸ¦•
would like a pet dino

Sponsoring

@typst
Block or Report

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

  1. adventofcode2022 adventofcode2022 Public

    My Rusty πŸ¦€ solutions to Advent of Code 2022 πŸŽ„

    Rust 1

  2. js_visualized_v2 js_visualized_v2 Public

    Visualizing JS execution through a meta-syntactic transform

    JavaScript 13 1

  3. literal-jsx literal-jsx Public

    JSON + JSX = Literal JSX

    TypeScript 5 1

  4. TypeScript-typed generateQuery for c... TypeScript-typed generateQuery for creating single-SQL nested queries for a certain schema
    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 squadrosolve Public

    Rust

  6. adventofcode2023 adventofcode2023 Public

    Rust