Never a dull moment while trying to learn, because learning isn't a challenge on it's own. I had to figure out how to navigate the docs to even begin to read them, but I think I got it. I hope https://t.co/xixZ9kMaW2
I have very little experience reading apple documentation when it comes to learning. I want to share my struggles as I learn more than the fundamentals of Core Data from the Apple Docs in this series. I started with just the overview in this post. https://t.co/jEO6FQDHxH
This is not a tutorial on how to use Core Data. This article goes into Core Data and how it works in a high level way. It is referred to as the Core Data Stack and I will attempt at breaking it down in a way that makes it easy to understand. https://t.co/wNEHlVdWDH
Day16 of #100DaysofSwiftUI complete. I'm glad to be coding some code again. I really do enjoy the creative process of seeing a black screen show items that I added on there. I'm really excited to get into the meat and potatoes of this journey.
#womenInTech#LatinxInSTEM
Day 13, 14, 15 of #100DaysofSwiftUI complete. Now that I wasn't preparing for a workshop I found free time. I am glad that I did these together. It was like taking finals again. Just trying to get caught up with my fellow #womenwhocodeMobile friends
#womenInTech#LatinxInSTEM
This is the workshop that I created for @WomenWhoCode#ConnectForward WatchOS Tip Calculator with SwiftUI I had a great time presenting and the wonderful participants kept encouraging me with their comments. Couldn't ask for a better audience. https://t.co/q33ABR3rmD
@searscares I need to talk to someone about your rude customer service representatives that yell at your customers I have had two repair appointments cancelled for no reason in one week. I need my washing machine repaired or a new one sent to me.
Project Plan
•Modeling you do with paper & pencil will be replaced by implementation using code
•Decomposition will be replaced by composition as you put components together
•Abstractions become concrete implementations using real data
•Validation becomes real-world testing