Go開發(fā)者路線圖2019耿战,請收下這份指南
原創(chuàng): Rachel? AI科技大本營? 今天
整理 | Rachel
責(zé)編 | 阿司匹林
出品 | AI科技大本營(ID: rgznai100)
Go是Google開發(fā)的一種靜態(tài)竿刁、強類型最楷、編譯型定血、并發(fā)型界弧,并具有垃圾回收功能的類C編程語言凿跳。2009以開源項目的形式發(fā)布良拼,2012年發(fā)布1.0穩(wěn)定版本呜呐,距今已經(jīng)十年了就斤,其性能類似于Java和C++,但速度極快卵史,適合搭載于web服務(wù)器战转,用于高性能分布式系統(tǒng)開發(fā)。
作為熱門的編程語言之一以躯,Go語言吸引了很多關(guān)注槐秧。根據(jù)TIOBE編程排行榜,2016年忧设,Go語言成為年度最受歡迎的編程語言刁标;2019年,Go語言的熱度不減址晕,仍穩(wěn)居排行榜前20名膀懈。在基于云的服務(wù)中,Go語言因其在編譯速度和執(zhí)行性能上的優(yōu)越性谨垃,具有其他編程語言無法比擬的優(yōu)勢启搂。隨著云計算的迅速發(fā)展硼控,更多基于Go語言的項目正在不斷涌現(xiàn)。
今天胳赌,營長就為大家推薦了一份來自Github的2019年Go開發(fā)者指南牢撼,幫助大家快速入門Go語言。
該指南提供了詳細的進階路線圖疑苫,列出了學(xué)習(xí)Go開發(fā)所需的各類知識和技能熏版,而且每個知識點也附上啦相應(yīng)的學(xué)習(xí)資源。相信無論是零基礎(chǔ)的新手捍掺,還是對Go語言有一定了解的開發(fā)者撼短,都能夠有所收獲。
Go開發(fā)者路線圖
學(xué)習(xí)資源整理
1挺勿、先決條件
1)Go:https://golangbot.com/
2)Dep工具曲横,Go模組:https://github.com/golang/dep
3)SQL:https://www.w3schools.com/sql/default.asp
2、基本開發(fā)技能
1)學(xué)習(xí)Git满钟,在GitHub上建立一些倉庫胜榔,與他人分享你的代碼:https://www.w3schools.com/sql/default.asp
2)了解HTTP(S)協(xié)議,request方法(GET,POST,PUT,PATCH,DELETE,OPTIONS)
3)不要害怕使用Google——Google搜索的力量:http://www.powersearchingwithgoogle.com/
4)看一些和數(shù)據(jù)結(jié)構(gòu)及算法有關(guān)的書
5)學(xué)習(xí)關(guān)于認證的基礎(chǔ)實現(xiàn)
6)學(xué)習(xí)面向?qū)ο笤瓌t
3湃番、命令行工具
1)cobra:https://github.com/spf13/cobra
2)urfave/cil:https://github.com/urfave/cli
4夭织、網(wǎng)絡(luò)框架/路由
1)Echo:https://github.com/labstack/echo
2)Beego:https://github.com/astaxie/beego
3)Gin:https://github.com/gin-gonic/gin
4)Revel:https://github.com/revel/revel
5)Chi:https://github.com/go-chi/chi
5、數(shù)據(jù)庫
1)關(guān)系型
SQLServer:https://www.microsoft.com/en-us/sql-server/sql-server-2017
PostgreSQL:https://www.postgresql.org/
MariaDB:https://mariadb.org/
MySQL:https://www.mysql.com/
2)云數(shù)據(jù)庫
CosmosDB:https://docs.microsoft.com/en-us/azure/cosmos-db
DynamoDB:https://aws.amazon.com/dynamodb/
3)搜索引擎
ElasticSearch:https://www.elastic.co/
Solr:http://lucene.apache.org/solr/
Sphinx:http://sphinxsearch.com/
4)NoSQL
MongoDB:https://www.mongodb.com/
Redis:https://redis.io/
ApacheCassandra:http://cassandra.apache.org/
LiteDB:https://github.com/mbdavid/LiteDB
RavenDB:https://github.com/ravendb/ravendb
CouchDB:http://couchdb.apache.org/
6吠撮、對象關(guān)系的映射框架
Gorm:https://github.com/jinzhu/gorm
Xorm:https://github.com/go-xorm/xorm
7尊惰、高速緩存
GCache:https://github.com/bluele/gcache
分布式緩存
Go-Redis:https://github.com/go-redis/redis
GoMemcached:https://github.com/bradfitz/gomemcache
8、日志
1)日志框架
Zap:https://github.com/uber-go/zap
ZeroLog:https://github.com/rs/zerolog
Logrus:https://github.com/sirupsen/logrus
2)日志管理系統(tǒng)
Sentry.io:http://sentry.io/
Loggly.com:https://loggly.com/
9泥兰、實時通訊
Socket.IO:https://socket.io/
10弄屡、客戶端
1)REST
Gentelman:https://github.com/h2non/gentleman
GRequests:https://github.com/kennethreitz/grequests
heimdall:https://github.com/heimdal/heimdal
2)GraphQL:https://graphql.org/
11、最好知道的庫
Validator:https://github.com/chriso/validator.js/
Glow:https://github.com/pytorch/glow
GJson:https://github.com/tidwall/gjson
Authboss:https://github.com/volatiletech/authboss
Go-Underscore:https://github.com/ahl5esoft/golang-underscore
12鞋诗、測試
1)單元膀捷,行為,集成測試
GoMock:https://github.com/golang/mock
Testify:https://github.com/stretchr/testify
GinkGo:https://github.com/onsi/ginkgo
GoMega:https://github.com/onsi/gomega
GoCheck:https://github.com/go-check/check
GoDog:https://github.com/DATA-DOG/godog
GoConvey:https://github.com/smartystreets/goconvey
2)端對端測試
Selenium:https://github.com/tebeka/selenium
Endly:https://github.com/viant/endly
13削彬、任務(wù)調(diào)度
Gron:https://github.com/roylee0704/gron
JobRunner:https://github.com/bamzi/jobrunner
14全庸、微服務(wù)
1)消息代理
RabbitMQ:https://www.rabbitmq.com/tutorials/tutorial-one-javascript.htmlhttps://www.npmjs.com/package/kafka-node
ApacheKafka:https://www.npmjs.com/package/kafka-node
ActiveMQ:https://github.com/apache/activemq
AzureServiceBus:https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-messaging-overview
2)消息總線
Message-Bus:https://github.com/vardius/message-bus
3)框架
GoKit:https://github.com/go-kit/kit
Micro:https://github.com/micro/go-micro
4)RPC
ProtocolBuffers:https://github.com/protocolbuffers/protobuf
gRPC-Go:https://github.com/grpc/grpc-go
gRPC-Gateway:https://github.com/grpc-ecosystem/grpc-gateway
5、Go模式:https://github.com/tmrts/go-patterns
以上就是本期營長為大家推薦的《2019年Go語言開發(fā)者指南》融痛,最后為大家獻上傳送門壶笼,預(yù)祝大家五一學(xué)習(xí)愉快,peace~
GitHub項目地址:
https://github.com/Alikhll/golang-developer-roadmap/blob/master/i18n/ReadMe-zh-CN.md