دانلود کتاب Go Systems Programming: Master Linux and Unix system level programming with Go (به فارسی: برنامه نویسی سیستم های Go: برنامه نویسی سطح سیستم لینوکس و یونیکس با Go را مسلط کنید) نوشته شده توسط «Mihalis Tsoukalos»
اطلاعات کتاب برنامه نویسی سیستم های Go: برنامه نویسی سطح سیستم لینوکس و یونیکس با Go را مسلط کنید
موضوع اصلی: کامپیوترها
نوع: کتاب الکترونیکی
ناشر: Packt Publishing
نویسنده: Mihalis Tsoukalos
زبان: english
فرمت کتاب: PDF (قابل تبدیل به سایر فرمت ها)
سال انتشار: 2017
تعداد صفحه: 466 / 585
حجم فایل: 5.70 مگابایت
کد کتاب: 1787125645 , 9781787125643
توضیحات کتاب برنامه نویسی سیستم های Go: برنامه نویسی سطح سیستم لینوکس و یونیکس با Go را مسلط کنید
ویژگی های کلیدی
- یاد بگیرید چگونه کد سطح سیستم را در Golang بنویسید، مشابه کد سیستم های یونیکس/لینوکس
- در Go به سرعت بالا بروید
- در Goroutines and Go فرو بروید همزمانی برای استفاده از ساختارهای سطح سرور Go
توضیحات کتاب
Go زبان برنامه نویسی سیستم های جدید برای سیستم های لینوکس و یونیکس است. همچنین این زبانی است که برخی از برجسته ترین سیستم های سطح ابری مانند Docker به آن نوشته شده اند. در جایی که برنامه نویسان C حکومت می کردند، برنامه نویسان Go برای نوشتن کدهای برنامه نویسی سیستمی بسیار بهینه شده تقاضا دارند.
که توسط برخی از طراحان اصلی C و یونیکس ایجاد شده است، Go مجموعه ابزار برنامه نویسان سیستم را گسترش می دهد و یک ابزار بالغ اضافه می کند. زبان برنامه نویسی روشن نوشتن برنامههای سیستم سنتی آسانتر میشود، زیرا اشارهگرها مرتبط نیستند و جمعآوری زباله مشکلسازترین ناحیه کد سیستمهای سطح پایین را از بین برده است: مدیریت حافظه.
این کتاب دنیای یونیکس با کارایی بالا را باز میکند. برنامه های کاربردی سیستم برای برنامه نویس اولیه Go. در سیستم های منفرد یا حتی انواع سیستم گیر نمی کند، اما سعی می کند آموزه های اصلی را از برنامه نویسی سطح سیستم یونیکس به انواع سرورها، ابر و وب گسترش دهد.
آنچه خواهید آموخت
- زبان Go را از نقطه نظر توسعه دهنده ای که با یونیکس، لینوکس و غیره آشناست کاوش کنید
- با Goroutines، رشته های سبکی که برای سیستم ها و برنامه های همزمان استفاده می شوند آشنا شوید
- بیاموزید که چگونه کدهای سیستم های یونیکس و لینوکس را به زبان C به کد Golang ترجمه کنید
- نحوه نوشتن کد سرور سریع و سبک
- در هماهنگی با Go
- نوشتن شبکه های سطح پایین code
درباره نویسنده
Mihalis Tsoukalos یک مدیر یونیکس، برنامه نویس، DBA و ریاضیدان است که از نوشتن کتاب ها و مقالات فنی و یادگیری چیزهای جدید لذت می برد. او بیش از 250 مقاله فنی برای بسیاری از مجلات از جمله Sys Admin، MacTech، Linux User and Developer، USENIX ;login:، Linux Format و Linux Journal نوشته است. علایق تحقیقاتی او شامل پایگاههای داده، سیستمهای عامل، آمار و یادگیری ماشین است.
او همچنین ویرایشگر فنی MongoDB in Action، نسخه دوم، منتشر شده توسط Manning است.
جدول مطالب
- شروع با برنامه نویسی سیستم های Go و Unix
- نوشتن برنامه ها در Go
- ویژگی های پیشرفته Go
- بسته ها، الگوریتم ها و ساختارهای داده Go
- فایل ها و فهرست ها
- ورودی و خروجی فایل
- کار با فایل های سیستم
- فرآیندها و سیگنال ها
- گوروتین ها – ویژگی های اساسی
- Goroutines – ویژگی های پیشرفته
- نوشتن برنامه های کاربردی وب در Go
- برنامه نویسی شبکه
- Learn how to write system’s level code in Golang, similar to Unix/Linux systems code
- Ramp up in Go quickly
- Deep dive into Goroutines and Go concurrency to be able to take advantage of Go server-level constructs
Book Description
Go is the new systems programming language for Linux and Unix systems. It is also the language in which some of the most prominent cloud-level systems have been written, such as Docker. Where C programmers used to rule, Go programmers are in demand to write highly optimized systems programming code.
Created by some of the original designers of C and Unix, Go expands the systems programmers toolkit and adds a mature, clear programming language. Traditional system applications become easier to write since pointers are not relevant and garbage collection has taken away the most problematic area for low-level systems code: memory management.
This book opens up the world of high-performance Unix system applications to the beginning Go programmer. It does not get stuck on single systems or even system types, but tries to expand the original teachings from Unix system level programming to all types of servers, the cloud, and the web.
What you will learn
- Explore the Go language from the standpoint of a developer conversant with Unix, Linux, and so on
- Understand Goroutines, the lightweight threads used for systems and concurrent applications
- Learn how to translate Unix and Linux systems code in C to Golang code
- How to write fast and lightweight server code
- Dive into concurrency with Go
- Write low-level networking code
About the Author
Mihalis Tsoukalos is a Unix administrator, programmer, DBA, and mathematician, who enjoys writing technical books and articles and learning new things. He has written more than 250 technical articles for many magazines including Sys Admin, MacTech, Linux User and Developer, USENIX ;login:, Linux Format, and Linux Journal. His research interests include databases, operating systems, Statistics, and machine learning.
He is also the technical editor for MongoDB in Action, Second Edition, published by Manning.
Table of Contents
- Getting Started with Go and Unix Systems Programming
- Writing programs in Go
- Advanced Go Features
- Go Packages, Algorithms, and Data Structures
- Files and Directories
- File Input and Output
- Working with System Files
- Processes and Signals
- Goroutines – Basic Features
- Goroutines – Advance Features
- Writing Web Applications in Go
- Network Programming
دانلود کتاب «برنامه نویسی سیستم های Go: برنامه نویسی سطح سیستم لینوکس و یونیکس با Go را مسلط کنید»

برای دریافت کد تخفیف ۲۰ درصدی این کتاب، ابتدا صفحه اینستاگرام کازرون آنلاین (@kazerun.online ) را دنبال کنید. سپس، کلمه «بلیان» را در دایرکت ارسال کنید تا کد تخفیف به شما ارسال شود.