Tomorrow night Nine O'Clock | Go language sharing

Source: Internet
Author: User
Tags influxdb etcd

This open lesson theme: Go language sharing

Content:

    • Go Introduction
    • Go features
    • Go object-oriented (features and principles)
    • Go Network programming (socket, HTTP, RPC)
    • Go concurrency
    • Go Star Project (Docker, Kubernetes, Etcd, Consul, InfluxDB, Openfalon)
    • How to build a deployment system with go
Main lecturer: Radish
    • Years of experience in go language development
    • Work in automated operations and infrastructure related
Go features
    • Static compilation
    • Cross-platform
    • Garbage collection
    • Concise notation and syntax
    • Flat type System
    • CSP-based concurrency model
    • Efficient and simple tool chain
    • Extensive library of standards
    • Constants Interfaces Packages
Go object-oriented

Three basic features

    • Packaging
    • Inherited
    • Polymorphic

Five main principles

    • Single principle of responsibility
    • Open Closure principle
    • Replacement principle
    • Reliance principle
    • Interface separation
Go Network programming
    • Socket
    • http
    • Rpc
Go concurrency
    • Based on co-goroutine and Pipelines (channel)
    • Goroutine: Lightweight "Threads"
    • Channel: A pipe with type, co-safe, similar to a pipe in Unix)

    • Goroutine
    • Channel
    • Select
    • Fan-in
Go Star Program
    • Docker
    • Kubernetes
    • Etcd, consul
    • InfluxDB
    • Openfalon
How to build a deployment system with go

Task Management Segmentation

Agent Design Considerations
    • Distributed deployment
    • Self-upgrade
    • Multi-Account Execution support
    • Power of Task
    • Multi-functional support (monitoring, deployment, configuration)

Sharing time: January 18 evening Nine o'clock
How to participate: Scan the code to add Small assistants (1251743084), notes "Open Class", enter the live sharing group

Tomorrow night Nine O'Clock | Go language sharing

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.