DEV/유용한 사이트
-
프로그래머라고 소개하지 말기. 그리고 그 외 커리어 조언DEV/유용한 사이트 2021. 9. 6. 17:36
번역하는 서적의 저자가 책 중간 참고 노트에 이 글을 한번 읽어보라고 써놨다. 꽤 괜찮은 거 같아서 핵심 내용을 추려봤다. 개발자로 커리어를 시작하는 사람들이 읽으면 좋은 글. https://www.kalzumeus.com/2011/10/28/dont-call-yourself-a-programmer/ Don't Call Yourself A Programmer, And Other Career Advice | Kalzumeus Software If there was one course I could add to every engineering education, it wouldn’t involve compilers or gates or time complexity. It would be Realities O..
-
Communication Skills for Engineers - CourseraDEV/유용한 사이트 2021. 8. 30. 15:58
https://www.coursera.org/specializations/leadership-communication-engineers 엔지니어를 위한 커뮤니케이션 기술 라이스 대학교에서 제공합니다. Build Your Engineering Communication Toolkit. Build a toolkit of communication skills that gives you the confidence to be an ... 무료로 등록하십시오. www.coursera.org 여기 오니까 말을 많이 해야 해서 자연스레 영어 커뮤니케이션 스킬 향상법에 관심이 간다. 한국 회사와는 다른 점이, 토론이나 생각 교환이 더 자유로워서 누구나 말을 할 수 있고 또 들어준다는 점이다. (받아들여지는가는 별개의 문제..
-
NPM Security Best PracticesDEV/유용한 사이트 2021. 8. 16. 13:22
https://snyk.io/blog/ten-npm-security-best-practices/ 10 npm Security Best Practices | Snyk Concerned about npm vulnerabilities? It is important to take npm security best practices into account for both frontend, and backend developers. Open source snyk.io
-
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 ..
-
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 오잉 이거 웹에서 공짜로 읽을 수 있구나! ㅋㅋ
-
프론트엔드 개발자를 위한 가이드 문서 모음 (NO. 10)DEV/유용한 사이트 2017. 1. 31. 15:15
프론트엔드 개발자를 위한 가이드 문서 모음 (No. 10) 원문: 20+ Docs and Guides for Front-end Developers (No.10) by Louis Lazaris또 다시 배움의 시기가 찾아 왔네요! 전편과 마찬가지로, 이번 글에서도 프론트엔드의 다양한 분야에서 개발 속도를 높이는 데 도움이 될 법한 가이드, 문서, 웹사이트 등의 학습 자료들을 모아보았습니다.그러니 친히 저희가 준비한 문서 및 가이드 시리즈 그 열번째 글을 즐겨 주시고, 혹시나 빠트린 것이 있다면 댓글을 통해 알려주시는 것도 잊지 마세요. 1. CSS 모드 쿼리 및 범위 선택자(Mod Queries and Range Selectors) 패트릭이 최근 A List Apart에 기고한 “모드 쿼리”에 관한 글을 읽..