上一页 1 ··· 149 150 151 152 153 154 155 156 157 ··· 498 下一页
摘要: Introduction In this hands-on lab, we go through the process of configuring a CodeCommit repository from the AWS Command Line Interface. We also go th 阅读全文
posted @ 2021-04-04 17:05 Zhentiw 阅读(153) 评论(0) 推荐(0)
摘要: After build sucess, we want to push the build docker image to dockerhub. For that we need to login dockerhub provide username and password. Of course, 阅读全文
posted @ 2021-04-01 23:02 Zhentiw 阅读(45) 评论(0) 推荐(0)
摘要: CI/CD enables us to have a streamlined process for how our code transforms from being written to being deployed to production. Continuous Integration 阅读全文
posted @ 2021-03-31 14:31 Zhentiw 阅读(71) 评论(0) 推荐(0)
摘要: The AWS Command Line Interface (AWS CLI) is a command-line tool that allows you to interact with AWS services using commands in your terminal/command 阅读全文
posted @ 2021-03-31 14:07 Zhentiw 阅读(197) 评论(0) 推荐(0)
摘要: Base container can make Docker build much faster. Our original Dockerfile contained a lot of code to install NodeJS that takes a long time to run. Ins 阅读全文
posted @ 2021-03-31 14:06 Zhentiw 阅读(178) 评论(0) 推荐(0)
摘要: 1. Pull the docker image docker pull isjustintime/debug-me:latest 2. Run the image: docker run -d isjustintime/debug-me 3. Check docker is running: do 阅读全文
posted @ 2021-03-29 21:24 Zhentiw 阅读(95) 评论(0) 推荐(0)
摘要: When dealing with `fs` library, the common problem you will meet is the path to file. Different envs may have different way to handle the path. The be 阅读全文
posted @ 2021-03-29 14:47 Zhentiw 阅读(58) 评论(0) 推荐(0)
摘要: Using the Strangler Pattern First write the Dependency Graph. For example: It would be a good idea start `C` module or `A`. It would be a bad idea sta 阅读全文
posted @ 2021-03-29 01:52 Zhentiw 阅读(140) 评论(0) 推荐(0)
摘要: import fs from 'fs'; import Jimp = require('jimp'); // filterImageFromURL // helper function to download, filter, and save the filtered image locally 阅读全文
posted @ 2021-03-28 01:48 Zhentiw 阅读(165) 评论(0) 推荐(0)
摘要: Monolith Microservices Self-contained application that is deployed as one unit Independently-deployed applications that communicate through networks P 阅读全文
posted @ 2021-03-26 22:59 Zhentiw 阅读(119) 评论(0) 推荐(0)
上一页 1 ··· 149 150 151 152 153 154 155 156 157 ··· 498 下一页