일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
- Dom
- CSS
- Event
- Empty
- innerHTML
- HTML
- js
- modal
- yet
- Review
- keyboardEvent
- Temporal dead zone
- textContent
- addEventListener
- es6
- node
- TypingEffect
- javascript
- dotenv
- keyup
- ES5
- UI
- for loop
- node.js
- innerText
- beforeinput
- a11y
- nodeValue
- css:position
- react
- Today
- Total
목록#dev/개념정리 (74)
the murmurous sea
https://spin.atomicobject.com/2017/06/07/react-state-vs-redux-state/ React State vs. Redux State: When and Why? Even if you choose to use Redux in your project, you will still need to make decisions on how much of your data is stored in Redux. spin.atomicobject.com "Redux manages state and state transformations and is often used with React, but React has its own concept of state." "Even if you c..
To find the process ID, try: sudo lsof -i :portNumber Kill the process which is currently using the port using its PID kill PID and then check to see if the port closed. If not, try: kill -9 PID I would only do the following if the previous didnt work sudo kill -9 PID @ stackoverflow.com/questions/12397175/how-do-i-close-an-open-port-from-the-terminal-on-the-mac
app.get app.get can be used to create routes for your application at the top level. express.Router From the documentation about express.Router; Use the express.Router class to create modular, mountable route handlers. A Router instance is a complete middleware and routing system; for this reason, it is often referred to as a “mini-app” A router needs to be mounted to an app. @ expressjs.com/th/g..
www.youtube.com/playlist?list=PLXC_gcsKLD6nhtwautRzatzcNrht3w0Pp Trust The Process - Design Documentary www.youtube.com result: www.doubleyou.life/ youtube.com/playlist?list=PLXC_gcsKLD6mgmJKaLCsFzBTvBJv4LGJB Web Design Process - Start To Finish The full process we went through to redesign the website of https://www.openmindlearning.com/ From content strategy, to wireframes, design & development..
youtu.be/GJN7TemsZtY 1. Navigation : It's important to show what you can do on this website in the first 15 sec. By glancing at the navigation, the user can know what features are services on the site. : Also, users should always know where they are. 2. Hierarchy : The content should have a clear hierarchy, the user eye should be able to follow what we intend to lead them to. : Navigate the user..
material.io/design/layout/responsive-layout-grid.html#breakpoints Material Design Build beautiful, usable products faster. Material Design is an adaptable system—backed by open-source code—that helps teams build high quality digital experiences. material.io
ux.stackexchange.com/questions/104560/fixed-width-for-buttons-or-proportional-with-the-text Fixed width for buttons or proportional with the text? What is the best practice for a UI, to make all the similar buttons with a fixed width, no matter how long is the text (with the condition to fit) or make the width proportional with the text and a... ux.stackexchange.com digitalsynopsis.com/design/ui..
blog.wishket.com/%ec%96%b4%ed%94%8c%eb%a6%ac%ec%bc%80%ec%9d%b4%ec%85%98-%ec%a0%9c%ec%9e%91-%ea%b3%bc%ec%a0%95-a%eb%b6%80%ed%84%b0-z%ea%b9%8c%ec%a7%80-%ed%95%9c-%eb%88%88%ec%97%90-%ec%82%b4%ed%8e%b4%eb%b3%b4%ea%b8%b0/ 어플리케이션 제작 과정, A부터 Z까지 한 눈에 살펴보기 이번 시간 위시켓은 어플리케이션 제작 과정을 A부터 Z까지 천천히 알려드리면서, 여러분의 아이디어를 어떻게 구현해서 앱으로 만들 수 있을지 가이드를 해드리고자 합니다. 어디서도 알려주�� blog.wishket.com 어플리케이션 제작 과정, A부터 Z까지 한 눈에 ..
gmlwjd9405.github.io/2018/12/23/mysql-tips.html