Hands-On Full Stack Development with Go: Build full stack web applications with Go, React, Gin, and GopherJS

Create a real-world application in Go and explore various frameworks and methodologies for full-stack development




Key Features



  • Build a responsive front end by using the powerful React framework


  • Build web APIs and middleware in the Go language by making use of the popular Gin framework


  • Build an Isomorphic Go React application via GopherJS


  • Perform unit tests, and benchmarking on your web API





Book Description



The Go programming language has been rapidly adopted by developers for building web applications. With its impressive performance and ease of development, Go enjoys the support of a wide variety of open source frameworks, for building scalable and high-performant web services and apps. Hands-On Full Stack Development with Go is a comprehensive guide that covers all aspects of full stack development with Go.







This clearly written, example-rich book begins with a practical exposure to Go development and moves on to build a frontend with the popular React framework. From there, you will build RESTful web APIs utilizing the Gin framework. After that, we will dive deeper into important software backend concepts, such as connecting to the database via an ORM, designing routes for your services, securing your services, and even charging credit cards via the popular Stripe API. We will also cover how to test, and benchmark your applications efficiently in a production environment. In the concluding chapters, we will cover isomorphic developments in pure Go by learning about GopherJS. As you progress through the book, you'll gradually build a musical instrument online store application from scratch.







By the end of the book, you will be confident in taking on full stack web applications in Go.




What you will learn





  • Understand Go programming by building a real-world application


  • Learn the React framework to develop a frontend for your application


  • Understand isomorphic web development utilizing the GopherJS framework


  • Explore methods to write RESTful web APIs in Go using the Gin framework


  • Learn practical topics such as ORM layers, secure communications, and Stripe's API


  • Learn methods to benchmark and test web APIs in Go



Who this book is for



Hands-On Full Stack Development with Go will appeal to developers who are looking to start building amazing full stack web applications in Go. Basic knowhow of Go language and JavaScript is expected. The book targets web developers who are looking to move to the Go language.

1129445767
Hands-On Full Stack Development with Go: Build full stack web applications with Go, React, Gin, and GopherJS

Create a real-world application in Go and explore various frameworks and methodologies for full-stack development




Key Features



  • Build a responsive front end by using the powerful React framework


  • Build web APIs and middleware in the Go language by making use of the popular Gin framework


  • Build an Isomorphic Go React application via GopherJS


  • Perform unit tests, and benchmarking on your web API





Book Description



The Go programming language has been rapidly adopted by developers for building web applications. With its impressive performance and ease of development, Go enjoys the support of a wide variety of open source frameworks, for building scalable and high-performant web services and apps. Hands-On Full Stack Development with Go is a comprehensive guide that covers all aspects of full stack development with Go.







This clearly written, example-rich book begins with a practical exposure to Go development and moves on to build a frontend with the popular React framework. From there, you will build RESTful web APIs utilizing the Gin framework. After that, we will dive deeper into important software backend concepts, such as connecting to the database via an ORM, designing routes for your services, securing your services, and even charging credit cards via the popular Stripe API. We will also cover how to test, and benchmark your applications efficiently in a production environment. In the concluding chapters, we will cover isomorphic developments in pure Go by learning about GopherJS. As you progress through the book, you'll gradually build a musical instrument online store application from scratch.







By the end of the book, you will be confident in taking on full stack web applications in Go.




What you will learn





  • Understand Go programming by building a real-world application


  • Learn the React framework to develop a frontend for your application


  • Understand isomorphic web development utilizing the GopherJS framework


  • Explore methods to write RESTful web APIs in Go using the Gin framework


  • Learn practical topics such as ORM layers, secure communications, and Stripe's API


  • Learn methods to benchmark and test web APIs in Go



Who this book is for



Hands-On Full Stack Development with Go will appeal to developers who are looking to start building amazing full stack web applications in Go. Basic knowhow of Go language and JavaScript is expected. The book targets web developers who are looking to move to the Go language.

29.99 In Stock
Hands-On Full Stack Development with Go: Build full stack web applications with Go, React, Gin, and GopherJS

Hands-On Full Stack Development with Go: Build full stack web applications with Go, React, Gin, and GopherJS

by Mina Andrawos
Hands-On Full Stack Development with Go: Build full stack web applications with Go, React, Gin, and GopherJS

Hands-On Full Stack Development with Go: Build full stack web applications with Go, React, Gin, and GopherJS

by Mina Andrawos

eBook

$29.99 

Available on Compatible NOOK devices, the free NOOK App and in My Digital Library.
WANT A NOOK?  Explore Now

Related collections and offers


Overview

Create a real-world application in Go and explore various frameworks and methodologies for full-stack development




Key Features



  • Build a responsive front end by using the powerful React framework


  • Build web APIs and middleware in the Go language by making use of the popular Gin framework


  • Build an Isomorphic Go React application via GopherJS


  • Perform unit tests, and benchmarking on your web API





Book Description



The Go programming language has been rapidly adopted by developers for building web applications. With its impressive performance and ease of development, Go enjoys the support of a wide variety of open source frameworks, for building scalable and high-performant web services and apps. Hands-On Full Stack Development with Go is a comprehensive guide that covers all aspects of full stack development with Go.







This clearly written, example-rich book begins with a practical exposure to Go development and moves on to build a frontend with the popular React framework. From there, you will build RESTful web APIs utilizing the Gin framework. After that, we will dive deeper into important software backend concepts, such as connecting to the database via an ORM, designing routes for your services, securing your services, and even charging credit cards via the popular Stripe API. We will also cover how to test, and benchmark your applications efficiently in a production environment. In the concluding chapters, we will cover isomorphic developments in pure Go by learning about GopherJS. As you progress through the book, you'll gradually build a musical instrument online store application from scratch.







By the end of the book, you will be confident in taking on full stack web applications in Go.




What you will learn





  • Understand Go programming by building a real-world application


  • Learn the React framework to develop a frontend for your application


  • Understand isomorphic web development utilizing the GopherJS framework


  • Explore methods to write RESTful web APIs in Go using the Gin framework


  • Learn practical topics such as ORM layers, secure communications, and Stripe's API


  • Learn methods to benchmark and test web APIs in Go



Who this book is for



Hands-On Full Stack Development with Go will appeal to developers who are looking to start building amazing full stack web applications in Go. Basic knowhow of Go language and JavaScript is expected. The book targets web developers who are looking to move to the Go language.


Product Details

ISBN-13: 9781789138658
Publisher: Packt Publishing
Publication date: 03/28/2019
Sold by: Barnes & Noble
Format: eBook
Pages: 324
File size: 18 MB
Note: This product may take a few minutes to download.

About the Author

Mina Andrawos is an experienced engineer who has acquired deep experience in Go from using it personally and professionally. He regularly authors articles and tutorials about the language, and also shares Go's open source projects. He has written numerous Go applications with varying degrees of complexity. Other than Go, he has skills in Java, C#, Python, and C++. Besides software development, he has working experience of scrum mastering, sales engineering, and software product management.

Table of Contents

Table of Contents
  1. Welcome to Full Stack Go
  2. Building Blocks of the Go Language
  3. Go Concurrency
  4. Frontend with React.js
  5. Building a Frontend for GoMusic
  6. RESTful Web APIs in Go with the Gin Framework
  7. Advanced Web Go Applications with Gin and React
  8. Testing and Benchmarking Your Web API
  9. Introduction to Isomorphic Go with GopherJS
  10. Where to Go from Here?
From the B&N Reads Blog

Customer Reviews