IOS application/Swift

12. 선배가 알려주는 팁

개발자킹콩 2021. 5. 17. 01:01

 

1. 신입을 위한 팁

  • 기술 블로그
  • GitHub
  • 프로젝트 경험
  • 서비스 출시

 

2.  신입 채용시 면접관 기대

  • 태도 (열정, 배우려는 자세)
  • 잘한다 (잘 할 것 같다, 빨리 배운다)

 

 

3. 경력 채용시 면접관 기대

  • 태도 (기본적인 성품, 지원 회사에 대한 철저한 조사)
  • 잘한다 (실제로 잘하는 영역이 있다, 기술적 문제를 어떻게 해결했는가)
  • 비지니스를 안다 (사용자 가치에 대한 고민을 함께할 수 있는가, 사회적 관점으로 새로운 기술의 등장배경과 가치를 파악하는가)

 

 

 

 


 

 

 

 

4. 공부할 때 보는 사이트들

 

최신 article이 많다.

https://nshipster.com/

 

 

퀄리티 좋은 자료가 많지만, 유료이다.

https://www.objc.io/

 

objc.io

Latest Blog Post Learn SwiftUI layout in-depth with our free video series.

www.objc.io

 

 

예전에는 ios만 다루었지만, 요즘은 android, Server Side, Unity, Flutter 등 좋은 자료가 많다

https://www.raywenderlich.com/

 

raywenderlich.com | High quality programming tutorials: iOS, Android, Swift, Kotlin, Flutter, Server Side Swift, Unity, and more

New iOS Debugging Fundamentals iOS & Swift Software Engineering Apr 27 2021 · Video Course (49 mins) Apr 27 2021 · Video Course (49 mins) Completed

www.raywenderlich.com

 

 

최신 article로 가득하다.

https://www.swiftbysundell.com/

 

Swift by Sundell

Weekly Swift articles, podcasts and tips by John Sundell

www.swiftbysundell.com

 

핫한 Product, 잘만든 제품들을 볼 수있다.

https://www.producthunt.com/

 

Product Hunt – The best new products in tech.

Product Hunt is a curation of the best new products, every day. Discover the latest mobile apps, websites, and technology products that everyone's talking about.

www.producthunt.com

 

인디개발자들의 커뮤니티

https://www.indiehackers.com/

 

Indie Hackers: Work Together to Build Profitable Online Businesses

Connect with developers who are sharing the strategies and revenue numbers behind their companies and side projects.

www.indiehackers.com

 

 

공식문서만큼 중요한게 있을까?

https://swift.org/

 

Swift.org

Swift is a general-purpose programming language built using a modern approach to safety, performance, and software design patterns.

swift.org

https://developer.apple.com/documentation/

 

Apple Developer Documentation

 

developer.apple.com

 

 

 

 

 

 


 

 

 

 

 

5. 앱으로 돈 벌기

 

  • 광고
  • 인 앱 결제 (앱 안에 상품 결제)
  • 유료앱 (앱 자체가 유료)
  • 구독 (달마다 결제)

 

광고가 제일 간단하다. 가장 먼저 Ad Mob을 추천한다. Google꺼라서 Firebase와도 연동할 수 있다.

 

그 다음에 인앱 결제 (광고 제거를 위한 결제)

 

특정 기능은 구독 결제를 해야 사용하도록 지정

 

별도로 기능이 좋으면 유료앱으로 판매해도됨

 

 

 

 

 

 

 

 

'IOS application > Swift' 카테고리의 다른 글

14. Color Literal  (0) 2021.05.19
13. When viewDidAppear and viewWillAppear are not called.  (0) 2021.05.18
11. Crash between Swift Package and Cocoapods  (0) 2021.05.09
10. UIComponents 누가 위에 있나?  (0) 2021.04.30
9. Keyboard  (0) 2021.04.24