ice-cream-coder
I'm an iOS developer and love coding everything in Swift. I love ice cream, classical music, and board games.
Saratoga Springs, UT
Pinned Repositories
alycedaw.github.io
My Resume
birthday_invite_29
CodableAdditionalMembers
A way to decode additional fields in JSON so you don't need to define everything up front.
CxxChallenges
This contains some challenges that I wrote in C++
d20flutter
The d20 dice simulator app built using Flutter.
NiceDice
A d20 simulation that allows you to role the necessary dice to play D&D and various other table top RPGs.
OnTap-Docs
SwiftUI Documentation Project
OrgchartGenerator
Generates an orgchart csv file.
ice-cream-coder's Repositories
ice-cream-coder/alycedaw.github.io
My Resume
ice-cream-coder/birthday_invite_29
ice-cream-coder/CodableAdditionalMembers
A way to decode additional fields in JSON so you don't need to define everything up front.
ice-cream-coder/CxxChallenges
This contains some challenges that I wrote in C++
ice-cream-coder/d20flutter
The d20 dice simulator app built using Flutter.
ice-cream-coder/NiceDice
A d20 simulation that allows you to role the necessary dice to play D&D and various other table top RPGs.
ice-cream-coder/OnTap-Docs
SwiftUI Documentation Project
ice-cream-coder/OrgchartGenerator
Generates an orgchart csv file.
ice-cream-coder/ios-sand-playground
A demo sand playground build to demo the Swift Testing Framework
ice-cream-coder/PassphraseGenerator
A simple command line tool that generates a new passphrase each time it is run.
ice-cream-coder/resultBuilderExporations
A bunch of example code to explore how result builders work.
ice-cream-coder/swift-raytracing
Following a raytracing tutorial
ice-cream-coder/SwiftChallenges
A group of swift challenges. If you want to try them, don't look at the solution files.
ice-cream-coder/SwiftOr
Adds and Experimental "Or" type to Swift that can be one of two types.
ice-cream-coder/UppercaseToCamelCase
This is a simple command line tool that will convert inputed Uppercase underscore seperated words to camel case.