목록Fundamental of CS/Knowledge (14)
Silver Library (Archived)
So, what does it mean? Here is for the record. In JavaScript, a lexical environment is: A data structure that holds information about the variable bindings, that are active at a given point in the code. It consists of an outer lexical environment and an inner lexical environment. 1. The outer environment is the one that is associated with the code that surrounds the current block of code, 2. The..
MS Azure 는 어떨까에 대해 알아보니 MS 제품군 및 튜토리얼 자료에서 장점이 있다는 점을 알게되었다. Google 도 있었지만, MS 답게 VSCode 를 통한 최적화 된 기능 제공점. CI/CD 도 Github Actions 를 끼고 할 수 있어 보인다. Bring your code or container using the framework language of your choice. Run on Kubernetes, anywhere across Azure, on-premises, and any CNCF-conformant Kubernetes cluster through Azure Arc. Increase developer productivity with tight integration of V..
이걸로 어떻게 해 볼 수 있을까? 라는 생각이 먼저 들 것이다. 클라우드 서비스 | 클라우드 컴퓨팅 솔루션| Amazon Web Services 컴퓨팅에 대한 새로운 소식 거의 모든 애플리케이션을 어디에서나 지원할 수 있는 AWS 설계 칩, 인스턴스 및 하이브리드 솔루션과 같은 컴퓨팅 혁신에 대해 알아보세요. 발표 내용 살펴보기 aws.amazon.com 가장 무난히 해 볼 수 있는건, AWS 의 EC2 관련 Computing 서비스. 분위기는 : '이런 걸 할 수 있습니다. 한번 시도 해 보시기 바랍니다.' 라는 느낌. 구글의 경우는 어떨까. 무료 체험판 및 무료 등급 | Google Cloud $300의 무료 크레딧과 월별 한도까지 무료로 사용할 수 있는 Compute Engine, Cloud Sto..
제목에서 유추하다 시피, CI/CD 는 DevOps 의 분야입니다. 즉, 할 수 없다라고 단정하는 건 아니지만, 분야가 프론트엔드와는 확연히 다름을 의미합니다. From frontend developer to a DevOps: An intro to CI/CD - LogRocket Blog As front-end developers, we could blissfully ignore CI/CD processes, but we shouldn’t. Learning the basics of DevOps now can set you up for future success. blog.logrocket.com CI/CD 시스템 구축의 핵심은 팀단위로 서비스를 운영 하는데에 있어, 잦은 업데이트를 하기에 용이함이 주 목..