Skip to content

Instantly share code, notes, and snippets.

@csain
Last active July 31, 2025 22:07
Show Gist options
  • Save csain/20ff7a32d2bc13d8a24597d54db9d630 to your computer and use it in GitHub Desktop.
Save csain/20ff7a32d2bc13d8a24597d54db9d630 to your computer and use it in GitHub Desktop.

Revisions

  1. csain revised this gist Jul 31, 2025. 1 changed file with 3 additions and 2 deletions.
    5 changes: 3 additions & 2 deletions PROJECTS_README.md
    Original file line number Diff line number Diff line change
    @@ -12,7 +12,8 @@ My background includes an MBA, a Master's in Environmental Science, and 3 years

    | Project | Type | Tech | Overview |
    |--------------------|----------------|------------------|-----------------------------------|
    | [Dementia Dashboard](https://gist.github.com/csain/f6e3c9cfdfaa993ec0332a5d7080e04a) | Web App | ReactJS, Google API and Sheets, Raspberry Pi | Family & caretaker calendar dashoard |
    | [Cash Diary](https://gist.github.com/csain/942af2a363933fe824102766a5dbca9a) just started! | Web App | React, TypeScript, Django/Python | Daily journal to track spending habits |
    | [Dementia Dashboard](https://gist.github.com/csain/f6e3c9cfdfaa993ec0332a5d7080e04a) | Web App | ReactJS, Google API and Sheets, Raspberry Pi | Family & caretaker calendar dashboard for Alzheimer's care |
    | [Minimalist Launcher](https://gist.github.com/csain/c7b14fed6cb8e59030b262737cf83e7c) | Android App | Kotlin, JetPack Compose | Lightweight home screen launcher |
    | [Habit Challenge App](https://gist.github.com/csain/2c09368bcde85b7da6debe7a759cc82c) | Android App | Kotlin, JetPack Compose | Simple habit challenge |
    | Social Work Booking | Web App | ReactJS, Ruby on Rails API| Booking system for social workers |
    @@ -21,4 +22,4 @@ My background includes an MBA, a Master's in Environmental Science, and 3 years

    | Project | Type | Tech | Overview |
    |--------------------|----------------|------------------|-----------------------------------|
    | [Tic Tac Toe](https://gist.github.com/csain/0d0d80008a3d3d98a1dc1d651355b2ce) | Console Game | Ruby (framework free) | Simple console-based game code sample |
    | [Tic Tac Toe](https://gist.github.com/csain/0d0d80008a3d3d98a1dc1d651355b2ce) | Console Game | Ruby (framework-free) | Simple console-based game code sample |
  2. csain revised this gist Jul 29, 2025. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions PROJECTS_README.md
    Original file line number Diff line number Diff line change
    @@ -12,10 +12,10 @@ My background includes an MBA, a Master's in Environmental Science, and 3 years

    | Project | Type | Tech | Overview |
    |--------------------|----------------|------------------|-----------------------------------|
    | [Dementia Dashboard](https://gist.github.com/csain/f6e3c9cfdfaa993ec0332a5d7080e04a) | Web App | ReactJS, Google API and Sheets, Raspberry Pi | Tracks cognitive metrics for care |
    | [Social Work Booking](https://gist.github.com/csain/1a9813fafb15417adf5eeda720ebd3a9) | Web App | ReactJS, Ruby on Rails API| Booking system for social workers |
    | [Dementia Dashboard](https://gist.github.com/csain/f6e3c9cfdfaa993ec0332a5d7080e04a) | Web App | ReactJS, Google API and Sheets, Raspberry Pi | Family & caretaker calendar dashoard |
    | [Minimalist Launcher](https://gist.github.com/csain/c7b14fed6cb8e59030b262737cf83e7c) | Android App | Kotlin, JetPack Compose | Lightweight home screen launcher |
    | [Habit Challenge App](https://gist.github.com/csain/2c09368bcde85b7da6debe7a759cc82c) | Android App | Kotlin, JetPack Compose | Simple habit challenge |
    | Social Work Booking | Web App | ReactJS, Ruby on Rails API| Booking system for social workers |

    ## Code Samples

  3. csain revised this gist Jul 29, 2025. 1 changed file with 15 additions and 6 deletions.
    21 changes: 15 additions & 6 deletions PROJECTS_README.md
    Original file line number Diff line number Diff line change
    @@ -1,15 +1,24 @@
    # Colleen's Projects and Code Samples
    # Colleen Sain's Projects and Code Samples

    This gist holds links to my project overviews and code samples.
    This collection showcases projects I built while transitioning back to software engineering via [the Recurse Center](recurse.com), a 3-month full-time programming retreat.

    I previously spent 5 years as a full-stack developer, working primarily with Ruby on Rails, React, and Elm. At RC, I revisited those tools and learned new languages, including Kotlin and Python.

    My background includes an MBA, a Master's in Environmental Science, and 3 years in product and strategy roles at Vanguard. This combination of engineering and product strategy experience allows me to approach projects with a broad, interdisciplinary lens.

    ## [Tic Tac Toe](https://gist.github.com/csain/0d0d80008a3d3d98a1dc1d651355b2ce)

    Languages: Ruby (framework-free)
    ## Projects

    About: A simple console-based Tic Tac Toe game.

    Purpose: Part of my application to the Recurse Center coding retreat
    | Project | Type | Tech | Overview |
    |--------------------|----------------|------------------|-----------------------------------|
    | [Dementia Dashboard](https://gist.github.com/csain/f6e3c9cfdfaa993ec0332a5d7080e04a) | Web App | ReactJS, Google API and Sheets, Raspberry Pi | Tracks cognitive metrics for care |
    | [Social Work Booking](https://gist.github.com/csain/1a9813fafb15417adf5eeda720ebd3a9) | Web App | ReactJS, Ruby on Rails API| Booking system for social workers |
    | [Minimalist Launcher](https://gist.github.com/csain/c7b14fed6cb8e59030b262737cf83e7c) | Android App | Kotlin, JetPack Compose | Lightweight home screen launcher |
    | [Habit Challenge App](https://gist.github.com/csain/2c09368bcde85b7da6debe7a759cc82c) | Android App | Kotlin, JetPack Compose | Simple habit challenge |

    ## Code Samples

    | Project | Type | Tech | Overview |
    |--------------------|----------------|------------------|-----------------------------------|
    | [Tic Tac Toe](https://gist.github.com/csain/0d0d80008a3d3d98a1dc1d651355b2ce) | Console Game | Ruby (framework free) | Simple console-based game code sample |
  4. csain revised this gist Jul 22, 2025. 2 changed files with 15 additions and 3 deletions.
    15 changes: 15 additions & 0 deletions PROJECTS_README.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,15 @@
    # Colleen's Projects and Code Samples

    This gist holds links to my project overviews and code samples.



    ## [Tic Tac Toe](https://gist.github.com/csain/0d0d80008a3d3d98a1dc1d651355b2ce)

    Languages: Ruby (framework-free)

    About: A simple console-based Tic Tac Toe game.

    Purpose: Part of my application to the Recurse Center coding retreat


    3 changes: 0 additions & 3 deletions Projects and Code Samples
    Original file line number Diff line number Diff line change
    @@ -1,3 +0,0 @@
    # Colleen's Projects and Code Samples

    This gist holds links to my project overviews and code samples.
  5. csain created this gist Jul 22, 2025.
    3 changes: 3 additions & 0 deletions Projects and Code Samples
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    # Colleen's Projects and Code Samples

    This gist holds links to my project overviews and code samples.