Skip to content

Commit cc5951f

Browse files
authored
Update README.md (#148)
Added the Go Programming - From Beginner to Professional: Learn everything you need to build modern software using Go, Second Edition Book to the list of beginner books
1 parent 4e86eab commit cc5951f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

+18
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
- [2023 - Go Faster](#2023---go-faster)
2626
- [2023 - Shipping Go](#2023---shipping-go)
2727
- [2024 - Learning Go: An Idiomatic Approach to Real-World Go Programming, 2nd Edition](#2024---learning-go-an-idiomatic-approach-to-real-world-go-programming-2nd-edition)
28+
- [2024 - Go Programming - From Beginner to Professional, 2nd Edition](#2024---go-programming---from-beginner-to-professional)
29+
2830
- [Advanced Books](#advanced-books)
2931
- [2018 - Hands-On Dependency Injection in Go](#2018---hands-on-dependency-injection-in-go)
3032
- [2018 - Security with Go](#2018---security-with-go)
@@ -278,6 +280,22 @@ This book helps you:
278280
- Use Go's tools to improve performance, optimize memory usage, and reduce garbage collection
279281
- Learn how to use Go's advanced development tools
280282

283+
### 2024 - [Go Programming - From Beginner to Professional, 2nd Edition](https://www.packtpub.com/en-us/product/go-programming-from-beginner-to-professional-9781803243054?srsltid=AfmBOoqCt1m9nZQ7G3qYpWVl6dqm6S2drbpiDD-Gjn84CeDsb4IxCUKF)
284+
285+
<img src="https://content.packt.com/_/image/original/B18621/cover_image_large.jpg" width="120px"/>
286+
287+
Go Programming – From Beginner to Professional is a comprehensive guide that takes your proficiency in the Go programming language from novice to expert. Starting with fundamental concepts, this book covers variables, command-line tools, and working with data before delving into advanced concepts, including error handling, interfaces, and generics, harnessing Go’s latest features through hands-on exercises. Along the way, you’ll learn to structure projects using Go modules, manage packages effectively, and master debugging techniques. As you progress, you’ll get to grips with practical application-centric aspects such as command-line programming, file manipulation, and working with SQL databases. Additionally, the book explores web server development, RESTful APIs, and utilizing the Go HTTP client to interact with web applications. Further enhancing your Go skills, you’ll learn concurrent programming, testing methodologies, Go tools, and how to deploy applications in the cloud. Throughout the book, you’ll uncover Go’s hidden gems and gain insights into time manipulation, best practices, and more. By the end of this book, you’ll have worked through practical exercises and activities that’ll equip you with the knowledge and skills needed to excel as a proficient Go developer, primed for success in real-world projects.
288+
289+
What you will learn
290+
- Understand the Go syntax and apply it proficiently to handle data and write functions
291+
- Debug your Go code to troubleshoot development problems
292+
- Safely handle errors and recover from panics
293+
- Implement polymorphism using interfaces and gain insight into generics
294+
- Work with files and connect to popular external databases
295+
- Create an HTTP client and server and work with a RESTful web API
296+
- Use concurrency to design efficient software
297+
- Use Go tools to simplify development and improve your code
298+
281299

282300

283301
## Advanced Books

0 commit comments

Comments
 (0)