Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
사내 첫 리액트 주니어 개발자의 생존기
Search
gonasooc
September 09, 2024
Programming
0
33
사내 첫 리액트 주니어 개발자의 생존기
FEconf 2024 Lightning Talk
gonasooc
September 09, 2024
Tweet
Share
Other Decks in Programming
See All in Programming
The Modern View Layer Rails Deserves: A Vision For 2025 And Beyond @ RailsConf 2025, Philadelphia, PA
marcoroth
2
730
リバースエンジニアリング新時代へ! GhidraとClaude DesktopをMCPで繋ぐ/findy202507
tkmru
3
970
CDK引数設計道場100本ノック
badmintoncryer
2
480
AI時代のソフトウェア開発を考える(2025/07版) / Agentic Software Engineering Findy 2025-07 Edition
twada
PRO
99
37k
20250708_JAWS_opscdk
takuyay0ne
2
130
AI時代の『改訂新版 良いコード/悪いコードで学ぶ設計入門』 / ai-good-code-bad-code
minodriven
24
9.6k
ソフトウェア設計とAI技術の活用
masuda220
PRO
17
3.9k
PHP 8.4の新機能「プロパティフック」から学ぶオブジェクト指向設計とリスコフの置換原則
kentaroutakeda
2
1k
脱Riverpod?fqueryで考える、TanStack Queryライクなアーキテクチャの可能性
ostk0069
0
500
AIと”コードの評価関数”を共有する / Share the "code evaluation function" with AI
euglena1215
1
180
dbt民主化とLLMによる開発ブースト ~ AI Readyな分析サイクルを目指して ~
yoshyum
3
1.1k
TypeScriptでDXを上げろ! Hono編
yusukebe
3
770
Featured
See All Featured
[RailsConf 2023] Rails as a piece of cake
palkan
55
5.7k
Git: the NoSQL Database
bkeepers
PRO
430
65k
4 Signs Your Business is Dying
shpigford
184
22k
Why You Should Never Use an ORM
jnunemaker
PRO
58
9.5k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
282
13k
Rebuilding a faster, lazier Slack
samanthasiow
83
9.1k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
7
750
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.8k
Building Applications with DynamoDB
mza
95
6.5k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
47
9.6k
Producing Creativity
orderedlist
PRO
346
40k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
10
970
Transcript
사내 첫 리액트 주니어 개발자의 생존기 최관수 gonasooc
최관수 블렌딩 개발팀 gonasooc 블렌딩 Frontend Developer Mubeat Live 등
웹 개발에 참여하고 있습니다. 사용자에게 어떤 경험을 줄 수 있을지 고민하고, 보편적이고 보통사람들을 위한 서비스 개발을 꿈꾸고 있습니다.
프론트 개발자가 되기까지 개발환경을 구축하는 과정 배운 점, 놓친 점,
더 나아갈 점 이야기 흐름
"HTML is Programming Language"
여긴 어디 나는 누구
첫 프로젝트
그리고 퇴사
면접에서의 역질문
뇌피셜의 결과
None
None
What I thought 리액트 프레임워크, 빌드 도구 CSS 프레임워크, 컨벤션
전역 상태 관리 폴더 구조, 컴포넌트 패턴
None
None
None
None
feat.
feat.
None
📦 src ┣ 📂 assets ┃ ┗ 📂 fonts ┃
┃ ┣ 📂 gmarketsans ┃ ┃ ┗ 📂 pretendard ┣ 📂 components ┃ ┣ 📂 Auth ┃ ┣ 📂 Button ┃ ┣ 📂 Card ┃ ┣ 📂 Carousel ┃ ┣ 📂 Common ┃ ┣ 📂 Dialog ┃ ┣ 📂 Footer ┃ ┣ 📂 Header ┃ ┣ 📂 Input ┃ ┣ 📂 Modal ┃ ┣ 📂 Payment ┃ ┣ 📂 ProductDetail ┃ ┣ 📂 TermsNPrivacy ┃ ┗ 📂 Video ┣ 📂 constants ┣ 📂 data ┣ 📂 hooks ┣ 📂 locales ┣ 📂 pages ┣ 📂 recoil ┣ 📂 routes ┣ 📂 styles ┣ 📂 utils ┣ 📂 webviews ┣ 📜 App.jsx ┣ 📜 index.js
What I Missed 크로스 브라우징의 중요성 컴포넌트 설계 시 간결한
props 사용 기획과 UX 의 큰 흐름
What I Missed 크로스 브라우징의 중요성 컴포넌트 설계 시 간결한
props 사용 기획과 UX 의 큰 흐름
What I Missed 크로스 브라우징의 중요성 컴포넌트 설계 시 간결한
props 사용 기획과 UX 의 큰 흐름
What I Learned ' 개발적 외로움' 에 맞서는 방법과 책임을
지는 태도 앱과의 커뮤니케이션
What I Learned ' 개발적 외로움' 에 맞서는 방법과 책임을
지는 태도 앱과의 커뮤니케이션
What I Try 필요한 마이그레이션 API 설계 등 영역 넓히기
둘러보고 돌아보기
What I Try 필요한 마이그레이션 API 설계 등 영역 넓히기
둘러보고 돌아보기
What I Try 필요한 마이그레이션 API 설계 등 영역 넓히기
둘러보고 돌아보기
Q&A gonasooc https://velog.io/@gonasooc/ 프로젝트- 회고- 뮤빗라이브-1 차- 회고