<p>JavaScript gives web developers great power to create rich interactive browser experiences, and much of that power is provided by the browser itself. Modern web APIs enable web-based applications to come to life like never before, supporting actions that once required browser plug-ins. Some are s
Level Up Your Web Apps With Go
β Scribed by Mal Curtis
- Publisher
- SitePoint Pty. Ltd.
- Year
- 2015
- Tongue
- English
- Leaves
- 259
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
The Internet is a place of constant evolution and creation. Nearly every day, web developers have new tools available to add to their repertoire. In recent years, though, few have been as influential as the Go programming language. Originally created at Google to solve system administration problems, Go has evolved into a modern, powerful, and well-adopted language. To call Go just a language would be a disservice, however; Go is more than a languageβitβs an entire ecosystem. From the tools that come with it, to the community of developers that build on it, Go is a force majeure in the web development world and it is here to stay.
So what is Go? Well, itβs a combination of a strongly typed programming language, and a collection of tools that make working with the language a pleasure. While many may consider a language to comprise merely the syntax, the tools provided to aid development are just as importantβif not more soβas the language itself. I hope that as you work through this book youβll see this for yourself, and learn to love Go as I do.
The topics covered in this book are targeted at web development. While Go wasnβt created as a βlanguage for web development,β it was produced with such a powerful and diverse standard library that web developers have taken to the language in droves, with many organizations now having Go applications powering their services. In this book, we wonβt be covering every aspect of the standard library; instead we'll be diving deeply into how to create fast, powerful, and maintainable web applications.
π SIMILAR VOLUMES
JavaScript gives web developers great power to create rich interactive browser experiences, and much of that power is provided by the browser itself. Modern web APIs enable web-based applications to come to life like never before, supporting actions that once required browser plug-ins. Some are stil
Book Details<br/>Author: Jeremy Saenz<br/>Publisher: Gitbook<br/>Published: November 2014<br/>Number of pages: 39<br/>If you are reading this then you have just started your journey from noob to pro. No seriously, web programming in Go is so fun and easy that you wonβt even notice how much informati
<p>Go, the open-source programming language originally developed at Google, makes it easy to build simple, reliable, and efficient software. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. Its concurrency mechanisms, coupled with modern har
Take a deep dive into web development using the Go programming language to build web apps and RESTful services to create reliable and efficient software. Web Development with Go provides Go language fundamentals and then moves on to advanced web development concepts and successful deployment of Go w