일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
- 분류
- LG
- deep learning
- 지도학습
- LLM
- 딥러닝
- AI
- gpt
- LG Aimers 4th
- 해커톤
- Machine Learning
- Classification
- 머신러닝
- ChatGPT
- regression
- 회귀
- supervised learning
- 티스토리챌린지
- LG Aimers
- PCA
- GPT-4
- OpenAI
- 오블완
- Today
- Total
목록3학년 2학기 전공/마이크로서비스프로그래밍 (6)
SYDev
경희대학교 이성원 교수님의 마이크로서비스 프로그래밍 수업을 기반으로 정리한 글입니다. Learning ObjectiveDocker overviewBasic commandsPracticeInstall Docker Desktop on your DesktopTest-drive of examples Docker Overview1. Docker Editions - @ OLD DaysCommunity Edition(CE) - 개인 개발자 & 소규모 팀에 적합Enterprise Edition(EE) - 기업 개발자 & IT 팀에 적합 - @ Today 2. Docker Enginecontainer를 관리하는 지속성 있는 processDocker의 core work - Building, Running & Distrib..
경희대학교 이성원 교수님의 마이크로서비스 프로그래밍 수업을 기반으로 정리한 글입니다. Learning Objective Docker introduction"Hello Docker"Trouble shooting of Docker life Docker1. What is Docker?Open Platform for developing, shipping, running applications -> 거의 대부분의 platform 위에서 동작 가능 & open source -> docker 위에서 실행가능하다면, platform independent하게 program을 다룰 수 있음사용자의 infrastructure로부터 사용자의 applications를 분리software를 빠르게 deliverapplicatio..
경희대학교 이성원 교수님의 마이크로서비스 프로그래밍 수업을 기반으로 정리한 글입니다. Learning Objectivevirtualization & container technology의 핵심 개념 Virtualizationcomputer science에서의 Virtualization -> 무언가의 virtual version을 만드는 행위Virtual computer, hardware platforms, storage divices, computer network resources-> virtual machine - sofrware 기반으로 구현된 것1. Types of VirtualizationSoftwareMemoryStorageDataNetwork 2. Role of Virtualization하나..
경희대학교 이성원 교수님의 마이크로서비스 프로그래밍 수업을 기반으로 정리한 글입니다. Learning Objective On-premises vs Cloud ComputingIT infrastructureHow to make infrastructureMutable and immutable infrastructure On-Premises(On-prem)IT system과 Software를 자체적인 물리적인 공간에 직접 설치하고 운영하는 방식private cloud computing과 유사-> hardware에 대한 지식 없이, 그저 서비스만 운영하고 싶다? -> cloud computing이 나을 수 있다.-> 보안이나, 특정 hardware에 대한 관리를 직접 수행해야만 한다? -> on-premise..
경희대학교 이성원 교수님의 마이크로서비스 프로그래밍 수업을 기반으로 정리한 글입니다. Goals of Reading Articles What is cloud computing? + utility clouding & cloud computing economicscloud computing의 구성요소 & service modelsWhat are the issues of cloud computing? Cloud Computing ConceptCloud Computing Infrastructure: CPU, Storage, NetworkPlaform: Database, Object Storage -> 개발자들이 사용하는 middleware, framework, ...Application: youtube, net..
경희대학교 이성원 교수님의 마이크로서비스 프로그래밍 수업을 기반으로 정리한 글입니다. Birds Eye on Industrial TrendBig Picture수 백만 개의 machines을 가지고 프로그램을 짜는 방법을 학습Software products to (Web based Fast-response) ServicesFor deep understanding of Datacenter Programming AgileDevOpsContinuous Integration(CI)Continuous Delivery(CD)Continuous Deploy(CD)Microservice and ServerlessPlatform EngineeringDevOps에서 얻은 경험적 지식을 더 구체적이고 재현 가능한 형식으로 ..