Skip to content
View monkeywithacupcake's full-sized avatar
coffee me
coffee me
Block or Report

Block or report monkeywithacupcake

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
monkeywithacupcake/README.md

Howdy ... want some 🧁 ?

Buy Me A Coffee

  • 📲 see: stuff I made
  • 💬 Ask me about birds, or dogs, or cupcakes, or running, or data analysis :)
  • 🚴 I am cycling to replace my car. I'm a bit of a nut about it.
  • 🌲 Fun fact: When I'm not here, I might be running in the Olympic National Park

I love using:

R swift nodejs express mongodb git flutter

I've built so many things, and I don't have "the one project" that I think is the most me. I made several iOS apps, I've built websites - the most complex being a two sided marketplace. I've contributed a little to several softwares that I use. I love making things and making things better (subjectively, of course)

Pinned

  1. kitsap-bike-parking kitsap-bike-parking Public

    A crowd sourced guide to where to park a bike in Kitsap County, WA

    HTML 1 2

  2. kitsap-non-motorized kitsap-non-motorized Public

    Exploring non-motorized facilities in Kitsap County

    HTML

  3. stuffimade stuffimade Public

    A simple list of things I've made

    1

  4. A shell script to generate an Image ... A shell script to generate an Image with text
    1
    #!/bin/zsh
    2
    # Asks a series of questions and then returns an image
    3
    # use like "bash catchphrase.sh"
    4
    echo "What is your favorite color?"
    5
    read theColor
  5. social-image-generator social-image-generator Public

    A bash script automating ImageMagick creation of social media images

    Shell

  6. Swift .playground showing how to pro... Swift .playground showing how to programmatically change the height of items in a stack view and track cells selected and unselected.
    1
    //: Playground - noun: a place where people can play
    2
    
                  
    3
    import UIKit
    4
    import PlaygroundSupport
    5