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

📍 It is part of a book club challenge on a programming learning website called Nomad Coders. The challenge is to demonstrate what I have learned after reading Clean Code by Robert C. Martin. 📝 It will consist of the following sections over three weeks: the range of reading, the top quotes from the book, my review, and remaining questions. 🔗Challenge Schedule 💻 I plan to read Clean Code in..

📍 It is part of a book club challenge on a programming learning website called Nomad Coders. The challenge is to demonstrate what I have learned after reading Clean Code by Robert C. Martin. 📝 It will consist of the following sections over three weeks: the range of reading, the top quotes from the book, my review, and remaining questions. 🔗Challenge ScheduleAssignment #02📚 Chapter 1. 깨끗한 코..

📍 It is part of a book club challenge on a programming learning website called Nomad Coders. The challenge is to demonstrate what I have learned after reading Clean Code by Robert C. Martin. 📝 It will consist of the following sections over three weeks: the range of reading, the top quotes from the book, my review, and remaining questions. 🔗Challenge ScheduleAssignment #01✔️ 책 인증 (Verifyin..

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..

Why is my cloned Github code showing errors on my local?After cloning my team's code from the GitHub repository and running it on my local, I encountered error messages that prevented me from running the code. I believe the errors are related to 'batch file' and here's an example of one : Here's how I resolved the issues :npm install -g react-scripts npm updatenpm start The code lines I needed ..