분류 전체보기 (989) 썸네일형 리스트형 Tensorflow Developer Certificate 텐서플로 개발자 자격증 취득 후기 TLDR 기출문제가 그대로 나온다 기출문제를 구하자 미리 모델을 만들어 가자 핵심은 모델이다. 공부방법 1. 주말간 https://www.coursera.org/account/accomplishments/specialization/certificate/B9AUBM33YKTT 과정을 수강함 2. 해당 과정 수료 후 바로 시험응시 > 탈락 원래 답만 복붙하면 되는줄 알았는데. 저 강의에 없는 유형이 나옴 기존에 있던거랑 비슷해서 복붙해봤는데 잘 안됨 사실 문제만 잘 읽으면 해결 가능했던 거였음 하지만 이런 한번도 못본 문제가 나올경우.... 은근히 실전에서 시간이 쫄깃함. 또한 20여분 걸려서 만든 모델이 잘 안돌아가면 멘붕임 ^^; 4번 문제가 계속 4점이 나옴 3. 인프런 강의 수강 인프런 강의 Goog.. [3분 리액트] React18 Suspense의 Streaming SSR에 대해 알아보자 원문 : https://blog.saeloun.com/2022/01/20/new-suspense-ssr-architecture-in-react-18 Deep dive into the new Suspense Server-side Rendering ( SSR ) architecture in React 18 Ruby on Rails and ReactJS consulting company. We also build mobile applications using React Native blog.saeloun.com TLDR 서스펜스는 SSR의 다음과 같은 문제를 해결합니다. 페이지 상호작용을 위해 모든 것들을 수화해야 합니다. 페이지는 한번에 인터랙티브하게 됩니다. 수화를 시작하기 전에(페이지를 인터랙티브 하게 .. [3분 리액트] React의 Hydration에 대해 알아보자 원문 : https://blog.saeloun.com/2021/12/16/hydration Understanding Hydration in React applications(SSR) Ruby on Rails and ReactJS consulting company. We also build mobile applications using React Native blog.saeloun.com TLDR 컴포넌트를 렌더링하고 이벤트 핸들러를 연결하는 이 프로세스를 "Hydration(수화)"라고 합니다. 인터랙션 기능 및 이벤트 핸들러를 이용해 '말라있는' HTML에 물을 주는 것과 같습니다. Hydration 후 애플리케이션은 인터랙티브하며 클릭 등 사용자 입력에 응답합니다. 수화 사용의 이점 SEO 향상 초기.. [3분 리액트] React18의 useTransition, useDeferredValue 훅에 대해 알아보자 원문 : https://academind.com/tutorials/react-usetransition-vs-usedeferredvalue React: useTransition() vs useDeferredValue() React 18 introduced the Concurrency concept and with it two new Hooks: useTransition() and useDeferredValue(). Understanding when to use which can be tricky though. academind.com useTransition() in Action useTransition()을 사용하여 특정 상태 업데이트의 우선순위가 더 낮다는 것을 React에 알릴 수 있습니다 (즉, 다.. [3분 리액트] React18의 useInsertionEffect 훅에 대해 알아보자 원문 : https://blog.saeloun.com/2022/06/02/react-18-useinsertioneffect Know about the useInsertionEffect hook in React 18 Ruby on Rails and ReactJS consulting company. We also build mobile applications using React Native blog.saeloun.com TLDR : useInsertionEffect는 useLayoutEffect가 동작하기 전에 스타일을 먼저 조작하게 해주는 훅이다. css 라이브러리를 개발하는 케이스거나 특이 케이스가 아니면 볼일 없으실듯... React 18은 동시 렌더링을 위한 기반을 제공합니다. 사용자가 React의.. CSS 애니메이션 성능 분석 및 개선하기 원글을 번역한 글을 학습한 내용을 정리한 글 입니다. Performance monitoring in CSS animations Animation using JavaScript ? or Animation using CSS? medium.com CSS 애니메이션은 일부 속성에 의존함 position : absolute / relative transform opacity left, right, top, bottom 등등… 성능 측정 결과를 이해하는 방법 웹 브라우저의 렌더링 방식을 간단히 살펴보겠습니다. 웹 브라우저는 UI를 다음과 같은 방식으로 생성합니다. Recalculate Style 요소에 적용할 스타일을 계산. Layout 요소의 레이아웃을 생성하고, 화면에 배치. Paint 생성된 모든 레이아웃에 .. 자바로 알아보는 결합도(커플링) https://www.linkedin.com/pulse/types-coupling-ahmed-adel/ Types of Coupling As our Software grows, and the communication between it's Modules gets more complex, we come to the point where "Coupling" matters, coupling occurs when there are inter-dependencies between one module and another, the tighter this coupling is, changes in o www.linkedin.com 소프트웨어가 성장하고 모듈 간의 통신이 더 복잡해짐에 따라 "결합(커플링)"이 중요한 .. React 18의 useSyncExternalStore, Tearing 현상은 무엇인가? React18의 Tearing현상과 이를 해결하기 위한 useSyncExternalStore에 대해 알아봅시다. 원문 : https://blog.saeloun.com/2021/12/30/react-18-usesyncexternalstore-api Meet the new hook useSyncExternalStore, introduced in React 18 for external stores Ruby on Rails and ReactJS consulting company. We also build mobile applications using React Native blog.saeloun.com useSyncExternalStore API에 대해 알아보기 전에 이 새로운 훅을 이해하기에 유용한 용어에 익.. 이전 1 ··· 73 74 75 76 77 78 79 ··· 124 다음