Last active
July 31, 2025 22:07
-
-
Save csain/20ff7a32d2bc13d8a24597d54db9d630 to your computer and use it in GitHub Desktop.
Revisions
-
csain revised this gist
Jul 31, 2025 . 1 changed file with 3 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 | |--------------------|----------------|------------------|-----------------------------------| | [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 | -
csain revised this gist
Jul 29, 2025 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 | 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 -
csain revised this gist
Jul 29, 2025 . 1 changed file with 15 additions and 6 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,15 +1,24 @@ # Colleen Sain's Projects 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. ## Projects | 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 | -
csain revised this gist
Jul 22, 2025 . 2 changed files with 15 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +0,0 @@ -
csain created this gist
Jul 22, 2025 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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.