Skip to content
View panmona's full-sized avatar

Organizations

@isolutionsag @ultimate-ttt

Block or report panmona

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
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

A little bit more about me...

let mona = {
  Name = "Mona Celeste"
  Pronouns = [ She; Her ]
  Code = [ ``F#``; ``C#``; TypeScript; CSS; LaTeX; Haskell ]
  Tools = [ Rider; React; Fable; EfCore; ReflexFrp ]
  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 | Haskell

type Tool = Rider | React | Fable | EfCore | ReflexFrp

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

Pinned Loading

  1. ultimate-ttt/ultimate-ttt ultimate-ttt/ultimate-ttt Public archive

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

    TypeScript 28 10

  2. reflex-dom-demo reflex-dom-demo Public

    Basic app setup for Reflex-DOM

    Haskell

  3. stormsimulator stormsimulator Public archive

    Simulate a thunderstorm ⛈with the exact right settings to help you relax, study, meditate or sleep 😴

    CSS 4

  4. minigolf-tutorial minigolf-tutorial Public

    Tutorial for creating a POC minigolf game in Godot

    C# 2