전체 글 79

ReactJS simple introduction

리액트 규모는 아래와 같이 찾아 볼 수 있다 ReactJS는 페이스북에서 만들었으며, ReactJS로 페이스북을 다시 만들었다. ReactJS의 버전 업데이트에 투자가 될 것이고, 실제로 거대 기업들이 사용하고있다. 아래는 ReactJS 와 Vanilla JS 코드 비교이다 Product Level에서 쓰이진 않지만 비교는 해보면 좋을 것이다. 아래는 자바 스크립트 1. HTML 작성 2. Javascript에서 it 가져오기 3. button event 작성 4. 데이터(counter) 업데이트 5. HTML(span)을 업데이트 Total clicks: 0 Click me 아래는 react React cdn link React JS의 규칙 중 하나는 HTML을 페이지에 직접 작성하지 않는 것이다. r..

채널톡을 이용하는 코딩 부트캠프 사이트

코딩 부트캠프 사이트 List와 채널톡을 이용하는 사이트 부트캠프 리스트는: https://boottent.sayun.studio/camps 2022년 개발자취업 코딩부트캠프 비교정리:일정,가격,비용,후기모음,커리큘럼,국비지원,내일배움 부트텐트 - 국비교육,코딩부트캠프 고민될땐 부트텐트에서 둘러보세요. boottent.sayun.studio 여기서 확인할 수 있다. 개요 회사 제품이 AI와 관련하여 봇을 지원하는 점에서 봇들을 쓰고있는 산업군을 알아보기위해 아래와같이 제가 들어가본 사이트중 채널톡을 이용하는 사이트를 알아보았습니다. 주저리 실제로 문의를 받아서 지원내용을 알아보는 것들도 있고, AI와 대화한다는 생각이 아닌 그냥 채팅으로 하는 상담으로 메신저로 보이는 것으로밖에 보이지 않아 답답함이 많습..

[CosmosDB] SDK

CosmosDB를 사용하기위한 SDK는? SDK? 소프트웨어 개발 키트(영어: Software Development Kit, SDK)는 일반적으로 소프트웨어 기술자가 사용하여 특정한 소프트웨어 꾸러미, 소프트웨어 프레임워크, 하드웨어 플랫폼, 컴퓨터 시스템, 게임기, 운영 체제 등을 위한 응용 프로그램 등을 만들 수 있게 해주는 개발 도구의 집합이다 The Microsoft.Azure.Cosmos library is the latest version of the .NET SDK for Azure Cosmos DB SQL API. (Microsoft.Azure.Cosmos 라이브러리는 Azure Cosmos DB SQL API용 .NET SDK의 최신 버전입니다.) The library is open-so..

[Cosmos DB] Compare autoscale vs. standard

CosmosDB 표준(프로비저닝된) 처리량과 serverless의 차이 Compare workloads Standard throughput is again suited for workloads with steady traffic. (표준 처리량은 트래픽이 안정적인 워크로드에 다시 적합합니다.) Autoscale throughput is better suited for unpredictable traffic. Autoscale can ensure that your actual Azure Cosmos DB provisioned throughput oscillates between your minimal acceptable performance and maximum allowed spend. (자동 스케일 처..

[Azure Cosmos DB] components of Azure Cosmos DB SQL API?

코스모스의 구성요소가 무엇인가? What are the components of Azure Cosmos DB SQL API? Accounts Accounts are the fundamental units of distribution and high availability. At the account level, you can configure the region[s] for your data in Azure Cosmos DB SQL API. Accounts also contain the globally unique DNS name used for API requests. You can also set the default consistency level for requests at the account...

[NoSQL, Azure CosmosDB] why azure csomosdb?

왜 cosmosdb를 쓰는가? Azure Cosmos DB SQL API has a few advantages such as: Guaranteed speed at any scale—even through bursts—with instant, limitless elasticity, fast reads, and multi-master writes, anywhere in the world 전 세계 어디에서나 즉각적이고 무한한 탄력성, 빠른 읽기 및 다중 마스터 쓰기를 통해 버스트를 포함한 모든 규모의 속도 보장 Fast, flexible app development with SDKs for popular languages, a native SQL API along with APIs for MongoDB, Ca..

NoSQL 2022.04.29

[NoSQL]과 JSON

Why NoSQL? 현대 앱 요구 해결 새로운 종류의 데이터베이스 필요, High volumes of data (대량의 데이터) Data with many different sources and forms (다양한 소스와 양식의 데이터) Dynamic data schemas to store different types of data (다양한 타입의 데이터를 저장하는 동적 데이터 스키마) Using high-velocity and/or real-time data (고속, 실시간 데이터) NoSQL 특징 Data store is non-relational ( 비관계형 데이터 ) Designed for scale-out (스케일 아웃을 위한 설계) Does not enforce a specific schema..

NoSQL 2022.04.28