"Apps genius" - Colleen. I used to work on making Twitter a bit healthier, then that all went to hell it seems. Now I make puns and indie apps @redpandaclub. I’m just trying to do a little gold and be the friend you made along the way. 🐶🍕🐱
"Apps genius" - Colleen. I used to work on making Twitter a bit healthier, then that all went to hell it seems. Now I make puns and indie apps @redpandaclub. I’m just trying to do a little gold and be the friend you made along the way. 🐶🍕🐱
Posts
"Apps genius" - Colleen. I used to work on making Twitter a bit healthier, then that all went to hell it seems. Now I make puns and indie apps @redpandaclub. I’m just trying to do a little gold and be the friend you made along the way. 🐶🍕🐱
You gotta love how hard Argentina goes for the World Cup. And no, I didn’t have McDonald’s in the land of unlimited empanadas, beef, and weird pizza.
"Apps genius" - Colleen. I used to work on making Twitter a bit healthier, then that all went to hell it seems. Now I make puns and indie apps @redpandaclub. I’m just trying to do a little gold and be the friend you made along the way. 🐶🍕🐱
Painters have so much talent, for example I had no idea how many of them were impressionists.
"Apps genius" - Colleen. I used to work on making Twitter a bit healthier, then that all went to hell it seems. Now I make puns and indie apps @redpandaclub. I’m just trying to do a little gold and be the friend you made along the way. 🐶🍕🐱
"Apps genius" - Colleen. I used to work on making Twitter a bit healthier, then that all went to hell it seems. Now I make puns and indie apps @redpandaclub. I’m just trying to do a little gold and be the friend you made along the way. 🐶🍕🐱
Kinda funny how the year 2000 will always sound futuristic.
"Apps genius" - Colleen. I used to work on making Twitter a bit healthier, then that all went to hell it seems. Now I make puns and indie apps @redpandaclub. I’m just trying to do a little gold and be the friend you made along the way. 🐶🍕🐱
JFK ✈️ AEP https://www.swarmapp.com/c/b9qinazKwVb
"Apps genius" - Colleen. I used to work on making Twitter a bit healthier, then that all went to hell it seems. Now I make puns and indie apps @redpandaclub. I’m just trying to do a little gold and be the friend you made along the way. 🐶🍕🐱
Something a friend alerted me to, there’s an episode of NSScreencast teaching people how to use Boutique! Wild to think that one of the resources I used to learn iOS development is now using one my libraries to help others learning iOS. 🥰🥰🥰 https://nsscreencast.com/episodes/539-todo-app-6
"Apps genius" - Colleen. I used to work on making Twitter a bit healthier, then that all went to hell it seems. Now I make puns and indie apps @redpandaclub. I’m just trying to do a little gold and be the friend you made along the way. 🐶🍕🐱
@bigzaphod@mastodon.social @shadowfacts@social.shadowfacts.net @finestructure@mastodon.social That’s a great call, I’ve explained how it works enough times that I’ll put it on my todo list. It technically depends based on how you want to appreciate building the underlying StorageEngine, but I can definitely throw up a basic example that should get people 90% of the way.
"Apps genius" - Colleen. I used to work on making Twitter a bit healthier, then that all went to hell it seems. Now I make puns and indie apps @redpandaclub. I’m just trying to do a little gold and be the friend you made along the way. 🐶🍕🐱
@shadowfacts@social.shadowfacts.net @bigzaphod@mastodon.social @finestructure@mastodon.social Admittedly this is going to sound a bit recursive, but that’s what Boutique does well. You’re only dealing with Swift types/values so if two Stores interact with each other you can define the relationship in Swift code. (You can make your own StorageEngine to define that, but I’ve personally found that if you want a complex join-like query it can be defined in 5-10 lines of code.) I can share some code later if that sounds reasonable.