Need a help

Hi there,

I'm studying SwiftUI on my own, but unfortunately I'm still not able to write complex lines of code, or even code an app independently, which is very frustrating for me. I love coding, it's a way to express my creativity.
I already have a lot of ideas, but I can't put them into practice because I feel like I don't have learned enough about this programming language.

Can any of you suggest me some free courses or other resources that have also helped you in your first steps with coding?

Accepted Reply

Hi! You might be interested by this free course created by Apple:

https://developer.apple.com/tutorials/app-dev-training

But before you get started with that, I recommend that you have a basic understand of Object Oriented Programming (OOP).

If you're completely new to programming/computer science, you might also want to check Harvard's CS50, available entirely for free on YouTube, or at this link:

https://www.edx.org/course/introduction-computer-science-harvardx-cs50x

It helped me a lot!

Have fun coding!

  • I'll check out these resources. Thank you very much!! ☺️

Add a Comment

Replies

Hi! You might be interested by this free course created by Apple:

https://developer.apple.com/tutorials/app-dev-training

But before you get started with that, I recommend that you have a basic understand of Object Oriented Programming (OOP).

If you're completely new to programming/computer science, you might also want to check Harvard's CS50, available entirely for free on YouTube, or at this link:

https://www.edx.org/course/introduction-computer-science-harvardx-cs50x

It helped me a lot!

Have fun coding!

  • I'll check out these resources. Thank you very much!! ☺️

Add a Comment

Reading other people's code can be very helpful, especially for real-world projects. Recommended:

https://github.com/skjiisa/Tickmate-iOS

  • Thanks to you too. 😊 I'll appreciate all the suggestions.

Add a Comment