Go Course
1.
Basics
❱
1.1.
Import Statement
1.2.
Data Types
2.
Intermediate
❱
2.1.
Closures
2.2.
Recursion
3.
Advanced
❱
3.1.
Goroutines
3.2.
Channels Introduction
4.
More About Concurrency
❱
4.1.
Concurrency vs Parallelism
4.2.
Race Conditions
4.3.
Deadlocks
4.4.
RWMutex
4.5.
sync.NewCond
4.6.
sync.Once
4.7.
sync.Pool
4.8.
for select Statements
4.9.
Quiz-11: Advanced Concurrency
Projects
5.
REST API Project
❱
5.1.
API Planning
Informative Lecture Notes
6.
How Internet Works
❱
6.1.
URI/URL
6.2.
Request Response Cycle
6.3.
What is Frontend Dev/ Client Side
6.4.
What is Backend Dev/ API/ Server Side
6.5.
HTTP-1/2/3, HTTPS
6.6.
Quiz-12: Internet Quiz
Light
Rust
Coal
Navy
Ayu
Go Notes
Basics
Contents
Import Statement
Data types