DEV
-
OS X Screencast to animated GIF - Github gistDEV/유용한 사이트 2021. 7. 5. 11:56
https://gist.github.com/dergachev/4627207 OS X Screencast to animated GIF OS X Screencast to animated GIF. GitHub Gist: instantly share code, notes, and snippets. gist.github.com MacOS에서 기본으로 제공하는 Screenshot 앱으로 레코딩을 한 다음에 위 커맨드 라인을 사용하면 로컬에서 쉽게 mov를 gif로 변환 가능하다. 아래처럼 ffmpeg와 gifsicle을 사용하면 된다. The conversion process requires the following command-line tools: * ffmpeg to process the video file ..
-
Udacity Intermediate Javascript Nanodegree 후기DEV/Javascript 2021. 6. 23. 14:04
https://young.medium.com/udaci-%EC%A4%91%EA%B8%89-%EC%9E%90%EB%B0%94%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EB%82%98%EB%85%B8%EB%94%94%EA%B7%B8%EB%A6%AC-%ED%9B%84%EA%B8%B0-b9f578bc39ad Udaci 중급 자바스크립트 나노디그리 후기 반성의 시간 young.medium.com Udacity라고 썼는데 왜 Udaci까지 나오고 y가 짤린걸까? ㅎㅎ 아무튼 드디어 하나 끝!
-
Event-loop: Microtasks vs. MacrotasksDEV/Javascript 2021. 6. 20. 19:21
https://developer.mozilla.org/en-US/docs/Web/API/HTML_DOM_API/Microtask_guide/In_depth In depth: Microtasks and the JavaScript runtime environment - Web APIs | MDN When debugging or, possibly, when trying to decide upon the best approach to solving a problem around timing and scheduling of tasks and microtasks, there are things about how the JavaScript runtime operates under the hood that may be..
-
:not() 선택자DEV/CSS 2021. 6. 15. 14:22
https://developer.mozilla.org/en-US/docs/Web/CSS/:not :not() - CSS: Cascading Style Sheets | MDN The :not() CSS pseudo-class represents elements that do not match a list of selectors. Since it prevents specific items from being selected, it is known as the negation pseudo-class. developer.mozilla.org 요즘에 자주 사용하고 있는 선택자! `:hover` 같은 가상 클래스의 경우, disabled 된 폼 요소는 예외처리 할 필요가 있다. 그러면 `:hover:not(:dis..
-
Atomic Design by Brad FrostDEV/유용한 사이트 2021. 6. 15. 12:09
https://atomicdesign.bradfrost.com/table-of-contents/ Atomic Design | Atomic Design by Brad Frost Learn how to create and maintain digital design systems, allowing your team to roll out higher quality, more consistent UIs faster than ever before. atomicdesign.bradfrost.com 오잉 이거 웹에서 공짜로 읽을 수 있구나! ㅋㅋ