• 목록
  • 아래로
  • 위로
  • 0
  • 스핑크
  • 조회 수 716

온라인강좌 사이트는 udemy에서 Go언어 강좌를 무료로 열었습니다. 

다음 링크타고 가셔서, 로그인 후 수강하시면 됩니다. 아이폰과 안드로이드, 아이패드에서 들어볼 수 있고, 

등록하시면 나중에라도 다시 들어보실 수 있습니다. 

https://www.udemy.com/learn-how-to-code/?couponCode=FORMYFRIEND 

 

대학교 1학년 수준으로 프로그래밍을 배우고싶은 초보자 대상으로 하니까,
영어로 되어 있어도 따라갈만 하지 않나 생각합니다. 

 

---- 

Overview는 다음과 같습니다. 

 

- 강의명: Learn How To Code: Google's Go (golang) Programming Language 

- 강의: 169개 
- 동영상: 총 21 시간
- 기술 수준: 모든 수준
- 언어: 영어
- 수강요건: 없음 
 
강의 목차는 다음과 같습니다.
 
섹션 1: Introduction
강의 1 Valuable Resources 7:24
강의 2 Why choose the Go programming language? 12:15
강의 3 Hello World! 9:37
 
섹션 2: Installing Go
강의 4 Section Overview 3:12
강의 5 The Terminal 6:13
강의 6 Installation Insights 8:48
강의 7 Go Workspace 8:48
강의 8 Environment Variables 6:51
강의 9 Windows - Configuring Path Variables 8:01
강의 10 Mac - Configuring Path Variables 10:23
강의 11 IMPORTANT - REGARDING LINUX VIDEOS THAT FOLLOW
강의 12 Linux - Machine Setup 33:39:00
강의 13 Linux - Machine Configuration 12:43
강의 14 Linux - Configuring Path Variables 21:41
강의 15 Testing Your Installation 4:32
강의 16 Section Review 4:04
 
섹션 3: Your Development Environment
강의 17 Section Overview 1:51
강의 18 Go Editors 9:07
강의 19 WebStorm & Atom.io 6:34
강의 20 Free For Students - WebStorm
강의 21 Creating Your First Project 9:03
강의 22 Hello World with Webstorm 8:14
강의 23 The Go Command & Documentation 5:47
강의 24 Understanding Github 7:37
강의 25 Using Github 14:23
강의 26 Section Review 3:40
 
섹션 4: Computer Fundamentals
강의 27 Section Overview 2:03
강의 28 How Computers Work - Part I 9:56
강의 29 How Computers Work - Part II 12:29
강의 30 Github Update Command 8:55
강의 31 Numeral Systems 4:07
강의 32 Binary Numbering System 7:40
강의 33 Hexadecimal Numbering System 7:08
강의 34 Text Encoding 9:25
강의 35 Coding Scheme Programs 9:33
강의 36 Format Printing 9:46
강의 37 Section Review 9:16
 
섹션 5: Language Fundamentals
강의 38 Section Overview 5:50
강의 39 Packages 7:54
강의 40 Go Commands 5:46
강의 41 Variables 8:45
강의 42 Scope 7:50
강의 43 Scope II 10:08
강의 44 Closure 11:14
강의 45 Language Spec 10:03
강의 46 Blank Identifier 4:25
강의 47 Constants 9:02
강의 48 Constants II 7:21
강의 49 Words of Encouragement 3:59
강의 50 Memory Addresses 6:41
강의 51 Pointers 6:19
강의 52 Using Pointers 7:45
강의 53 Remainder 5:46
강의 54 Section Review 15:03
 
섹션 6: Control Flow
강의 55 Section Overview 7:04
강의 56 For Loop 6:53
강의 57 Nested Loops 6:23
강의 58 Conditions, Break, & Continue 7:23
강의 59 Documentation & Terminology 13:01
강의 60 Rune 6:23
강의 61 String Type 10:40
강의 62 Switch Statements 7:27
강의 63 If Statements 7:08
강의 64 Exercise Solutions 14:01
강의 65 Section Review 8:41
 
섹션 7: Functions
강의 66 Section Overview 1:51
강의 67 Intro To Functions 7:48
강의 68 Func Returns 5:27
강의 69 Variadic Functions 6:49
강의 70 Variadic Arguments 5:07
강의 71 Func Expressions 5:41
강의 72 Closure 6:04
강의 73 Callbacks 6:49
강의 74 Callback Example 5:34
강의 75 Recursion 5:04
강의 76 Defer 4:20
강의 77 Pass By Value 6:41
강의 78 Reference Types 5:06
강의 79 Anonymous Self-Executing Functions 1:39
강의 80 Bool Expressions 7:23
강의 81 Exercises - Part I 7:46
강의 82 Exercises - Part II 6:40
강의 83 Exercises - Part III 7:50
강의 84 Section Review 10:27
 
섹션 8: Data Structures - Array
강의 85 Data Structures Overview 6:07
강의 86 Array 8:28
강의 87 Array Examples 10:45
 
섹션 9: Data Structures - Slice
강의 88 Slices 10:04
강의 89 Slice Examples 9:38
강의 90 More Slice Examples 6:33
강의 91 Creating A Slice 12:43
강의 92 Incrementing A Slice Item 5:16
강의 93 Section Review 12:29
 
섹션 10: Data Structures - Map
강의 94 Maps Introduction 6:18
강의 95 Map Examples - Part I 8:30
강의 96 Map Examples - Part II 8:46
강의 97 Map Examples - Part III 5:08
강의 98 Map Documentation 10:43
강의 99 Map Range Loop 3:43
강의 100 GitHub Pull 4:08
강의 101 Hash Tables 13:52
강의 102 Hashing Words 10:57
강의 103 Hashing Words II 12:05
강의 104 Build A Hash Table 9:13
강의 105 Finished Hash Algorithm 11:41
 
섹션 11: Data Structures - Struct
강의 106 Structs Introduction 6:14
강의 107 OOP in Go 11:37
강의 108 User-Defined Types 10:46
강의 109 Composition 10:28
강의 110 JSON Marshal 11:40
강의 111 JSON Unmarshal 3:13
강의 112 JSON Encode 6:41
강의 113 JSON Decode 5:35
 
섹션 12: Interfaces
강의 114 Interfaces Introduction 3:19
강의 115 Interface Examples 10:24
강의 116 Code Substitutability 12:26
강의 117 Bill Kennedy 8:31
강의 118 Donovan & Kernighan 11:54
강의 119 Sort Package 10:27
강의 120 Sort Solution 9:40
강의 121 Sort Reverse 15:55
강의 122 Sort Slice Int 3:35
강의 123 Empty Interface 8:56
강의 124 Method Sets 11:39
강의 125 Conversion vs Assertion 10:21
 
섹션 13: Concurrency
강의 126 Concurrency & WaitGroup 5:10
강의 127 Parallelism 4:41
강의 128 Race Conditions 4:09
강의 129 Mutex 3:46
강의 130 Atomicity 3:58
강의 131 Review & Channels Preview 8:35
 
섹션 14: Channels
강의 132 Channels - Introduction 9:30
강의 133 Range Clause 5:36
강의 134 N-to-1 5:22
강의 135 Semaphores - Part 1 7:29
강의 136 Semaphores - Part 2 1:37
강의 137 1-to-N 4:14
강의 138 Channels as Arguments & Returns 7:02
강의 139 Channel Direction 5:47
 
섹션 15: Applied Concurrency
강의 140 Incrementor With Channels 6:01
강의 141 Deadlock Challenge 7:14
강의 142 Factorial Challenge 4:43
강의 143 Pipeline Pattern 6:35
강의 144 Factorial Challenge Redux 5:37
강의 145 Factorial Challenge Redux Solution 4:38
강의 146 Fan Out / Fan In Pattern - Overview 3:32
강의 147 Fan In Pattern 7:03
강의 148 Fan Out / Fan In - Example 16:20
 
섹션 16: Concurrency Challenges
강의 149 Fan Out / Fan In - Challenge 1:31
강의 150 Fan Out / Fan In - Solution 9:11
강의 151 Fan Out / Fan In - Challenge: Factorial 2:06
강의 152 Fan Out / Fan In - Solution: Factorial 11:22
강의 153 Deadlock Challenge 0:42
강의 154 Deadlock Solution 4:22
강의 155 Incrementor Challenge Revisited 1:11
강의 156 Incrementor Solution 5:44
 
섹션 17: Concurrency Resources
강의 157 Additional Resources 4:53
강의 158 Links
 
섹션 18: Error Handling
강의 159 An Introduction to Error Handling in Go 5:41
강의 160 Improving Your Code with Golint 5:56
강의 161 Handling Errors & Logging Errors to a File 8:45
강의 162 Four Common Ways to Handle Errors 5:45
강의 163 Custom Errors - Creating Values of Type error 7:25
강의 164 Idiomatic Error Handling 4:28
강의 165 Providing Context with Errors 5:11
강의 166 Providing Even More Context with Errors 7:12
강의 167 Error Handling Review & Resources 4:47
 
섹션 19: Farewell
강의 168 Nice Articles
강의 169 Next Steps 7:02
 

공유

facebooktwitterpinterestbandkakao story
퍼머링크

댓글 0

로그인 후 참여 할 수 있습니다.
권한이 없습니다.