DEV
-
table-layout: fixedDEV/CSS 2021. 9. 7. 18:40
https://www.w3.org/TR/CSS21/tables.html#width-layout Tables This chapter defines the processing model for tables in CSS. Part of this processing model is the layout. For the layout, this chapter introduces two algorithms; the first, the fixed table layout algorithm, is well-defined, but the second, the automatic ta www.w3.org With this (fast) algorithm, the horizontal layout of the table does no..
-
프로그래머라고 소개하지 말기. 그리고 그 외 커리어 조언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 여기 오니까 말을 많이 해야 해서 자연스레 영어 커뮤니케이션 스킬 향상법에 관심이 간다. 한국 회사와는 다른 점이, 토론이나 생각 교환이 더 자유로워서 누구나 말을 할 수 있고 또 들어준다는 점이다. (받아들여지는가는 별개의 문제..
-
Building Resilient Frontend Architecture • Monica Lent • GOTO 2019DEV 2021. 8. 20. 18:11
https://www.youtube.com/watch?v=TqfbAXCCVwE 직장 동료가 공유해 준 영상. 요즘에 이런저런 재밌는 링크를 던져줘서 열심히 받아 먹고 있다. 아무튼 아래는 내용 요약! 회복 탄력성이 높은 프론트엔드 아키텍처에 관해 설명한다. 업무를 하면서 코드 재작성이나 마이그레이션은 불가피한 일이다. 처음 프로젝트를 착수할 때는 마냥 재밌기만 하지만 시간이 지나면 기술 부채가 쌓여가고 리팩터링을 하게 된다. 하지만 어찌 된 일인지 기술 부채는 불어나기만 한다. 그렇다면 '좋은' 아키텍처란 무엇인가? 이미 정의가 너무 많은데, 가슴에 손을 얹고 나는 우리 회사의 아키텍처에 대해 잘 알고 있는지 스스로에게 질문해 보자. 자신있게 대답하는 사람이 의외로 별로 없다. 레거시 코드뿐만 아니라 내..
-
apollo-link-restDEV 2021. 8. 17. 22:04
https://www.apollographql.com/docs/react/api/link/apollo-link-rest/ REST Link Call REST APIs inside your GraphQL queries. www.apollographql.com 이번에 맡게 된 웹 애플리케이션에서도 아폴로 클라이언트를 사용한다. 최근에 REST API를 연결해야 해서 방법을 고민하다가 apollo-link-rest라는 좋은 것을 찾게 되었다. 팀 슬랙 채널에 "나 이거 써본다?"라고 들이대고 시도해봤다. 다른 사람이 예전에 작업한 내용을 보니 axios를 사용해 통신했는데, 이미 그 이전에 아폴로 클라이언트로 GraphQL API를 사용하고 있었다. REST API를 여기에 연결하면 괜스레 HTTP 클라이언트..
-
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
-
Computer Programming Languages: Why C Runs So Much Faster Than PythonDEV/Python 2021. 7. 26. 08:51
https://www.huffpost.com/entry/computer-programming-languages-why-c-runs-so-much_b_59af8178e4b0c50640cd632e Computer Programming Languages: Why C Runs So Much Faster Than Python Why is python slower than C? originally appeared on Quora - the place to gain and share knowledge, empowering people to learn from others and better unde... www.huffpost.com 나중에 읽어보기! 답변한 사람은 Apple Core OS Kernel 팀의 테리 램..