[GigaCourse.Com] Udemy - Web Development W Google’S Go (Golang) Programming Language

Torrent Details


[GigaCourse.com] Udemy - Web Development w Google’s Go (golang) Programming Language

NAME
[GigaCourse.com] Udemy - Web Development w Google’s Go (golang) Programming Language.torrent
CATEGORY
Other
INFOHASH
b62f302ae94dcd1515a107d9b54ee33a682ffc0e
SIZE
4 GB in 99 files
ADDED
Uploaded on 29-03-2020 by our crawler pet called "Spidey".
SWARM
0 seeders & 0 peers
RATING
No votes yet.

Please login to vote for this torrent.


Description

Udemy - Web Development w Google’s Go (golang) Programming Language



Description

The Go programming language was created by Google to do what Google does: performant web applications at scale.

Open-sourced in 2009 and reaching version one in 2012, the Go programming language is the best choice for web development programming today.

Ruby on Rails, Python, Django, Node.js, PHP, and ASP all fall short.

Go is the most powerful, performant, and scalable programming language today for creating web applications, web API’s, microservices, and other distributed services.

In this course, you will gain a solid foundation in web development. You will learn all of the following and more:

Architecture

networking architecture
the client / server architecture
the request / response pattern
the RFC standards defined by the IETF
the format of requests from clients and responses from servers

Templates

the role that templates play in server-side programming
how to work with templates from Go’s standard library
modifying data structures to work well with templates

Servers

the relationship between TCP and HTTP
how to build a TCP server which responds to HTTP requests
how to create a TCP server which acts as an in-memory database
how to create a restful TCP server that handles various routes and methods
the difference between a web server, a servemux, a multiplexer, and a mux
how to use a third-party server such as julien schmidt’s router
the importance of HTTP methods and status codes

The net/http package

streamlining your web development with the net/http package
the nuances of the net/http package
the handler interface
http.ListenAndServe
creating your own servemux
using the default servemux
http.Handle & http.Handler
http.Handlefunc, func(ResponseWriter, *Request), & http.HandlerFunc
http.ServeContent, http.ServeFile, & http.FileServer
http.StripPrefix
http.NotFoundHandler

State & Sessions

how to create state: UUID’s, cookies, values in URL’s, security
how to create sessions: login, permissions, logout
how to expire a session

Deployment

how to purchase a domain
how to deploy an application to Google Cloud

Amazon Web Services

how to use Amazon Web Services (AWS)
how to create a virtual linux machine on AWS EC2 (Elastic Cloud Compute)
how to use secure shell (SSH) to manage a virtual machine
how to use secure copy (SCP) to transfer files to a virtual machine
what load balancers are and how to use them on AWS

MySQL

how to use MySQL on AWS
how to connect a MySQL workbench to AWS

MongoDB

understanding CRUD
how to use MongoDB & Go

MVC (Model View Controller) Design Pattern

understanding the MVC design pattern
using the MVC design pattern

Docker

virtual machines vs containers
understanding the benefits of using Docker
Docker images, Docker containers, and Docker registries
implementing Docker and Go
deploying Docker and Go

Google Cloud

Google Cloud Storage
Google Cloud no-sql datastore
Google Cloud memcache
Google Cloud PAAS App Engine

Web Dev Toolkit

AJAX
JSON
json.Marhsal & json.Unmarshal
json.Encode & json.Decode
Hash message authentication code (HMAC)
Base64 encoding
Web storage
Context
TLS & HTTPS
JSON with Go using Tags

Building Applications

a photo blog
a twitter clone

By the end of this course, you will have mastered the fundamentals of web development.

My name is Todd McLeod. I am tenured faculty in Computer Information Technology at Fresno City College and adjunct faculty in Computer Science at California State University Fresno. I have taught enough students over 17 years to know that by the end of this course, you will be an outstanding web developer.

You will have the best skills available today.

You will know the best way to do web development today.

You will have the hottest, most demanded, and highest paid skills in the marketplace.

Join me in this outstanding course. Come learn best practices for web development. Sign up for this course now and open doors to a great future.

Created by Todd McLeod
Last updated 6/2017
English
English [Auto-generated]

Discussion

Comments 0

Post Your Comment

Files in this torrent

FILENAMESIZE
1. Getting started/1. Why choose Go ( golang ) for web development.mp441.4 MB
1. Getting started/1. Why choose Go ( golang ) for web development.vtt8.8 KB
1. Getting started/2. Course prerequisites.mp44.7 MB
1. Getting started/2. Course prerequisites.vtt2 KB
1. Getting started/3. Course resources.mp411.6 MB
1. Getting started/3. Course resources.vtt3.3 KB
1. Getting started/3.1 Course Documents.html140 B
1. Getting started/4. Language review.mp455.6 MB
1. Getting started/4. Language review.vtt20.1 KB
1. Getting started/5. How to succeed.mp446.7 MB
1. Getting started/5. How to succeed.vtt10.7 KB
10. Amazon Web Services/1. Overview.mp432.3 MB
10. Amazon Web Services/1. Overview.vtt9.3 KB
10. Amazon Web Services/2. Creating a virtual server instance on AWS EC2.mp431.1 MB
10. Amazon Web Services/2. Creating a virtual server instance on AWS EC2.vtt13.8 KB
10. Amazon Web Services/3. Hello World on AWS.mp438.8 MB
10. Amazon Web Services/3. Hello World on AWS.vtt13.6 KB
10. Amazon Web Services/4. Persisting an application.mp414.9 MB
10. Amazon Web Services/4. Persisting an application.vtt5.3 KB
10. Amazon Web Services/5. Hands-on Exercise.mp48 MB
10. Amazon Web Services/5. Hands-on Exercise.vtt2.7 KB
10. Amazon Web Services/6. Hands-on Solution.mp446.8 MB
10. Amazon Web Services/6. Hands-on Solution.vtt16.2 KB
10. Amazon Web Services/7. Terminating AWS services.mp46.8 MB
10. Amazon Web Services/7. Terminating AWS services.vtt2 KB
11. Relational Databases/1. Overview.mp424.8 MB
11. Relational Databases/1. Overview.vtt8 KB
11. Relational Databases/2. Installing MySQL - Locally.mp47.8 MB
11. Relational Databases/2. Installing MySQL - Locally.vtt3.4 KB
11. Relational Databases/3. Installing MySQL - AWS.mp421.8 MB
11. Relational Databases/3. Installing MySQL - AWS.vtt7.9 KB
11. Relational Databases/4. Connect Workbench to MySQL on AWS.mp414.8 MB
11. Relational Databases/4. Connect Workbench to MySQL on AWS.vtt5 KB
11. Relational Databases/5. Go & SQL - Setup.mp415.5 MB
11. Relational Databases/5. Go & SQL - Setup.vtt5.9 KB
11. Relational Databases/6. Go & SQL - In Practice.mp428.8 MB
11. Relational Databases/6. Go & SQL - In Practice.vtt9.5 KB
12. Scaling On AWS/1. Overview of Load Balancers.mp415.9 MB
12. Scaling On AWS/1. Overview of Load Balancers.vtt4.4 KB
12. Scaling On AWS/2. Create EC2 Security Groups.mp419.3 MB
12. Scaling On AWS/2. Create EC2 Security Groups.vtt7.5 KB
12. Scaling On AWS/3. Create an ELB Load Balancer.mp424.1 MB
12. Scaling On AWS/3. Create an ELB Load Balancer.vtt8.2 KB
12. Scaling On AWS/4. Implementing The Load Balancer.mp448.9 MB
12. Scaling On AWS/4. Implementing The Load Balancer.vtt13.7 KB
12. Scaling On AWS/5. Connecting To Your MySQL Server Using MySQL Workbench.mp418.3 MB
12. Scaling On AWS/5. Connecting To Your MySQL Server Using MySQL Workbench.vtt6 KB
12. Scaling On AWS/6. Hands-on Exercise.mp44.1 MB
12. Scaling On AWS/6. Hands-on Exercise.vtt1.3 KB
12. Scaling On AWS/7. Hands-on Solution.mp471.1 MB
12. Scaling On AWS/7. Hands-on Solution.vtt16.4 KB
12. Scaling On AWS/8. Autoscaling & CloudFront.mp448.9 MB
12. Scaling On AWS/8. Autoscaling & CloudFront.vtt15.4 KB
13. Photo Blog/1. Starting Files.mp415.7 MB
13. Photo Blog/1. Starting Files.vtt6 KB
13. Photo Blog/2. User Data.mp416.8 MB
13. Photo Blog/2. User Data.vtt7.4 KB
13. Photo Blog/3. Storing Multiple Values.mp410.7 MB
13. Photo Blog/3. Storing Multiple Values.vtt4.6 KB
13. Photo Blog/4. Uploading Pictures.mp429.5 MB
13. Photo Blog/4. Uploading Pictures.vtt11.7 KB
13. Photo Blog/5. Displaying Pictures.mp44.5 MB
13. Photo Blog/5. Displaying Pictures.vtt1.9 KB
14. Web Dev Toolkit/1. Keyed-Hash Message Authentication Code (HMAC).mp412.9 MB
14. Web Dev Toolkit/1. Keyed-Hash Message Authentication Code (HMAC).vtt5.9 KB
14. Web Dev Toolkit/10. Hands-On Exercise Solution.mp48.4 MB
14. Web Dev Toolkit/10. Hands-On Exercise Solution.vtt2.6 KB
14. Web Dev Toolkit/11. AJAX Introduction.mp440.7 MB
14. Web Dev Toolkit/11. AJAX Introduction.vtt15 KB
14. Web Dev Toolkit/12. AJAX Server Side.mp446.3 MB
14. Web Dev Toolkit/12. AJAX Server Side.vtt14.4 KB
14. Web Dev Toolkit/2. Base64 Encoding.mp411.3 MB
14. Web Dev Toolkit/2. Base64 Encoding.vtt3.9 KB
14. Web Dev Toolkit/3. Web Storage.mp415.5 MB
14. Web Dev Toolkit/3. Web Storage.vtt7.1 KB
14. Web Dev Toolkit/4. Context.mp440.7 MB
14. Web Dev Toolkit/4. Context.vtt16.1 KB
14. Web Dev Toolkit/5. TLS & HTTPS.mp436.8 MB
14. Web Dev Toolkit/5. TLS & HTTPS.vtt12.3 KB
14. Web Dev Toolkit/6. JSON - JavaScript Object Notation.mp433.1 MB
14. Web Dev Toolkit/6. JSON - JavaScript Object Notation.vtt11.9 KB
14. Web Dev Toolkit/7. Go & JSON - Marshal & Encode.mp444.1 MB
14. Web Dev Toolkit/7. Go & JSON - Marshal & Encode.vtt12.4 KB
14. Web Dev Toolkit/8. Unmarshal JSON with Go.mp440.5 MB
14. Web Dev Toolkit/8. Unmarshal JSON with Go.vtt13.5 KB
14. Web Dev Toolkit/9. Unmarshal JSON with Go using Tags.mp433.1 MB
14. Web Dev Toolkit/9. Unmarshal JSON with Go using Tags.vtt13.1 KB
15. Go & Mongodb/1. Organizing Code Into Packages.mp439.2 MB
15. Go & Mongodb/1. Organizing Code Into Packages.vtt13.2 KB
15. Go & Mongodb/2. Create User & Delete User.mp415.1 MB
15. Go & Mongodb/2. Create User & Delete User.vtt5.6 KB
15. Go & Mongodb/3. MVC Design Pattern - Model View Controller.mp432.9 MB
15. Go & Mongodb/3. MVC Design Pattern - Model View Controller.vtt8.2 KB
15. Go & Mongodb/4. Install Mongodb.mp421.5 MB
15. Go & Mongodb/4. Install Mongodb.vtt6 KB
15. Go & Mongodb/5. Connect to Mongodb.mp420.9 MB
15. Go & Mongodb/5. Connect to Mongodb.vtt6 KB
15. Go & Mongodb/6. CRUD with Go & Mongodb.mp441.3 MB
15. Go & Mongodb/6. CRUD with Go & Mongodb.vtt10.3 KB

Alternative Torrents for 'GigaCourse.com Udemy Development Google’s Go golang Programming Language'.

There are no alternative torrents found.