Salepage link: At HERE. Archive: http://archive.is/gJbIb
Get practical experience and learn basic skills while developing an application with Go
About This Video
Learn the features and various aspects of Go programming
Create a production-ready web application by the end of the course
Master time-proven design patterns for creating highly reusable application components
In Detail
The Go language is a new programming language for creating concurrent applications, high-load and high-responsive software services, and complex systems. The language supports totally re-thought concepts and paradigms of software development, unlike other programming languages.
“”Building Your First Application with Go”” is your way into the world of software development. Go has a robust library and advanced techniques. This makes it a great language that can even be understood by people with no experience in programming.
Take a journey through the concepts presented by the Go language! Go is a language with no legacy, well suited for software developers, be it for beginners or experienced users.
The Go language presents fresh patterns of software development. You will learn about the core distinctive features of Go – goroutines and channels, which are used to design concurrent applications. You will gain familiarity with approaches of structuring application code, by breaking it into reusable components like functions, packages, and objects. Object-oriented programming; one of the central paradigms of modern software development, is also covered in this course. It offers the most popular and well-tested patterns for building brilliantly structured applications; the course finishes with creating a production-ready image manipulation program, which is built as a web application.
The course will help you to start building applications with Go right off the bat. Packed with examples, especially with a finished production-ready application from the final section, the course gives you the right vision of what software source code should look like.
First Application
Basic and Complex Data Types
Control Structures
Structuring Code with Functions and Packages
Object-oriented Programming in Go
Goroutines and Channels
Building a Web Image Manipulation Program (WIMP), Part I – Web Application
Building a Web Image Manipulation Program (WIMP), Part II – Image Processing