后端开发
-
Go Engineer System Course 008
Order and Shopping Cart First, copy the service code framework of srv from the inventory service, then find and replace the corresponding name (order_srv) Fundamentals of Encryptio…
-
Go Engineering Comprehensive Course 009
Other Features User Center Favorites Manage Shipping Addresses (CRUD) Messages Copy inventory_srv--> userop_srv query and replace all inventory Elasticsearch In-depth Analysis D…
-
Go工程师体系课 010
Translation is not yet available. Showing original content. es 安装 elasticsearch(理解为库) kibana(理解为连接工具)es 和 kibana(5601) 的版本要保持一致 MySQL 对照学习 Elasticsearch(ES) 术语对照 MySQL Elasticsearc…
-
Programming Fundamentals 0002_Explanation of Key Libraries
Famous Libraries Explained goconfig A configuration file parser for the common INI format under Windows for the Go language. This parser not only covers all INI file operations but…
-
Go Engineer Systematic Course 012
Integrating Elasticsearch in Go 1. Client Library Selection 1.1 Mainstream Go ES Clients olivere/elastic: Most comprehensive features, elegant API design, supports ES 7.x/8.x elast…
-
Go Engineer System Course 013
Order Transactions Both pre-deducting inventory and post-deducting inventory will affect inventory and orders, so distributed transactions must be used. Business (order not paid) b…
-
Go Engineer Systematic Course 014
RocketMQ Quick Start Refer to our various configurations (podman) to see how it's installed. Concept Introduction RocketMQ is a distributed messaging middleware open-sourced by Ali…
-
Go Engineer Comprehensive Course 015
Docker Containerization — A Practical Guide for Go Projects I. Docker Core Concepts 1.1 What is Docker Docker is an open-source containerization platform that packages applications…
-
Go Engineer System Course 016
Getting Started with Kubernetes —— Go Microservice Deployment and Orchestration I. Kubernetes Core Concepts 1.1 What is Kubernetes Kubernetes (K8s for short) is Google's open-sourc…
-
Go Engineer Systematic Course 017
Introduction to Rate Limiting, Circuit Breaking, and Degradation (with Sentinel Hands-on) Based on the key video points from Chapter 3 (3-1 ~ 3-9) of the courseware, this guide pro…