Daniel
banner
puente100.bsky.social
Daniel
@puente100.bsky.social
#iOSDev
hi guys some one is seeking for a iOS developer job? what is your strategy?
November 2, 2025 at 5:51 PM
@twostraws.bsky.social🎉 I just finished Day 26 of the #100DaysOfSwiftUI at www.hackingwithswift.com/100/swiftui/26 via @twostraws
Day 26 – 100 Days of SwiftUI
Follow the 100 Days of SwiftUI and learn to build apps for free.
www.hackingwithswift.com
April 23, 2025 at 7:37 PM
🎉 I just finished Day 23 of the #100DaysOfSwiftUI at www.hackingwithswift.com/100/swiftui/23 via @twostraws
Day 23 – 100 Days of SwiftUI
Follow the 100 Days of SwiftUI and learn to build apps for free.
www.hackingwithswift.com
March 28, 2025 at 8:13 PM
🎉 I just finished Day 22 of the #100DaysOfSwiftUI at www.hackingwithswift.com/100/swiftui/22 a través de @twostraws
Day 22 – 100 Days of SwiftUI
Follow the 100 Days of SwiftUI and learn to build apps for free.
www.hackingwithswift.com
March 15, 2025 at 8:36 PM
🎉 I just finished Day 21 of the #100DaysOfSwiftUI at www.hackingwithswift.com/100/swiftui/21 via @twostraws
Day 21 – 100 Days of SwiftUI
Follow the 100 Days of SwiftUI and learn to build apps for free.
www.hackingwithswift.com
February 25, 2025 at 2:55 PM
@twostraws.bsky.social 🎉 I just finished Day 19 of the #100DaysOfSwiftUI at www.hackingwithswift.com/100/swiftui/19 a través de @twostraws
Day 19 – 100 Days of SwiftUI
Follow the 100 Days of SwiftUI and learn to build apps for free.
www.hackingwithswift.com
February 18, 2025 at 3:37 PM
🎉 I just finished Day 17 of the #100DaysOfSwiftUI at www.hackingwithswift.com/100/swiftui/17 a través de @twostraws
Day 17 – 100 Days of SwiftUI
Follow the 100 Days of SwiftUI and learn to build apps for free.
www.hackingwithswift.com
February 15, 2025 at 9:09 PM
@twostraws.bsky.social🎉 I just finished Day 16 of the #100DaysOfSwiftUI at www.hackingwithswift.com/100/swiftui/16 a través de @twostraws
Day 16 – 100 Days of SwiftUI
Follow the 100 Days of SwiftUI and learn to build apps for free.
www.hackingwithswift.com
February 15, 2025 at 8:57 PM
Swift’s solution to the billion-dollar mistake: optionals! 💡"

Null references cause countless bugs, but Swift makes us handle missing values safely with optionals, unwrapping, nil coalescing, and more. Wrapping my head around guard let vs. if let today! 🤯 #Swift #iOSDev #Optionals
February 11, 2025 at 5:03 PM
🚀 Today, I’m diving into protocols, extensions, and protocol extensions! Protocols keep Swift flexible, extensions make it powerful, and protocol extensions tie it all together. Time to learn, test, and master these key concepts! 💡 #Swift #iOSDev #SwiftLang #Coding #LearnSwift
February 6, 2025 at 2:46 AM
🚀 Today’s Swift journey: Classes & Inheritance! 🎯

Classes introduce inheritance, a key feature for building real iOS apps. But remember: keep it simple! 💡

SwiftUI flips UIKit’s approach—structs for UI, classes for data.

6 tutorials, tests & deep dives ahead! #Swift #iOSDev
January 31, 2025 at 5:16 AM
🌟 Day 11 of #100DaysOfSwiftUI done! Learned about static properties & access control—privacy isn’t just power, it’s clean, efficient code! Swift’s tools keep data safe & reduce complexity. 🚀 Excited to apply this in #SwiftUI! #Swift #iOSDevelopment #LearnToCode #SwiftLang
January 23, 2025 at 11:14 AM
Today I learned about structs in Swift: custom structs, computed properties, property observers, and initializers. Structs make coding fun, organize data beautifully, and are key for solid iOS development! 🎉💻 #Swift #iOSDev #100DaysOfSwiftUI #HappyCoding #LearnSwift #SwiftUI #ProgrammingJoy
January 12, 2025 at 5:20 PM
Today I learned about closures in Swift, a must for SwiftUI. Closures are anonymous functions you can assign to variables or pass as parameters I practiced shorthand syntax, trailing closures, and closures as parameters. Complex at first, but essential for mastering SwiftUI 🚀 #Swift #SwiftUI #iOSDev
December 11, 2024 at 2:21 PM
🔗 Swift Closures: Clean & Dynamic! 🔗

Pass logic to functions for ultimate flexibility! Closures make code reusable, readable, and perfect for async tasks like networking.

What’s your favorite use? 🚀
December 10, 2024 at 9:08 PM
🚀 Today I learned how Swift keeps things cool with error handling and default parameters! Handle errors or your code won’t compile – no shortcuts here. Default values for parameters? Game-changer. Bonus: Now I get why try is essential with throwing functions. Leveling up every day! 💻 #Swift #DevLife
December 4, 2024 at 3:29 PM
Today’s Swift Learnings:
Reuse code with functions
Write functions, handle parameters, return values.
Return multiple values: arrays, sets, tuples?
Customize and omit parameter labels.
Bonus: When to skip return? What belongs in functions?
#Swift #iOSDev #CodeReuse #100DaysOfSwiftUI #SwiftFunctions
November 30, 2024 at 5:01 AM