medium 3

[아티클 DB] 10 Best Database Design Practices

https://medium.com/quick-code/10-best-database-design-practices-1f10f3441730 10 Best Database Design Practices Databases are core elements of applications and computers, they store all the important data that is required to run software applications… medium.com 데이터베이스 설계는 높은 작업량에서 확장 가능하고 수행할 수 있는 소프트웨어 애플리케이션을 구축하는 데 필수적이기 때문에 중요하다. 모든 사람의 관점을 고려하라. 요구에 맞는 데이터베이스 타입을 선택하라. 관계형 데이터베이스 계층형 데이터베이스..

Today I Learned 2023.02.20

[아티클 DB] React 16 Lifecycle Methods: How and When to Use Them

https://medium.com/bitsrc/react-16-lifecycle-methods-how-and-when-to-use-them-f4ad31fb2282 React 16 Lifecycle Methods: How and When to Use Them A revised and up-to-date guide to the new React component lifecycle blog.bitsrc.io 리액트의 생명주기 컴포넌트는 생성(mounting) → 업데이트(updating) → 제거(unmounting)의 생명주기를 갖는다. 클래스 컴포넌트 → Lifecycle methods 함수형 컴포넌트 → Hook 클래스 컴포넌트의 생명주기 Mounting constructor getDerivedState..

Today I Learned 2023.02.13

[아티클 DB] Things I Wished More Developers Knew About Databases

https://medium.com/@rakyll/things-i-wished-more-developers-knew-about-databases-2d0178464f78 Things I Wished More Developers Knew About Databases A large majority of computer systems have some state and are likely to depend on a storage system. My knowledge on databases accumulated… rakyll.medium.com 99.999%의 time network가 문제가 되지 않는다면 당신은 운이 좋은 것이다. (?) ACID는 많은 의미를 가지고 있다. ACID Atomicity(원자성) C..

Today I Learned 2023.02.13