Go, building web applications :: build real-world, production-ready solutions by harnessing the powerful features of Go : a course in three modules.
Build real-world, production-ready solutions by harnessing the powerful features of Go About This Book An easy-to-follow guide that provides everything a developer needs to know to build end-to-end web applications in Go Write interesting and clever, but simple code, and learn skills and techniques...
Saved in:
Main Authors: | , |
---|---|
Format: | Electronic eBook |
Language: | English |
Published: |
Birmingham, UK :
Packt Publishing,
2016.
|
Series: | Learning path.
|
Subjects: | |
Online Access: | DE-862 DE-863 |
Summary: | Build real-world, production-ready solutions by harnessing the powerful features of Go About This Book An easy-to-follow guide that provides everything a developer needs to know to build end-to-end web applications in Go Write interesting and clever, but simple code, and learn skills and techniques that are directly transferable to your own projects A practical approach to utilize application scaffolding to design highly scalable programs that are deeply rooted in go routines and channels Who This Book Is For This book is intended for developers who are new to Go, but have previous experience of building web applications and APIs. What You Will Learn Build a fully featured REST API to enable client-side single page apps Utilize TLS to build reliable and secure sites Learn to apply the nuances of the Go language to implement a wide range of start-up quality projects Create websites and data services capable of massive scale using Go's net/http package, exploring RESTful patterns as well as low-latency WebSocket APIs Interact with a variety of remote web services to consume capabilities ranging from authentication and authorization to a fully functioning thesaurus Explore the core syntaxes and language features that enable concurrency in Go Understand when and where to use concurrency to keep data consistent and applications non-blocking, responsive, and reliable Utilize advanced concurrency patterns and best practices to stay low-level without compromising the simplicity of Go itself In Detail Go is an open source programming language that makes it easy to build simple, reliable, and efficient software. It is a statically typed language with syntax loosely derived from that of C, adding garbage collection, type safety, some dynamic-typing capabilities, additional built-in types such as variable-length arrays and key-value maps, and a large standard library. This course starts with a walkthrough of the topics most critical to anyone building a new web application. Whether it's keeping your application secure, connecting to your database, enabling token-based authentication, or utilizing logic-less templates, this course has you covered. Scale, performance, and high availability lie at the heart of the projects, and the lessons learned throughout this course will arm you with everything you need to build world-class solutions. It will also take you through the history of concurrency, how Go utilizes it, how Go differs from other languages, and th... |
Item Description: | Authors from front matter. |
Physical Description: | 1 online resource (1 volume) : illustrations. |
Bibliography: | Includes bibliographical references and index. |
ISBN: | 9781787126596 1787126595 |
Staff View
MARC
LEADER | 00000cam a2200000 i 4500 | ||
---|---|---|---|
001 | ZDB-4-EBA-ocn958874815 | ||
003 | OCoLC | ||
005 | 20250103110447.0 | ||
006 | m o d | ||
007 | cr unu|||||||| | ||
008 | 160921s2016 enka ob 001 0 eng d | ||
040 | |a UMI |b eng |e rda |e pn |c UMI |d OCLCO |d YDX |d TEFOD |d OCLCF |d OCLCO |d STF |d DEBBG |d DEBSZ |d CEF |d KSU |d TEFOD |d N$T |d AGLDB |d IGB |d AUW |d BTN |d INTCL |d MHW |d SNK |d AU@ |d OCL |d QGK |d OCLCO |d OCLCQ |d OCLCO |d OCLCQ |d OCLCL | ||
019 | |a 957739073 | ||
020 | |a 9781787126596 |q (electronic bk.) | ||
020 | |a 1787126595 |q (electronic bk.) | ||
020 | |z 9781787123496 | ||
020 | |z 1787123499 | ||
035 | |a (OCoLC)958874815 |z (OCoLC)957739073 | ||
037 | |a CL0500000785 |b Safari Books Online | ||
037 | |a 0E5C4642-3890-4827-8C22-28166E44D132 |b OverDrive, Inc. |n http://www.overdrive.com | ||
050 | 4 | |a TK5105.8885.L674 | |
072 | 7 | |a COM |x 060130 |2 bisacsh | |
082 | 7 | |a 005.2/76 |2 23 | |
049 | |a MAIN | ||
100 | 1 | |a Kozyra, Nathan, |e author. |0 http://id.loc.gov/authorities/names/nb2018005963 | |
245 | 1 | 0 | |a Go, building web applications : |b build real-world, production-ready solutions by harnessing the powerful features of Go : a course in three modules. |
264 | 1 | |a Birmingham, UK : |b Packt Publishing, |c 2016. | |
300 | |a 1 online resource (1 volume) : |b illustrations. | ||
336 | |a text |b txt |2 rdacontent | ||
337 | |a computer |b c |2 rdamedia | ||
338 | |a online resource |b cr |2 rdacarrier | ||
490 | 1 | |a Learning path | |
588 | |a Description based on online resource; title from title page (viewed September 19, 2016). | ||
500 | |a Authors from front matter. | ||
504 | |a Includes bibliographical references and index. | ||
520 | |a Build real-world, production-ready solutions by harnessing the powerful features of Go About This Book An easy-to-follow guide that provides everything a developer needs to know to build end-to-end web applications in Go Write interesting and clever, but simple code, and learn skills and techniques that are directly transferable to your own projects A practical approach to utilize application scaffolding to design highly scalable programs that are deeply rooted in go routines and channels Who This Book Is For This book is intended for developers who are new to Go, but have previous experience of building web applications and APIs. What You Will Learn Build a fully featured REST API to enable client-side single page apps Utilize TLS to build reliable and secure sites Learn to apply the nuances of the Go language to implement a wide range of start-up quality projects Create websites and data services capable of massive scale using Go's net/http package, exploring RESTful patterns as well as low-latency WebSocket APIs Interact with a variety of remote web services to consume capabilities ranging from authentication and authorization to a fully functioning thesaurus Explore the core syntaxes and language features that enable concurrency in Go Understand when and where to use concurrency to keep data consistent and applications non-blocking, responsive, and reliable Utilize advanced concurrency patterns and best practices to stay low-level without compromising the simplicity of Go itself In Detail Go is an open source programming language that makes it easy to build simple, reliable, and efficient software. It is a statically typed language with syntax loosely derived from that of C, adding garbage collection, type safety, some dynamic-typing capabilities, additional built-in types such as variable-length arrays and key-value maps, and a large standard library. This course starts with a walkthrough of the topics most critical to anyone building a new web application. Whether it's keeping your application secure, connecting to your database, enabling token-based authentication, or utilizing logic-less templates, this course has you covered. Scale, performance, and high availability lie at the heart of the projects, and the lessons learned throughout this course will arm you with everything you need to build world-class solutions. It will also take you through the history of concurrency, how Go utilizes it, how Go differs from other languages, and th... | ||
630 | 0 | 0 | |a Lotus Go. |0 http://id.loc.gov/authorities/names/n97082631 |
630 | 0 | 7 | |a Lotus Go |2 fast |
650 | 0 | |a Web site development |v Software. | |
650 | 6 | |a Sites Web |x Développement |v Logiciels. | |
650 | 7 | |a COMPUTERS / Web / Design. |2 bisacsh | |
650 | 7 | |a Web site development |2 fast | |
655 | 7 | |a Software |2 fast | |
700 | 1 | |a Ryer, Mat, |e author. |0 http://id.loc.gov/authorities/names/nb2018005971 | |
758 | |i has work: |a Go, building web applications (Text) |1 https://id.oclc.org/worldcat/entity/E39PCFQRFwXYcWVBpYj7C6XG9C |4 https://id.oclc.org/worldcat/ontology/hasWork | ||
830 | 0 | |a Learning path. |0 http://id.loc.gov/authorities/names/no2018038408 | |
966 | 4 | 0 | |l DE-862 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1345238 |3 Volltext |
966 | 4 | 0 | |l DE-863 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1345238 |3 Volltext |
938 | |a YBP Library Services |b YANK |n 13147886 | ||
938 | |a EBSCOhost |b EBSC |n 1345238 | ||
994 | |a 92 |b GEBAY | ||
912 | |a ZDB-4-EBA | ||
049 | |a DE-862 | ||
049 | |a DE-863 |
Record in the Search Index
DE-BY-FWS_katkey | ZDB-4-EBA-ocn958874815 |
---|---|
_version_ | 1829095081647276032 |
adam_text | |
any_adam_object | |
author | Kozyra, Nathan Ryer, Mat |
author_GND | http://id.loc.gov/authorities/names/nb2018005963 http://id.loc.gov/authorities/names/nb2018005971 |
author_facet | Kozyra, Nathan Ryer, Mat |
author_role | aut aut |
author_sort | Kozyra, Nathan |
author_variant | n k nk m r mr |
building | Verbundindex |
bvnumber | localFWS |
callnumber-first | T - Technology |
callnumber-label | TK5105 |
callnumber-raw | TK5105.8885.L674 |
callnumber-search | TK5105.8885.L674 |
callnumber-sort | TK 45105.8885 L674 |
callnumber-subject | TK - Electrical and Nuclear Engineering |
collection | ZDB-4-EBA |
ctrlnum | (OCoLC)958874815 |
dewey-full | 005.2/76 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 005 - Computer programming, programs, data, security |
dewey-raw | 005.2/76 |
dewey-search | 005.2/76 |
dewey-sort | 15.2 276 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>05047cam a2200565 i 4500</leader><controlfield tag="001">ZDB-4-EBA-ocn958874815</controlfield><controlfield tag="003">OCoLC</controlfield><controlfield tag="005">20250103110447.0</controlfield><controlfield tag="006">m o d </controlfield><controlfield tag="007">cr unu||||||||</controlfield><controlfield tag="008">160921s2016 enka ob 001 0 eng d</controlfield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">UMI</subfield><subfield code="b">eng</subfield><subfield code="e">rda</subfield><subfield code="e">pn</subfield><subfield code="c">UMI</subfield><subfield code="d">OCLCO</subfield><subfield code="d">YDX</subfield><subfield code="d">TEFOD</subfield><subfield code="d">OCLCF</subfield><subfield code="d">OCLCO</subfield><subfield code="d">STF</subfield><subfield code="d">DEBBG</subfield><subfield code="d">DEBSZ</subfield><subfield code="d">CEF</subfield><subfield code="d">KSU</subfield><subfield code="d">TEFOD</subfield><subfield code="d">N$T</subfield><subfield code="d">AGLDB</subfield><subfield code="d">IGB</subfield><subfield code="d">AUW</subfield><subfield code="d">BTN</subfield><subfield code="d">INTCL</subfield><subfield code="d">MHW</subfield><subfield code="d">SNK</subfield><subfield code="d">AU@</subfield><subfield code="d">OCL</subfield><subfield code="d">QGK</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCL</subfield></datafield><datafield tag="019" ind1=" " ind2=" "><subfield code="a">957739073</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781787126596</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1787126595</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">9781787123496</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">1787123499</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)958874815</subfield><subfield code="z">(OCoLC)957739073</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">CL0500000785</subfield><subfield code="b">Safari Books Online</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">0E5C4642-3890-4827-8C22-28166E44D132</subfield><subfield code="b">OverDrive, Inc.</subfield><subfield code="n">http://www.overdrive.com</subfield></datafield><datafield tag="050" ind1=" " ind2="4"><subfield code="a">TK5105.8885.L674</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">060130</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="082" ind1="7" ind2=" "><subfield code="a">005.2/76</subfield><subfield code="2">23</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">MAIN</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Kozyra, Nathan,</subfield><subfield code="e">author.</subfield><subfield code="0">http://id.loc.gov/authorities/names/nb2018005963</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Go, building web applications :</subfield><subfield code="b">build real-world, production-ready solutions by harnessing the powerful features of Go : a course in three modules.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Birmingham, UK :</subfield><subfield code="b">Packt Publishing,</subfield><subfield code="c">2016.</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 online resource (1 volume) :</subfield><subfield code="b">illustrations.</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="a">text</subfield><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="a">computer</subfield><subfield code="b">c</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="a">online resource</subfield><subfield code="b">cr</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="490" ind1="1" ind2=" "><subfield code="a">Learning path</subfield></datafield><datafield tag="588" ind1=" " ind2=" "><subfield code="a">Description based on online resource; title from title page (viewed September 19, 2016).</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Authors from front matter.</subfield></datafield><datafield tag="504" ind1=" " ind2=" "><subfield code="a">Includes bibliographical references and index.</subfield></datafield><datafield tag="520" ind1=" " ind2=" "><subfield code="a">Build real-world, production-ready solutions by harnessing the powerful features of Go About This Book An easy-to-follow guide that provides everything a developer needs to know to build end-to-end web applications in Go Write interesting and clever, but simple code, and learn skills and techniques that are directly transferable to your own projects A practical approach to utilize application scaffolding to design highly scalable programs that are deeply rooted in go routines and channels Who This Book Is For This book is intended for developers who are new to Go, but have previous experience of building web applications and APIs. What You Will Learn Build a fully featured REST API to enable client-side single page apps Utilize TLS to build reliable and secure sites Learn to apply the nuances of the Go language to implement a wide range of start-up quality projects Create websites and data services capable of massive scale using Go's net/http package, exploring RESTful patterns as well as low-latency WebSocket APIs Interact with a variety of remote web services to consume capabilities ranging from authentication and authorization to a fully functioning thesaurus Explore the core syntaxes and language features that enable concurrency in Go Understand when and where to use concurrency to keep data consistent and applications non-blocking, responsive, and reliable Utilize advanced concurrency patterns and best practices to stay low-level without compromising the simplicity of Go itself In Detail Go is an open source programming language that makes it easy to build simple, reliable, and efficient software. It is a statically typed language with syntax loosely derived from that of C, adding garbage collection, type safety, some dynamic-typing capabilities, additional built-in types such as variable-length arrays and key-value maps, and a large standard library. This course starts with a walkthrough of the topics most critical to anyone building a new web application. Whether it's keeping your application secure, connecting to your database, enabling token-based authentication, or utilizing logic-less templates, this course has you covered. Scale, performance, and high availability lie at the heart of the projects, and the lessons learned throughout this course will arm you with everything you need to build world-class solutions. It will also take you through the history of concurrency, how Go utilizes it, how Go differs from other languages, and th...</subfield></datafield><datafield tag="630" ind1="0" ind2="0"><subfield code="a">Lotus Go.</subfield><subfield code="0">http://id.loc.gov/authorities/names/n97082631</subfield></datafield><datafield tag="630" ind1="0" ind2="7"><subfield code="a">Lotus Go</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Web site development</subfield><subfield code="v">Software.</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Sites Web</subfield><subfield code="x">Développement</subfield><subfield code="v">Logiciels.</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS / Web / Design.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Web site development</subfield><subfield code="2">fast</subfield></datafield><datafield tag="655" ind1=" " ind2="7"><subfield code="a">Software</subfield><subfield code="2">fast</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Ryer, Mat,</subfield><subfield code="e">author.</subfield><subfield code="0">http://id.loc.gov/authorities/names/nb2018005971</subfield></datafield><datafield tag="758" ind1=" " ind2=" "><subfield code="i">has work:</subfield><subfield code="a">Go, building web applications (Text)</subfield><subfield code="1">https://id.oclc.org/worldcat/entity/E39PCFQRFwXYcWVBpYj7C6XG9C</subfield><subfield code="4">https://id.oclc.org/worldcat/ontology/hasWork</subfield></datafield><datafield tag="830" ind1=" " ind2="0"><subfield code="a">Learning path.</subfield><subfield code="0">http://id.loc.gov/authorities/names/no2018038408</subfield></datafield><datafield tag="966" ind1="4" ind2="0"><subfield code="l">DE-862</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FWS_PDA_EBA</subfield><subfield code="u">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1345238</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="966" ind1="4" ind2="0"><subfield code="l">DE-863</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FWS_PDA_EBA</subfield><subfield code="u">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1345238</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">YBP Library Services</subfield><subfield code="b">YANK</subfield><subfield code="n">13147886</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBSCOhost</subfield><subfield code="b">EBSC</subfield><subfield code="n">1345238</subfield></datafield><datafield tag="994" ind1=" " ind2=" "><subfield code="a">92</subfield><subfield code="b">GEBAY</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-4-EBA</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-862</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-863</subfield></datafield></record></collection> |
genre | Software fast |
genre_facet | Software |
id | ZDB-4-EBA-ocn958874815 |
illustrated | Illustrated |
indexdate | 2025-04-11T08:43:21Z |
institution | BVB |
isbn | 9781787126596 1787126595 |
language | English |
oclc_num | 958874815 |
open_access_boolean | |
owner | MAIN DE-862 DE-BY-FWS DE-863 DE-BY-FWS |
owner_facet | MAIN DE-862 DE-BY-FWS DE-863 DE-BY-FWS |
physical | 1 online resource (1 volume) : illustrations. |
psigel | ZDB-4-EBA FWS_PDA_EBA ZDB-4-EBA |
publishDate | 2016 |
publishDateSearch | 2016 |
publishDateSort | 2016 |
publisher | Packt Publishing, |
record_format | marc |
series | Learning path. |
series2 | Learning path |
spelling | Kozyra, Nathan, author. http://id.loc.gov/authorities/names/nb2018005963 Go, building web applications : build real-world, production-ready solutions by harnessing the powerful features of Go : a course in three modules. Birmingham, UK : Packt Publishing, 2016. 1 online resource (1 volume) : illustrations. text txt rdacontent computer c rdamedia online resource cr rdacarrier Learning path Description based on online resource; title from title page (viewed September 19, 2016). Authors from front matter. Includes bibliographical references and index. Build real-world, production-ready solutions by harnessing the powerful features of Go About This Book An easy-to-follow guide that provides everything a developer needs to know to build end-to-end web applications in Go Write interesting and clever, but simple code, and learn skills and techniques that are directly transferable to your own projects A practical approach to utilize application scaffolding to design highly scalable programs that are deeply rooted in go routines and channels Who This Book Is For This book is intended for developers who are new to Go, but have previous experience of building web applications and APIs. What You Will Learn Build a fully featured REST API to enable client-side single page apps Utilize TLS to build reliable and secure sites Learn to apply the nuances of the Go language to implement a wide range of start-up quality projects Create websites and data services capable of massive scale using Go's net/http package, exploring RESTful patterns as well as low-latency WebSocket APIs Interact with a variety of remote web services to consume capabilities ranging from authentication and authorization to a fully functioning thesaurus Explore the core syntaxes and language features that enable concurrency in Go Understand when and where to use concurrency to keep data consistent and applications non-blocking, responsive, and reliable Utilize advanced concurrency patterns and best practices to stay low-level without compromising the simplicity of Go itself In Detail Go is an open source programming language that makes it easy to build simple, reliable, and efficient software. It is a statically typed language with syntax loosely derived from that of C, adding garbage collection, type safety, some dynamic-typing capabilities, additional built-in types such as variable-length arrays and key-value maps, and a large standard library. This course starts with a walkthrough of the topics most critical to anyone building a new web application. Whether it's keeping your application secure, connecting to your database, enabling token-based authentication, or utilizing logic-less templates, this course has you covered. Scale, performance, and high availability lie at the heart of the projects, and the lessons learned throughout this course will arm you with everything you need to build world-class solutions. It will also take you through the history of concurrency, how Go utilizes it, how Go differs from other languages, and th... Lotus Go. http://id.loc.gov/authorities/names/n97082631 Lotus Go fast Web site development Software. Sites Web Développement Logiciels. COMPUTERS / Web / Design. bisacsh Web site development fast Software fast Ryer, Mat, author. http://id.loc.gov/authorities/names/nb2018005971 has work: Go, building web applications (Text) https://id.oclc.org/worldcat/entity/E39PCFQRFwXYcWVBpYj7C6XG9C https://id.oclc.org/worldcat/ontology/hasWork Learning path. http://id.loc.gov/authorities/names/no2018038408 |
spellingShingle | Kozyra, Nathan Ryer, Mat Go, building web applications : build real-world, production-ready solutions by harnessing the powerful features of Go : a course in three modules. Learning path. Lotus Go. http://id.loc.gov/authorities/names/n97082631 Lotus Go fast Web site development Software. Sites Web Développement Logiciels. COMPUTERS / Web / Design. bisacsh Web site development fast |
subject_GND | http://id.loc.gov/authorities/names/n97082631 |
title | Go, building web applications : build real-world, production-ready solutions by harnessing the powerful features of Go : a course in three modules. |
title_auth | Go, building web applications : build real-world, production-ready solutions by harnessing the powerful features of Go : a course in three modules. |
title_exact_search | Go, building web applications : build real-world, production-ready solutions by harnessing the powerful features of Go : a course in three modules. |
title_full | Go, building web applications : build real-world, production-ready solutions by harnessing the powerful features of Go : a course in three modules. |
title_fullStr | Go, building web applications : build real-world, production-ready solutions by harnessing the powerful features of Go : a course in three modules. |
title_full_unstemmed | Go, building web applications : build real-world, production-ready solutions by harnessing the powerful features of Go : a course in three modules. |
title_short | Go, building web applications : |
title_sort | go building web applications build real world production ready solutions by harnessing the powerful features of go a course in three modules |
title_sub | build real-world, production-ready solutions by harnessing the powerful features of Go : a course in three modules. |
topic | Lotus Go. http://id.loc.gov/authorities/names/n97082631 Lotus Go fast Web site development Software. Sites Web Développement Logiciels. COMPUTERS / Web / Design. bisacsh Web site development fast |
topic_facet | Lotus Go. Lotus Go Web site development Software. Sites Web Développement Logiciels. COMPUTERS / Web / Design. Web site development Software |
work_keys_str_mv | AT kozyranathan gobuildingwebapplicationsbuildrealworldproductionreadysolutionsbyharnessingthepowerfulfeaturesofgoacourseinthreemodules AT ryermat gobuildingwebapplicationsbuildrealworldproductionreadysolutionsbyharnessingthepowerfulfeaturesofgoacourseinthreemodules |