- 개발자북클럽
- data management
- Jon Yablonski
- NomadCoders
- Clean Code
- 구글애널리틱스
- 노마드코더
- Data Driven UX
- 깃헙 클론 에러
- github clone
- 구글 애널리틱스
- 존 야블론스키
- Day.js
- uxui
- react scripts
- React
- 포그리트
- nomad coders
- FOUR GRIT
- 클린코드
- 노개북
- react ga4
- UX
- react ga
- Day js
- law of ux
- Google Analytics
- github
- devbookclub
- cleancode
목록[TIL]Today I Learned (5)
TURI BLOG

What I gained insights from the book 'Laws of UX' is a common perspective for making decisions using quantitative and objective figures, as I understood from the book 'Data-Driven UX'.It's important to trace back the background of current trends related to users and front-end, such as Responsive Web Design started in 2010, and the perspective started from the history of TCP protocol by Jon Poste..

Initial Code Snippets to Apply to Google Analytics My task was to set up the initial stage of Google Analytics for the website to analyze user behavior and needs in the future. The challenges encountered: Uncertainty about the difference between react-ga and react-ga4Uncertainty about how to apply react-ga4 to the code with the existing initial GA measurement ID, including the initial setting on..

Data-DrivenUX 책으로 질문, 방향 설정해보기 *References . FOUR GRIT - p.35) 수백 수천만 명의 행동 패턴을 하나의 숫자로 나타내는 것이 '데이터의 신뢰성'과 직결된다고 할 수 없다. 수치들이 제대로된 수집 결과라 할지라도 사용자가 어떤 의문을 품고 있는지까지 추측하지 못하기 때문이다. 사용자가 왜 그런 행동을 보였으며, 어떻게 느꼈는지, 무엇을 기대하는지는 숫자를 통해서 알 수 없다. 따라서 데이터는 단순히 수치와 숫자만 존재하는 것이 아니라서 다양한 관점에서 수집해야 한다. - p.36) 디자이너의 역할은 데이터를 통해 인사이트를 얻고 사이트 개선, 즉 액션을 실행하는 실행자가 되어야 한다. 데이터만 보아서는 어떻게 실행으로 옮겨야 하는지 알 수 없다. 사이트가 달성..

Google 애널리틱스 적용 전에 알아야 할 것들Google 애널리틱스 공식문서https://support.google.com/analytics/answer/10089681?hl=enhttps://developers.google.com/analytics/devguides/collection/ga4?hl=kohttps://support.google.com/analytics/answer/10089681?hl=kohttps://support.google.com/analytics/answer/9304153?hl=ko References 1. Data-Driven UX2. UX/UI의 10가지 심리학 법칙3. JSP 강의자료, Wikipedia4. Chat GPT 1. , FOUR GRIT - p.68) 데이터..

A part of my task was:A part of my task was to format the date in the order of day, month, and year in short forms. Since the existing code was written by my team using Day.js, I also used Day.js and explored its official documentation. https://day.js.org/docs/en/display/format Day.js · 2kB JavaScript date utility library2kB JavaScript date utility libraryday.js.org How to use Format in Day.js..