Skip to content
View panmona's full-sized avatar

Highlights

  • Pro

Organizations

@isolutionsag @ultimate-ttt
Block or Report

Block or report panmona

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
panmona/README.md

Hey, I'm Mona! 🌺

- Software Engineer at isolutions
- Librarian & Software Engineer at Bibliothek im Regenbogenhaus
- Computer Science Student at Eastern University of Applied Sciences

A little bit more about me...

let mona = {
  Name = "Mona Celeste Panchaud"
  Pronouns = [ She; Her ]
  Code = [ ``F#``; ``C#``; TypeScript; CSS; LaTeX ]
  Tools = [ Rider; React; Fable ]
  OutsideOfCode = [ "🪡🧵"; "📚"; "🧙‍♀️"; "🖋️"; "👩‍🍳"; "🏊‍♀️"; "🚴‍♀️"; "⛰️"  ]
}

If you're interested in the types that make the above F# code compile, see below.

F# Types
type Pronoun = She | Her | He | Him | They | Them

type Language = ``F#`` | ``C#`` | TypeScript | CSS | LaTeX

type Tool = Rider | React | Fable

type Person = {
  Name: string
  Pronouns: Pronoun list
  Code: Language list
  Tools: Tool list
  OutsideOfCode: string list
}

Pinned Loading

  1. switchtube-dl switchtube-dl Public

    Simple CLI for downloading videos from SwitchTube

    F# 13

  2. ultimate-ttt/ultimate-ttt ultimate-ttt/ultimate-ttt Public archive

    Play "Ultimate Tic-Tac-Toe" in the browser 🚀

    TypeScript 27 9

  3. ost-cheatsheets ost-cheatsheets Public

    Cheatsheets for different OST modules

    TeX 1