Skip to content
View SHcommit's full-sized avatar
🎯
Focusing
🎯
Focusing

Organizations

@Icotte @IF-TG @softeerbootcamp-2nd
Block or Report

Block or report SHcommit

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
SHcommit/README.md

Hi, I'm Yang seunghyun

KakaoTalk_Photo_2023-07-08-05-20-34

Typing SVG

Me_

struct AboutMe {
  typealias Keywords = [String]
  let me😆 = ["senior in university", "ENTP", "study swift for developing iOS app"]
  
  func myMind👨🏻‍💻() -> Keywords {
    return ["Clean code", "Share my thoughts", "Technology that can make anything I imagine"]
  }
  func like🫠() -> Keywords {
    return ["Plan", "Develop", "iPhone"]
  }
}

Todo List_

extension AboutMe {
  func toDo📚() -> Keywords {
    return [
      "UIKit", "Swinject", "FireBase",
      "Algorithm", "ComputerScience",
      "LLDB", "GoF design pattern",
      "SwiftUI",
    ]
  }
}

knowledge_

extension AboutMe {
  func know🔥() -> Keywords {
    return [
      "Asynchronous. GCD, async/await, actor, Thread, Combine etc...",
      "Caching. disk cache, filemanager, NSCache etc...",
      "Networking. RESTFul, TCP/UDP Socket, Alamofire, URLSession", "URLSession protocols etc...",
      "Animation", "CoreAnimation", "UIKit", "Combine", "Unit Test", "AutoLayout", DIP+DI, "Protocol any, some, coposition..?"
      "Core data", "Firebase", "ImageIO",
      "MVC, MVVM, VIPER, Coordinator, MVVM+Clean Architecture etc...",
      "Computer science. OS, Algorithm, Data structure, Network etc...",
      "OOP", "POP", "SOLID etc...."
      "Kodeco code convention", "swift style guilde"
    ]
  }
}
extension AboutMe {
  func booksToStudy📖() -> Keywords {
    return [
      "오브젝트-위키북스",
      "켄트 벡의 구현 패턴-에이콘출판사",
      "CleanArchitecture"
    ]
  }
}

Baekjoon Tier_

Solved.ac Profile

Tech_

🚀  Strong Tools I Have Used and Learned

C SWIFT GHTHUB

🚀  Knowledgable Tools I Have Used and Learned

C++ HTML CSS JAVA

My info_

Tistory

shcommit

footer

Pinned

  1. Algorithm-study Algorithm-study Public

    Swift

  2. IF-TG/iOS IF-TG/iOS Public

    iOS develop :)

    Swift

  3. SoTalk SoTalk Public

    Socket talk with realtime service using TCP : )

    Swift

  4. Tetris-game-in-C-lang Tetris-game-in-C-lang Public

    🎮Created a Tetris game in C language.

    C 7 4

  5. SHCoordinator SHCoordinator Public

    🤩 SHCoordinator open source

    Swift 2

  6. SHFirestoreService SHFirestoreService Public

    When accessing Firestore, easily access it through combine and endpoint: ]

    Swift