-
Урок 1.
00:07:40
Why Go For Web Dev
-
Урок 2.
00:01:36
Prerequisites
-
Урок 3.
00:02:33
Resources
-
Урок 4.
00:18:31
Language review
-
Урок 5.
00:08:13
How to succeed
-
Урок 6.
00:03:28
Understanding templates
-
Урок 7.
00:06:26
Templating with concatenation
-
Урок 8.
00:16:53
Understanding package text/template: parsing & executing templates
-
Урок 9.
00:03:58
Passing data into templates
-
Урок 10.
00:02:29
Variables in templates
-
Урок 11.
00:14:58
Passing composite data structures into templates
-
Урок 12.
00:15:12
Functions in templates
-
Урок 13.
00:09:55
Pipelines in templates
-
Урок 14.
00:06:11
Predefined global functions in templates
-
Урок 15.
00:07:52
Nesting templates - modularizing your code
-
Урок 16.
00:05:39
Passing data into templates & composition
-
Урок 17.
00:03:38
Using methods in templates
-
Урок 18.
00:01:59
Hands-on exercises
-
Урок 19.
00:03:37
Using package html/template, character escaping, & cross-site scripting
-
Урок 20.
00:10:09
Understanding servers
-
Урок 21.
00:06:56
TCP server - write to connection
-
Урок 22.
00:10:34
TCP server - read from connection using bufio.Scanner
-
Урок 23.
00:04:26
TCP server - read from & write to connection
-
Урок 24.
00:04:48
TCP server - code a client
-
Урок 25.
00:09:57
TCP server - rot13 & in-memory database
-
Урок 26.
00:06:57
TCP server - HTTP request / response foundation hands-on exercise
-
Урок 27.
00:05:04
TCP server - HTTP method & URI retrieval hands-on exercise
-
Урок 28.
00:05:04
TCP server - HTTP multiplexer
-
Урок 29.
00:09:22
net/http package - an overview
-
Урок 30.
00:05:23
Understanding & using ListenAndServe
-
Урок 31.
00:08:27
Foundation of net/http: Handler, ListenAndServe, Request, ResponseWriter
-
Урок 32.
00:15:08
Retrieving form values - exploring *http.Request
-
Урок 33.
00:08:11
Retrieving other request values - exploring *http.Request
-
Урок 34.
00:07:36
Exploring http.ResponseWriter - writing headers to the response
-
Урок 35.
00:07:14
Review
-
Урок 36.
00:16:27
Understanding ServeMux
-
Урок 37.
00:08:03
Disambiguation: func(ResponseWriter, *Request) vs. HandlerFunc
-
Урок 38.
00:08:47
Third-party servemux - Julien Schmidt’s router
-
Урок 39.
00:01:15
Hands-on exercises
-
Урок 40.
00:04:21
Hands-on exercises - solutions #1
-
Урок 41.
00:04:21
Hands-on exercises - solutions #2
-
Урок 42.
00:19:57
Serving a file with io.Copy
-
Урок 43.
00:05:03
Serving a file with http.ServeContent & http.ServeFile
-
Урок 44.
00:03:54
Serving a file with http.FileServer
-
Урок 45.
00:03:50
Serving a file with http.FileServer & http.StripPrefix
-
Урок 46.
00:06:01
Creating a static file server with http.FileServer
-
Урок 47.
00:03:11
log.Fatal & http.Error
-
Урок 48.
00:04:01
Hands-on exercises
-
Урок 49.
00:01:00
Hands-on exercises - solutions
-
Урок 50.
00:05:52
The http.NotFoundHandler
-
Урок 51.
00:05:48
Buying a domain - Google domains
-
Урок 52.
00:02:17
Deploying to Google Cloud
-
Урок 53.
00:07:53
State overview
-
Урок 54.
00:01:20
Passing values through the URL
-
Урок 55.
00:06:23
Passing values from forms
-
Урок 56.
00:05:30
Uploading a file, reading the file, creating a file on the server
-
Урок 57.
00:11:55
Enctype
-
Урок 58.
00:01:01
Redirects - overview
-
Урок 59.
00:06:33
Redirects - diagrams & documentation
-
Урок 60.
00:07:56
Redirects - in practice
-
Урок 61.
00:07:44
Cookies - overview
-
Урок 62.
00:03:32
Cookies - writing and reading
-
Урок 63.
00:05:21
Writing multiple cookies & hands-on exercise
-
Урок 64.
00:02:12
Hands-on exercise solution: creating a counter with cookies
-
Урок 65.
00:03:20
Deleting a cookie
-
Урок 66.
00:06:38
Sessions
-
Урок 67.
00:07:27
Universally unique identifier - UUID
-
Урок 68.
00:08:32
Your first session
-
Урок 69.
00:12:00
Sign-up
-
Урок 70.
00:06:01
Encrypt password with bcrypt
-
Урок 71.
00:05:21
Login
-
Урок 72.
00:07:08
Logout
-
Урок 73.
00:04:05
Permissions
-
Урок 74.
00:03:21
Expire session
-
Урок 75.
00:08:26
Overview
-
Урок 76.
00:07:21
Creating a virtual server instance on AWS EC2
-
Урок 77.
00:10:51
Hello world on AWS
-
Урок 78.
00:12:02
Persisting an application
-
Урок 79.
00:04:43
Hands-on Exercise
-
Урок 80.
00:02:14
Hands-on Solution
-
Урок 81.
00:16:00
Terminating AWS services
-
Урок 82.
00:01:32
Overview
-
Урок 83.
00:06:25
Installing MySQL - Locally
-
Урок 84.
00:02:45
Installing MySQL - AWS
-
Урок 85.
00:06:29
Connect Workbench to MySQL on AWS
-
Урок 86.
00:04:40
Go & SQL - Setup
-
Урок 87.
00:04:38
Go & SQL - In Practice
-
Урок 88.
00:07:44
Overview of load balancers
-
Урок 89.
00:03:39
Create EC2 security groups
-
Урок 90.
00:06:32
Create an ELB load balancer
-
Урок 91.
00:08:00
Implementing the load balancer
-
Урок 92.
00:13:49
Connecting to your MySQL server using MySQL workbench
-
Урок 93.
00:05:12
Hands-on exercise
-
Урок 94.
00:01:06
Hands-on solution
-
Урок 95.
00:18:52
Autoscaling & CloudFront
-
Урок 96.
00:12:43
Starting files
-
Урок 97.
00:04:33
User data
-
Урок 98.
00:05:45
Storing Multiple Values
-
Урок 99.
00:03:37
Uploading pictures
-
Урок 100.
00:08:52
Displaying pictures
-
Урок 101.
00:01:26
Hash message authentication code (HMAC)
-
Урок 102.
00:04:29
Base64 encoding
-
Урок 103.
00:03:07
Web storage
-
Урок 104.
00:05:31
Context
-
Урок 105.
00:13:19
TLS & HTTPS
-
Урок 106.
00:09:46
JSON - JavaScript Object Notation
-
Урок 107.
00:04:31
Go & JSON - Marshal & Encode
-
Урок 108.
00:09:48
Unmarshal JSON with Go
-
Урок 109.
00:10:28
Unmarshal JSON with Go using Tags
-
Урок 110.
00:10:01
Hands-on exercise solution
-
Урок 111.
00:02:09
AJAX introduction
-
Урок 112.
00:11:50
AJAX server side
-
Урок 113.
00:12:13
Organizing code into packages
-
Урок 114.
00:10:13
Create user & delete user
-
Урок 115.
00:04:29
MVC design pattern - model view controller
-
Урок 116.
00:06:37
Install mongodb
-
Урок 117.
00:04:58
Connect to mongodb
-
Урок 118.
00:05:29
CRUD with Go & mongodb
-
Урок 119.
00:08:52
Hands on exercise & solution
-
Урок 120.
00:05:24
Hands on exercise & solution
-
Урок 121.
00:06:20
Hands on exercise & solution
-
Урок 122.
00:02:39
Introduction to Docker
-
Урок 123.
00:02:40
Virtual machines & containers
-
Урок 124.
00:09:54
Installing docker
-
Урок 125.
00:05:19
Docker whalesay example
-
Урок 126.
00:08:05
Using a Dockerfile to build an image
-
Урок 127.
00:12:48
Launching a container running curl
-
Урок 128.
00:04:50
Running a Go web app in a Docker container
-
Урок 129.
00:05:23
Pushing & pulling to docker hub
-
Урок 130.
00:08:56
Go, Docker & Amazon Web Services (AWS)
-
Урок 131.
00:09:13
Installing Postgres
-
Урок 132.
00:07:33
Create database
-
Урок 133.
00:05:35
Create table
-
Урок 134.
00:03:23
Insert records
-
Урок 135.
00:00:49
Auto increment primary key
-
Урок 136.
00:02:32
Hands-on exercise
-
Урок 137.
00:05:43
Hands-on exercise - solution
-
Урок 138.
00:07:07
Relational databases
-
Урок 139.
00:06:29
Query - cross join
-
Урок 140.
00:09:57
Query - inner join
-
Урок 141.
00:05:03
Query - three table inner join
-
Урок 142.
00:01:08
Query - outer joins
-
Урок 143.
00:00:43
Clauses
-
Урок 144.
00:04:46
Update a record
-
Урок 145.
00:07:38
Delete a record
-
Урок 146.
00:08:59
Users - create, grant, alter, remove
-
Урок 147.
00:04:57
Go & Postgres
-
Урок 148.
00:04:56
Select query
-
Урок 149.
00:07:29
Web app
-
Урок 150.
00:04:06
Query Row
-
Урок 151.
00:01:30
Insert record
-
Урок 152.
00:11:24
Update record
-
Урок 153.
00:11:33
Delete record
-
Урок 154.
00:10:11
Code organization
-
Урок 155.
00:10:53
NoSQL
-
Урок 156.
00:06:58
MongoDB
-
Урок 157.
00:03:53
Installing mongo
-
Урок 158.
00:06:58
Database
-
Урок 159.
00:03:53
Collection
-
Урок 160.
00:03:50
Document
-
Урок 161.
00:06:15
Find (aka, query)
-
Урок 162.
00:06:59
Update
-
Урок 163.
00:02:00
Remove
-
Урок 164.
00:02:45
Projection
-
Урок 165.
00:01:05
Limit
-
Урок 166.
00:02:52
Sort
-
Урок 167.
00:01:24
Index
-
Урок 168.
00:04:33
Aggregation
-
Урок 169.
00:09:20
Users
-
Урок 170.
00:04:41
JSON
-
Урок 171.
00:16:59
Create Read Update Delete (CRUD)