Tags
Language
Tags
May 2024
Su Mo Tu We Th Fr Sa
28 29 30 1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31 1

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

Posted By: yoyoloit
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

English | 2019 | ISBN: 1789130751 | 309 pages | True PDF | 17.5 MB

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.
Table of Contents

Welcome to Full Stack Go
Building Blocks of the Go Language
Go Concurrency
Frontend with React.js
Building a Frontend for GoMusic
RESTful Web APIs in Go with the Gin Framework
Advanced Web Go Applications with Gin and React
Testing and Benchmarking Your Web API
Introduction to Isomorphic Go with GopherJS
Where to Go from Here?