توضیحاتی در مورد کتاب :
عمیقاً در زبان Go غواصی کنید و به یک توسعه دهنده متخصص Go تبدیل شوید
ویژگی های کلیدی
• ویرایش دوم پرفروشترین راهنمای برنامهنویسی پیشرفته Go، که برای پوشش یادگیری ماشینی، بستههای Go بیشتر و طیف وسیعی از تکنیکهای توسعه مدرن گسترش یافته است.
• آموزش توسعه دهنده Go را با راهنماهای دنیای واقعی برای ساختن سیستم های تولید با کارایی بالا تکمیل می کند.
• مملو از مثال ها و الگوهای عملی برای اعمال در کار توسعه خود
• تفاوت های ظریف و ویژگی های Go را به وضوح توضیح می دهد تا ناامیدی را از توسعه Go حذف کند
توضیحات کتاب
Go که اغلب (به اشتباه) به عنوان Golang شناخته می شود، زبان سیستم های با کارایی بالا در آینده است. Mastering Go, Second Edition به شما کمک می کند تا به یک برنامه نویس خبره مولد Go تبدیل شوید و نسخه پیشگامانه اول را بسازید و بهبود بخشید.
Mastering Go، نسخه دوم نشان میدهد که چگونه میتوان Go را روی سیستمهای تولید واقعی کار کرد. برای برنامه نویسانی که از قبل اصول زبان Go را می دانند، این کتاب مثال ها، الگوها و توضیحات واضحی را ارائه می دهد تا به شما کمک کند قابلیت های Go را عمیقاً درک کرده و آنها را در کار برنامه نویسی خود به کار ببرید.
این کتاب نکات ظریف Go را با راهنمایی های عمیق در مورد انواع و ساختارها، بسته ها، همزمانی، برنامه نویسی شبکه، طراحی کامپایلر، بهینه سازی و موارد دیگر پوشش می دهد. هر فصل با تمرین ها و منابعی به پایان می رسد تا دانش جدید شما را به طور کامل جاسازی کنید.
این ویرایش دوم شامل یک فصل کاملاً جدید در مورد یادگیری ماشین در Go است که شما را از تکنیکهای آمار پایه از طریق رگرسیون ساده و خوشهبندی تا طبقهبندی، شبکههای عصبی و تشخیص ناهنجاری راهنمایی میکند. سایر فصلها با استفاده از Go with Docker و Kubernetes، Git، WebAssembly، JSON و موارد دیگر گسترش یافتهاند.
اگر زبان برنامه نویسی Go را جدی بگیرید، ویرایش دوم این کتاب یک راهنمای ضروری در مورد تکنیک های خبره است.
آنچه خواهید آموخت
• راهنمایی واضح در مورد استفاده از Go for سیستم های تولید
• توضیحات مفصل در مورد نحوه عملکرد داخلی Go، انتخاب های طراحی پشت زبان، و نحوه بهینه سازی کد Go
• راهنمای کامل برای همه انواع داده های Go، انواع ترکیبی و ساختارهای داده
• بسته های اصلی، بازتاب، و رابط های برنامه نویسی موثر Go
• کد شبکه سیستم های با کارایی بالا، از جمله برنامه های کاربردی سمت سرور و کلاینت را بسازید
• با سایر سیستم ها با استفاده از WebAssembly، JSON و gRPC ارتباط برقرار کنید
• کد همزمان قابل اعتماد و با کارایی بالا بنویسید
• ساخت سیستم های یادگیری ماشین در Go، از رگرسیون آماری ساده تا شبکه های عصبی پیچیده
این کتاب برای چه کسی است
Mastering Go, Second Edition برای برنامه نویسان Go است که از قبل اصول زبان را می دانند و می خواهند به متخصصان Go تبدیل شوند.
فهرست مطالب :
1. Go and the Operating System
2. Understanding Go Internals
3. Working with Basic Go Data Types
4. The Uses of Composite Types
5. How to Enhance Go Code with Data Structures
6. What You Might Not Know About Go Packages and functions
7. Reflection and Interfaces for All Seasons
8. Telling a Unix System What to Do
9. Concurrency in Go: Goroutines, Channels, and Pipelines
10. Concurrency in Go: Advanced Topics
11. Code Testing, Optimization, and Profiling
12. The Foundations of Network Programming in Go
13. Network Programming: Building Your Own Servers and Clients
14. Machine Learning in Go
توضیحاتی در مورد کتاب به زبان اصلی :
Dive deep into the Go language and become an expert Go developer
Key Features
• Second edition of the bestselling guide to advanced Go programming, expanded to cover machine learning, more Go packages and a range of modern development techniques
• Completes the Go developer's education with real-world guides to building high-performance production systems
• Packed with practical examples and patterns to apply to your own development work
• Clearly explains Go nuances and features to remove the frustration from Go development
Book Description
Often referred to (incorrectly) as Golang, Go is the high-performance systems language of the future. Mastering Go, Second Edition helps you become a productive expert Go programmer, building and improving on the groundbreaking first edition.
Mastering Go, Second Edition shows how to put Go to work on real production systems. For programmers who already know the Go language basics, this book provides examples, patterns, and clear explanations to help you deeply understand Go's capabilities and apply them in your programming work.
The book covers the nuances of Go, with in-depth guides on types and structures, packages, concurrency, network programming, compiler design, optimization, and more. Each chapter ends with exercises and resources to fully embed your new knowledge.
This second edition includes a completely new chapter on machine learning in Go, guiding you from the foundation statistics techniques through simple regression and clustering to classification, neural networks, and anomaly detection. Other chapters are expanded to cover using Go with Docker and Kubernetes, Git, WebAssembly, JSON, and more.
If you take the Go programming language seriously, the second edition of this book is an essential guide on expert techniques.
What you will learn
• Clear guidance on using Go for production systems
• Detailed explanations of how Go internals work, the design choices behind the language, and how to optimize your Go code
• A full guide to all Go data types, composite types, and data structures
• Master packages, reflection, and interfaces for effective Go programming
• Build high-performance systems networking code, including server and client-side applications
• Interface with other systems using WebAssembly, JSON, and gRPC
• Write reliable, high-performance concurrent code
• Build machine learning systems in Go, from simple statistical regression to complex neural networks
Who this book is for
Mastering Go, Second Edition is for Go programmers who already know the language basics, and want to become expert Go practitioners.