上一页 1 ··· 145 146 147 148 149 150 151 152 153 ··· 494 下一页
摘要: 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 阅读(42) 评论(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 阅读(61) 评论(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 阅读(190) 评论(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 阅读(168) 评论(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 阅读(87) 评论(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 阅读(53) 评论(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 阅读(132) 评论(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 阅读(157) 评论(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 阅读(112) 评论(0) 推荐(0)
摘要: Monoliths Are Not Bad! Microservices designs are another architectural pattern and are not intended to replace monolith applications. We should not bl 阅读全文
posted @ 2021-03-26 02:32 Zhentiw 阅读(35) 评论(0) 推荐(0)
上一页 1 ··· 145 146 147 148 149 150 151 152 153 ··· 494 下一页