[Swift] 4Sum
Given an array nums of n integers, return an array of all the unique quadruplets [nums[a], nums[b], nums[c], nums[d]] such that:
Given an array nums of n integers, return an array of all the unique quadruplets [nums[a], nums[b], nums[c], nums[d]] such that:
Given an integer array nums of length n and an integer target, find three integers in nums such that the sum is closest to target.
오늘날 Redux기반 MVI 디자인패턴은 매우 널리 쓰인다.
IT 소프트웨어 산업은 계속 성장하고 있다. 아마도 많은 서비스들은 점점 더 커질 것을 예상하고 기대할 것이다. Backend에서는 마이크로서비스 아키텍처로 대규모 애플리케이션을 작은 단위로 분리해 독립적인 구성요소로 구분해 개발하는 방법이 있다.
산업이 성장하면서 앱이 크게 발전하고 있음. 이를 해결하기 위한 해결책은 좋은 아키텍처임 앱의 규모가 커짐에 따라 PR 을 머지하기 어려워짐
애자일로 가는 또 다른 길, 칸반
ssh 원격 컴퓨터에 접속하기 위한 protocol id, password 가 필요없으며 public key를 외부에 두어 통신
Fastlane 은 iOS개발을 도와주는 좋은 도구이다. 배포 자동화를 도와주는 툴이며, 많은 iOS개발자들이 사용할 수 있다. 대표적인 장점은 수동으로 배포를 하다 보면 실수를 할 수 있는데, 이를 방지할 수 있는 장점이 있다.
Community update, Swift on Server, Swift packages…
터미널에서 xcrun 명령으로 시뮬레이터에서 동적 링크를 열 수 있다.
28세 - 첫 면접 합격 대단한 경험이었다.
Thanks Toss!
UIActivityViewController는 OS 공유화면으로 매우 널리 쓰인다. String, Image 등 손쉽게 다른 앱에 컨텐츠를 공유할 수 있다.
Given an array nums containing n distinct numbers in the range [0, n], return the only number in the range that is missing from the array.
You are given an array prices where prices[i] is the price of a given stock on the i$^{th}$ day.