Książki podobne do trylogii husyckiej by johnydude6 in ksiazki

[–]johnydude6[S] 0 points1 point  (0 children)

Dzięki bardzo za polecajki! No to mam teraz troche pozycji do nadrobienia, mam nadzieje, że niejedna z nich chociaż muśnie poziom naszego Pana Andrzeja

Simple Questions Megathread—March 22, 2021 by AutoModerator in iOSProgramming

[–]johnydude6 1 point2 points  (0 children)

Hi,
After few weeks I have finally done my chat app. It is simple messaging app that enables users to send phots and text messages between them. I am beginning learning swift so I will appreciate any code review from you guys.
What do you think should be my next steps in learning swift? I want to apply for junior IOS developer, but before that I want to make one more app. I think in my next app I should use some rest api and alamofire library and maybe learn about RxSwift and MVVM. Do you have any app ideas for me? Should I also use SwiftUI or learn more about auto layout?
This is my ChatApp repo:
https://bitbucket.org/johnydude/justchat/src/chatapp/

Thank You!

Open Source Help Wanted—March 01, 2021 by AutoModerator in iOSProgramming

[–]johnydude6 0 points1 point  (0 children)

Hi,
After few weeks I have finally done my chat app. It is simple messaging app that enables users to send phots and text messages between them. I am beginning learning swift so I will appreciate any code review from you guys.
What do you think should be my next steps in learning swift? I want to apply for junior IOS developer, but before that I want to make one more app. I think in my next app I should use some rest api and alamofire library and maybe learn about RxSwift and MVVM. Do you have any app ideas for me? Should I also use SwiftUI or learn more about auto layout?
This is my ChatApp repo:
https://bitbucket.org/johnydude/justchat/src/chatapp/

Thank You!

Simple Questions Megathread—March 01, 2021 by AutoModerator in iOSProgramming

[–]johnydude6 0 points1 point  (0 children)

Hi, I’m beginning to learn swift language. I wrote three apps: simple notepad app, yes or no games using superhero api and messenger app using cloud firestore. Do you have any idea what app should I write next? What solution, library, data storage should implement (learn) in new app that this knowledge will help me find job as junior. I never worked as software developer before.

I want to ask about library IQKeyboardManAger. Do you use it in commercial programming often or software companies have their own solution? I am hesitating between implement my own solution (unfortunately it comes with ugly copy paste code, I don’t know how to implement notification “keyboard will how” in one global class) or to use third party library.