- Jon Yablonski
- Clean Code
- NomadCoders
- ๊นํ ํด๋ก ์๋ฌ
- devbookclub
- react ga4
- react scripts
- ๋ ธ๋ง๋์ฝ๋
- uxui
- ์กด ์ผ๋ธ๋ก ์คํค
- github
- ๊ฐ๋ฐ์๋ถํด๋ฝ
- github clone
- FOUR GRIT
- Google Analytics
- data management
- ํด๋ฆฐ์ฝ๋
- UX
- ํฌ๊ทธ๋ฆฌํธ
- law of ux
- nomad coders
- ๋ ธ๊ฐ๋ถ
- Data Driven UX
- React
- react ga
- ๊ตฌ๊ธ ์ ๋๋ฆฌํฑ์ค
- Day js
- ๊ตฌ๊ธ์ ๋๋ฆฌํฑ์ค
- cleancode
- Day.js
๋ชฉ๋ก์ ์ฒด ๊ธ (19)
TURI BLOG

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