کامپیوترها

برنامه نویسی سیستم های Go: برنامه نویسی سطح سیستم لینوکس و یونیکس با Go را مسلط کنید

Go Systems Programming: Master Linux and Unix system level programming with Go

دانلود کتاب 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 است.

جدول مطالب

  1. شروع با برنامه نویسی سیستم های Go و Unix
  2. نوشتن برنامه ها در Go
  3. ویژگی های پیشرفته Go
  4. بسته ها، الگوریتم ها و ساختارهای داده Go
  5. فایل ها و فهرست ها
  6. ورودی و خروجی فایل
  7. کار با فایل های سیستم
  8. فرآیندها و سیگنال ها
  9. گوروتین ها – ویژگی های اساسی
  10. Goroutines – ویژگی های پیشرفته
  11. نوشتن برنامه های کاربردی وب در Go
  12. برنامه نویسی شبکه

Key Features

  • 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

  1. Getting Started with Go and Unix Systems Programming
  2. Writing programs in Go
  3. Advanced Go Features
  4. Go Packages, Algorithms, and Data Structures
  5. Files and Directories
  6. File Input and Output
  7. Working with System Files
  8. Processes and Signals
  9. Goroutines – Basic Features
  10. Goroutines – Advance Features
  11. Writing Web Applications in Go
  12. Network Programming

دانلود کتاب «برنامه نویسی سیستم های Go: برنامه نویسی سطح سیستم لینوکس و یونیکس با Go را مسلط کنید»

مبلغی که بابت خرید کتاب می‌پردازیم به مراتب پایین‌تر از هزینه‌هایی است که در آینده بابت نخواندن آن خواهیم پرداخت.

دیدگاهتان را بنویسید