Go Web Development Cookbook - Helion
Tytuł oryginału: Go Web Development Cookbook
ISBN: 9781787288560
stron: 326, Format: ebook
Data wydania: 2018-04-23
Księgarnia: Helion
Cena książki: 125,10 zł (poprzednio: 139,00 zł)
Oszczędzasz: 10% (-13,90 zł)
86 recipes on how to build fast, scalable, and powerful web services and applications with Go
Key Features
- Become proficient in RESTful web services
- Build scalable, high-performant web applications in Go
- Get acquainted with Go frameworks for web development
Book Description
Go is an open source programming language that is designed to scale and support concurrency at the language level. This gives you the liberty to write large concurrent web applications with ease. From creating web application to deploying them on Amazon Cloud Services, this book will be your one-stop guide to learn web development in Go. The Go Web Development Cookbook teaches you how to create REST services, write microservices, and deploy Go Docker containers. Whether you are new to programming or a professional developer, this book will help get you up to speed with web development in Go. We will focus on writing modular code in Go; in-depth informative examples build the base, one step at a time. You will learn how to create a server, work with static files, SQL, NoSQL databases, and Beego. You will also learn how to create and secure REST services, and create and deploy Go web application and Go Docker containers on Amazon Cloud Services. By the end of the book, you will be able to apply the skills you've gained in Go to create and explore web applications in any domain.
What you will learn
- Create a simple HTTP and TCP web server and understand how it works
- Explore record in a MySQL and MongoDB database
- Write and consume RESTful web service in Go
- Invent microservices in Go using Micro – a microservice toolkit
- Create and Deploy the Beego application with Nginx
- Deploy Go web application and Docker containers on an AWS EC2 instance
Who this book is for
This book is for Go developers interested in learning how to use Go to build powerful web applications. A background in web development is expected.
Osoby które kupowały "Go Web Development Cookbook", wybierały także:
- Zen Steve'a Jobsa 29,67 zł, (8,90 zł -70%)
- ASP.NET MVC. Kompletny przewodnik dla programistów interaktywnych aplikacji internetowych w Visual Studio 86,77 zł, (26,90 zł -69%)
- jQuery, jQuery UI oraz jQuery Mobile. Receptury 57,74 zł, (17,90 zł -69%)
- Scratch. Komiksowa przygoda z programowaniem 36,06 zł, (11,90 zł -67%)
- Baltie. Kurs video. Poziom pierwszy. Elementarz programowania w języku wizualnym 59,00 zł, (26,55 zł -55%)
Spis treści
Go Web Development Cookbook. Build full-stack web applications with Go eBook -- spis treści
- 1. Creating Your First Server in Go
- 2. Working with Templates, Static Files, and HTML Forms
- 3. Working with Session, Error Handling, and Caching in Go
- 4. Writing and Consuming RESTful Web Services in Go
- 5. Working with SQL and NoSQL Databases
- 6. Writing Microservices in Go Using Micro – a Microservice Toolkit
- 7. Working with WebSocket in Go
- 8. Working with the Go Web Application Framework – Beego
- 9. Working with Go and Docker
- 10. Securing a Go Web Application
- 11. Deploying a Go Web App and Docker Containers to AWS