mirror of
https://github.com/dariubs/GoBooks.git
synced 2026-04-30 22:13:55 +07:00
small tweaks
This commit is contained in:
@@ -51,7 +51,7 @@
|
|||||||
- [2024 - The Power of Go: Tools](#2024---the-power-of-go-tools)
|
- [2024 - The Power of Go: Tools](#2024---the-power-of-go-tools)
|
||||||
- [2024 - Build an Orchestrator in Go](#2024---build-an-orchestrator-in-go)
|
- [2024 - Build an Orchestrator in Go](#2024---build-an-orchestrator-in-go)
|
||||||
- [Go with the Domain: Building Modern Business Software in Go *Free*](#go-with-the-domain-building-modern-business-software-in-go-free)
|
- [Go with the Domain: Building Modern Business Software in Go *Free*](#go-with-the-domain-building-modern-business-software-in-go-free)
|
||||||
- [Spaceship Go **Free**](#spaceship-go-free)
|
- [Spaceship Go *Free*](#spaceship-go-free)
|
||||||
- [Ultimate Go Notebook](#ultimate-go-notebook)
|
- [Ultimate Go Notebook](#ultimate-go-notebook)
|
||||||
- [Web Development](#web-development)
|
- [Web Development](#web-development)
|
||||||
- [2019 - Learn Data Structures and Algorithms with Golang](#2019---learn-data-structures-and-algorithms-with-golang)
|
- [2019 - Learn Data Structures and Algorithms with Golang](#2019---learn-data-structures-and-algorithms-with-golang)
|
||||||
@@ -234,6 +234,8 @@ In gRPC Go for Professionals, you'll begin by learning the core concepts such as
|
|||||||
|
|
||||||
### 2023 - [Learn Go with Pocket-Sized Projects](https://www.manning.com/books/learn-go-with-pocket-sized-projects)
|
### 2023 - [Learn Go with Pocket-Sized Projects](https://www.manning.com/books/learn-go-with-pocket-sized-projects)
|
||||||
|
|
||||||
|
<img src="https://drek4537l1klr.cloudfront.net/latour/Figures/cover.jpg" width="120px"/>
|
||||||
|
|
||||||
Learn Go with Pocket-Sized Projects teaches you to write professional-level Go code by creating handy tools and fun apps. Each small, self-contained project introduces important practical skills, including ensuring that your code is thoroughly tested and documented! You’ll make architectural decisions for your projects and organize your code in a maintainable way. Everything you learn is easy to scale-up to full-size Go applications.
|
Learn Go with Pocket-Sized Projects teaches you to write professional-level Go code by creating handy tools and fun apps. Each small, self-contained project introduces important practical skills, including ensuring that your code is thoroughly tested and documented! You’ll make architectural decisions for your projects and organize your code in a maintainable way. Everything you learn is easy to scale-up to full-size Go applications.
|
||||||
|
|
||||||
### 2023 - [Go Faster](https://leanpub.com/gofaster)
|
### 2023 - [Go Faster](https://leanpub.com/gofaster)
|
||||||
@@ -506,7 +508,7 @@ It features techniques like Domain-Driven Design, Clean Architecture, CQRS (Comm
|
|||||||
The book is based on a [real open source project](https://github.com/ThreeDotsLabs/wild-workouts-go-ddd-example).
|
The book is based on a [real open source project](https://github.com/ThreeDotsLabs/wild-workouts-go-ddd-example).
|
||||||
Chapters go through refactoring of the project to show common anti-patterns and how to avoid them.
|
Chapters go through refactoring of the project to show common anti-patterns and how to avoid them.
|
||||||
|
|
||||||
### [Spaceship Go](https://blasrodri.github.io/spaceship-go-gh-pages/) **Free**
|
### [Spaceship Go](https://blasrodri.github.io/spaceship-go-gh-pages/) *Free*
|
||||||
|
|
||||||
<img src="https://raw.githubusercontent.com/blasrodri/spaceship-go/master/src/img/cover.svg" width="120px"/>
|
<img src="https://raw.githubusercontent.com/blasrodri/spaceship-go/master/src/img/cover.svg" width="120px"/>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user