| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | |||||
| 3 | 4 | 5 | 6 | 7 | 8 | 9 |
| 10 | 11 | 12 | 13 | 14 | 15 | 16 |
| 17 | 18 | 19 | 20 | 21 | 22 | 23 |
| 24 | 25 | 26 | 27 | 28 | 29 | 30 |
- animation
- 티스토리 성능
- npm package
- html
- silent printing
- augmentedDevice
- Each child in a list should have a unique "key" prop.
- github pdf
- camera access
- camera permission
- react-native
- ffi-napi
- Can't resolve
- custom printing
- react-native-dotenv
- 이미지 데이터 타입
- Recoil
- adb pair
- vercel git lfs
- github lfs
- nextjs
- electron-packager
- github 100mb
- Git
- ELECTRON
- dvh
- adb connect
- rolldown
- Failed to compiled
- device in use
- Today
- Total
목록2022/04/12 (3)
Bleeding edge
첫 번째 벽이 생겼다.. javascript 로 web component를 써보고 싶었는데, web component의 개념을 잘못 알고 있었던거같다. 내가 web component를 javascript의 개념은 https://junilhwang.github.io/TIL/Javascript/Design/Vanilla-JS-Component/ Vanilla Javascript로 웹 컴포넌트 만들기 | 개발자 황준일 Vanilla Javascript로 웹 컴포넌트 만들기 9월에 넥스트 스텝 (opens new window)에서 진행하는 블랙커피 스터디 (opens new window)에 참여했다. 이 포스트는 스터디 기간동안 계속 고민하며 만들었던 컴포넌트 junilhwang.github.io 이 주소에서 ..
https://programmers.co.kr/learn/courses/30/lessons/12981 코딩테스트 연습 - 영어 끝말잇기 3 ["tank", "kick", "know", "wheel", "land", "dream", "mother", "robot", "tank"] [3,3] 5 ["hello", "observe", "effect", "take", "either", "recognize", "encourage", "ensure", "establish", "hang", "gather", "refer", "reference", "estimate", "executive"] [0,0] programmers.co.kr 어려운 문제는 아니어서 안올릴까 했었는데 문제가 재밌어서... function sol..
https://programmers.co.kr/learn/courses/30/lessons/77885 코딩테스트 연습 - 2개 이하로 다른 비트 programmers.co.kr 총 3회를 풀이했다. 1회차때랑 3회차때 풀이는 유사했으나, 2진수일때의 111과 같은경우 자리수 추가되는 경우를 생각안했었다. 2회차때는, 풀이는 괜찮았으나 시간초과가 떴었다. 2회차의 플로우는 나쁘지 않았으나.. while문을 써서 돌리는건 아무래도 시간이 많이 걸리다보니.. 마지막 두테스트케이스를 통과를 못했었다. 2회차 풀이 function solution(numbers) { var answer = []; numbers = numbers.map((element, index)=> make(element) ) return nu..