통합
제목
저자
외국
ISBN
목차
출판
x
BOOK
PRICE.co.kr
책, 도서 가격비교 사이트
베스트셀러
알라딘
교보문고
Yes24
신간도서
알라딘
교보문고
Yes24
국내도서
가정/요리/뷰티
건강/취미/레저
경제경영
고등학교참고서
고전
과학
달력/기타
대학교재/전문서적
만화
사회과학
소설/시/희곡
수험서/자격증
어린이
에세이
여행
역사
예술/대중문화
외국어
유아
인문학
자기계발
잡지
전집/중고전집
종교/역학
좋은부모
중학교참고서
청소년
초등학교참고서
컴퓨터/모바일
외국도서
가정/원예/인테리어
가족/관계
건강/스포츠
건축/디자인
게임/토이
경제경영
공예/취미/수집
교육/자료
기술공학
기타 언어권 도서
달력/다이어리/연감
대학교재
독일 도서
만화
법률
소설/시/희곡
수험서
스페인 도서
어린이
언어학
에세이
여행
역사
예술/대중문화
오디오북
요리
유머
의학
인문/사회
일본 도서
자기계발
자연과학
전기/자서전
종교/명상/점술
중국 도서
청소년
컴퓨터
한국관련도서
해외잡지
ELT/어학/사전
내책판매
인기 검색어
일간
|
주간
|
월간
1
김동식
2
diccionario
3
joint
4
job hiring
5
hugo
실시간 검색어
go programming
gasthoori manickam
zotero style github
dhhs program
outline apkmirrors
검색가능 서점
도서목록 제공
알라딘,
영풍문고,
교보문고
"go programming"
(으)로 43개의 도서가 검색 되었습니다.
Beginning Go Programming (Build Reliable and Efficient Applications with Go)
| Springer Nature B.V.
73,480원 | 20221123 | 9781484288597
Chapter 1:? Introduction to GoChapter Goal: Provides an overview of the Go programming language in terms of its basic features.No of pages: Sub -Topics:● Is GoLang Static-Typed or Compiled?● Is Go Object-Oriented?● Features that make Go lang the premium choice for programming● Features excluded from Go lang● Go programsChapter 2:? Go BasicsChapter Goal: This chapter is intended to cover the programming fundamentals of the Go programming language.
가격비교
Basics of Go Programming
| Repro Books Limited
22,030원 | 20220211 | 9798885919333
The book Basics of GO Programming is a simple guide towards understanding the structure of GO Programming Langauge also known as GOLANG. ?The modules actively cover the basics, program structure and data types. It covers sample programs with a clear understanding to the readers through easy compilation and execution. Happy Learning.
가격비교
The Go Programming Language Reference (Definitive Reference for Developers and Engineers)
| HiTeX Press
73,480원 | 20250728 | 9798896652120
"The Go Programming Language Reference" serves as an authoritative guide to the syntax, semantics, and advanced features of Go, one of the most modern and efficient programming languages in use today.
가격비교
Hands-On Go Programming
| Packt Publishing
55,100원 | 20180830 | 9781789531756
Go has become increasingly popular. C-like speed, simplicity, and power for a growing number of system-level programming domains make it an attractive option for programmers. This book will help you learn the Go programming language by solving commonly faced problems by developers in a recipe approach.
가격비교
The Go Programming Language
앨런 도노반, 브라이언 커니건 | 에이콘출판
31,500원 | 20160229 | 9788960778320
Go를 배우고자 하는 모든 개발자를 위한 『The Go Programming Language 한국어판』. 이 책은 구글 Go 개발팀의 일원인 앨런 도노반과 C언어의 대가인 브라이언 커니핸이 직접 쓴 책으로, Go의 언어적 특징과 표준 라이브러리를 활용해 깔끔하고 범용적이며 효율적인 프로그램을 개발하는 데 도움을 주고자 한다. 이 책을 통해 언어의 탄생 배경부터 문법, 동시성, 패키지, 테스팅 기법까지 Go의 진면모를 알 수 있을 것이다.
가격비교
The Go Programming Language
Alan A. A. Donovan, Brian W. Kernighan | Addison-Wesley Professional
65,520원 | 20151105 | 9780134190440
Go is an open-source programming language that makes it easy to build clean, reliable, and efficient software. It has been winning converts from dynamic language enthusiasts as well as users of traditional compiled languages. The former appreciate the robustness and efficiency that Go's lightweight type system brings to their code; the latter find Go's simplicity and fast tools a refreshing change.
가격비교
Go Programming Language For Dummies
Wei-Meng Lee | For Dummies
36,730원 | 20210427 | 9781119786191
Ready, set, program with Go!? Now is the perfect time to learn?the?Go?Programming Language. It’s one of the most in-demand languages among tech recruiters?and developers love its simplicity and power.?Go Programming Language?For?Dummies?is an easy way to add this top job skill to your toolkit.?Written?for novice and experienced coders alike, this book?traverses?basic syntax, writing functions, organizing data, building packages, and interfacing with APIs.
가격비교
Go Programming Blueprints, 2/E
Mat Ryer | Packt Publishing
45,000원 | 20170501 | 9781786468949
Go is the language of the Internet age, and the latest version of Go comes with major architectural changes. Implementation of the language, runtime, and libraries has changed significantly. The compiler and runtime are now written entirely in Go. The garbage collector is now concurrent and provides dramatically lower pause times by running in parallel with other Go routines when possible. This book will show you how to leverage all the latest features and much more.
가격비교
Go Programming Cookbook - Second Edition
Aaron Torres | Packt Publishing
45,000원 | 20190719 | 9781789800982
Go (or Golang) is a statically typed programming language developed at Google. Known for its vast standard library, it also provides features such as garbage collection, type safety, dynamic-typing capabilities, and additional built-in types. This book will serve as a reference while implementing Go features to build your own applications. This Go cookbook helps you put into practice the advanced concepts and libraries that Golang offers. The recipes in the book follow best practices such as documentation, testing, and vendoring with Go modules, as well as performing clean abstractions using interfaces. You'll learn how code works and the common pitfalls to watch out for. The book covers basic type and error handling, and then moves on to explore applications, such as websites, command-line tools, and filesystems, that interact with users. You'll even get to grips with parallelism, distributed systems, and performance tuning. By the end of the book, you'll be able to use open source code and concepts in Go programming to build enterprise-class applications without any hassle.
가격비교
Black Hat Go: Go Programming for Hackers and Pentesters (Go Programming for Hackers and Pentesters)
Steele, Tom, Patten, Chris, Kottmann, Dan | No Starch Pr
75,310원 | 20180814 | 9781593278656
An examination of our consciousness's ability to pass between dimensions, both in life and after death, and how to communicate with spirits
가격비교
The Go Programming Language Phrasebook
Chisnall, David | Addison-Wesley Professional
57,860원 | 20121025 | 9780321817143
The Go Programming Language Phrasebook Essential Go code and idioms for all facets of the development process This guide gives you the code “phrases” you need to quickly and effectively complete a wide variety of projects with Go, today’s most exciting new programming language. Tested, easy-to-adapt code examples illuminate every step of Go development, helping you write highly scalable, concurrent software.
가격비교
Get Set Go (Go programming fundamentals, environment setup, and core concepts (English Edition))
| BPB Publications
45,840원 | 20250514 | 9789365898866
DESCRIPTION?Go, a modern programming language renowned for its efficiency and concurrency, empowers developers to build scalable and robust applications. Get Set Go is your practical guide to learn this powerful technology, designed to take you from foundational concepts to advanced development techniques with clarity and ease.
가격비교
Artsy Toddler Storytimes: A Year’s Worth of Ready-To-Go Programming (A Year’s Worth of Ready-To-Go Programming)
Carol Hopkins | Neal-Schuman Publishers
82,600원 | 20130730 | 9781555707927
Provides 52 ready-to-go storytimes with a difference art activities for use with toddlers ages 1 to 3 years old. Each plan is based around a theme familiar to children including bears, bugs, springtime, community workers, clothing and hats, flowers and gardens, weather, music, pets, transportation, pirates, and many more.
가격비교
Learning Go: An Idiomatic Approach to Real-World Go Programming
| O'Reilly Media
99,420원 | 20210615 | 9781492077213
Go is rapidly becoming the preferred language for building web services. While there are plenty of tutorials available that teach Go's syntax to developers with experience in other programming languages, tutorials aren't enough.
가격비교
Go Programming in Easy Steps: Learn Coding with Google’s Go Language
| In Easy Steps
24,090원 | 20210126 | 9781840789195
There is 'no place like home' sighs Dorothy in The Wizard of Oz. A sentiment with heightened meaning in Britain 2020. There is no book like Broken Homes either.
가격비교
1
2
3
최근 본 책