728x90

전체 글 108

[Server] 클라우드 네이티브란?

용어의 정의클라우드 제공 모델에서 제공하는 분산 컴퓨팅을 활용하기 위해 애플리케이션을 구축 및 실행하는 개념기본적으로 클라우드 네이티브 앱은 클라우드가 제공하는 확장성, 탄력성, 복원성, 유연성을 활용하도록 설계, 구축  클라우드 네이티브의 관건은 민첩성을 유지하면서 빠르게 움직이는 것으로쿠버네티스, 도커, 카프카와 같은 기술을 사용하여 최신 애플리케이션 개발을 지원하고클라우드 네이티브 애플리케이션을 구축, 배포, 관리할 수 있는 종합적인 표준 기반 플랫폼을 제공. 클라우드 네이티브 애플리케이션의 이점독립성각각의 애플리케이션을 개별적으로 관리하고 배치가능 (서로 독립적 구축)복원성설계에 따라 인프라스트럭쳐가 중단되어도 온라인상태 유지가능표준 기반오픈소스 및 표준 기술에 기반하는 경우가 많아 벤더 종속성이..

개인공부/BE 2025.01.24

[SQL] 1581. Customer Who Visited but Did Not Make Any Transactions (Easy)

join 세번째 문제https://leetcode.com/problems/customer-who-visited-but-did-not-make-any-transactions/description/?envType=study-plan-v2&envId=top-sql-50⬆️ 문제 전문 링크는 여기 Table: Visits+-------------+---------+| Column Name | Type |+-------------+---------+| visit_id | int || customer_id | int |+-------------+---------+visit_id is the column with unique values for this table.This table cont..

알고리즘 2025.01.07

[SQL] 1378. Replace Employee ID With The Unique Identifier (Easy)

조인 사용하는 문제로 넘어왔다.https://leetcode.com/problems/replace-employee-id-with-the-unique-identifier/submissions/1493012049/?envType=study-plan-v2&envId=top-sql-50⬆️ 문제 전문은 위 링크에서 Table: Employees+---------------+---------+| Column Name | Type |+---------------+---------+| id | int || name | varchar |+---------------+---------+id is the primary key (column with unique value..

알고리즘 2024.12.31

[SQL] 1757. Recyclable and Low Fat Products (Easy)

너어어어무 알고리즘 및 sql 에 손 떼고 있어서 (물론 회사 업무의 sql은 했었음)쉬운거 부터 하나 가져왔어요https://leetcode.com/problems/recyclable-and-low-fat-products/?envType=study-plan-v2&envId=top-sql-50⬆️문제 전문 Table: Products+-------------+---------+| Column Name | Type |+-------------+---------+| product_id | int || low_fats | enum || recyclable | enum |+-------------+---------+product_id is the primary key (colum..

알고리즘 2024.12.26
728x90
반응형