Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 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 1 2 3 4

Learning Go Web Development

Posted By: First1
Learning Go Web Development

Learning Go Web Development by Nathan Kozyra
English | April 27th, 2016 | ASIN: B01891X7SI, ISBN: 178528231X | 136 pages | EPUB | 2.14 MB

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.

Learning Go Web Development is a start-to-finish 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 book has you covered. You'll begin by learning about routing requests and implementing SSL. Moving on, you'll get to know about practices to keep users' data safe. By the end of the book, you will be able to build robust, secure, and fully-featured applications for the web.

Key Features
• Build a fully-featured REST API to enable client-side single page apps
• Utilize TLS to build reliable and secure sites
• A quick guide that provides everything a developer needs to know to build end-to-end web applications in Go

What you will learn
• Create a listening web server
• Route requests
• Implement SSL/TLS
• Use Go's logic-less templates
• Implement caching for maximum performance
• Use sessions and cookies
• Utilize security best practices to keep users and data safe
• Connect to data sources
• Create a RESTful API

Enjoy My Blog | Subscribe My RSS Channel