- Microservices Development Cookbook
- Paul Osman
- 185字
- 2021-07-16 17:48:23
Conventions used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "Open the newly created service object in the app/services/attachments_service.rb file and move the responsibility for uploading the file to the AttachmentsService#upload method."
A block of code is set as follows:
class AttachmentsService
def upload(message_id, user_id, file_name, data, media_type)
message = Message.find_by!(message_id, user_id: user_id)
file = StorageBucket.files.create(
key: file_name,
body: StringIO.new(Base64.decode64(data), 'rb'),
public: true
)
Any command-line input or output is written as follows:
brew install docker-compose
Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "Installing and managing a Kubernetes cluster is beyond the scope of this book. Luckily, a project called Minikube allows you to easily run a single-node Kubernetes cluster on your development machine."
- 6G潛在關(guān)鍵技術(shù)(下冊)
- Cisco OSPF命令與配置手冊
- 物聯(lián)網(wǎng)網(wǎng)絡(luò)安全及應(yīng)用
- Building Django 2.0 Web Applications
- 電子政務(wù)效益的經(jīng)濟(jì)分析與評價(jià)
- Web Application Development with R Using Shiny
- 中小型局域網(wǎng)組建、管理與維護(hù)實(shí)戰(zhàn)
- 城市治理一網(wǎng)統(tǒng)管
- Unity Artificial Intelligence Programming
- 網(wǎng)管第一課:網(wǎng)絡(luò)操作系統(tǒng)與配置管理
- 語音信號(hào)處理及Blackfin DSP實(shí)現(xiàn)
- 華為HCIA-Datacom認(rèn)證指南
- 精通SEO:100%網(wǎng)站流量提升密碼
- 人際網(wǎng)絡(luò)
- 計(jì)算機(jī)通信網(wǎng)絡(luò)安全