Channel Avatar

Code & Learn @UCGygr4ru9M9tPJPcrm3KlIw@youtube.com

1.37K subscribers - no pronouns set

Welcome to Code & Learn, your go-to destination for programm


06:49
Go 71: WaitGroup with Code Examples
08:34
Go 70: Scheduler & Goroutines
06:21
Go 69: Go's Concurrency Inspiration & Philosophy
12:25
Go 68: Deadlocks, Live-locks & Starvation
09:01
Go 67: Concurrency & Challenges
15:27
Go 66: Testing with Code Examples
05:45
LeetCode 26: Remove Duplicates from Sorted Array
12:32
Go 65: Context with Code Examples
07:12
Go 64: Request Routing with ServeMux Code Examples (Go 1.22)
11:11
Go 63: HTTP Server with Code Examples
09:25
Go 62: HTTP Request with HTTP Client
08:43
Go 61: Working with Time in Go
03:35
Software Engineers Don't Be Afraid of Devin AI
11:52
Go 60: Custom JSON Marshalling/Unmarshalling
13:52
Go 59: JSON Marshal/Unmarshal & Encoding/Decoding with Code Examples
11:18
Go 58: io.Reader & io.Writer with Code Examples
07:45
Go 57: Init Function with Code Examples
07:22
Go 56: Project Structures
11:08
Go 55: Package, Exports, Imports with Code Examples
09:44
Go 54: What Are Modules? Dependency Management in Go
07:11
Go 53: Panic & Recover with Code Examples
07:58
Go 52: Better Way To Compare Errors (errors.Is & error.As) with Code Examples
05:44
When I Caused A Critical Incident | The Story Of Missing Where Clause
09:56
Go 51: Sentinel Errors & Wrapping/Unwrapping Errors with Code Examples
07:16
Go 50: Errors & Error Handling in Go with Code Examples
03:14
Go 49: Why nil Interface is a different kind of nil with Code Example
08:44
Go 48: Empty Interfaces, Type Assertions & Type Switch with Code Examples
01:21
Visualizing solution for longest substring with non-repeating characters using a sliding window
08:36
Longest Substring Without Repeating Characters | LeetCode 3 | O(n) Solution in Go | Sliding Window
10:22
Analyzing a Service Outage & $100k Loss: Is Go to Blame?
10:23
Go 47: Interfaces with Code Examples
07:35
Go 46: Embedding (Composition) & Promotion with Code Examples
08:33
Go 45: Deriving Types & Iota with Code Examples
12:11
Exploring Go 1.22: Unveiling New Features and Anticipating Exciting Changes
14:53
Manacher's Algorithm | Longest Palindromic Substring | LeetCode 5 | O(n) Solution in Go
08:34
Longest Palindromic Substring | LeetCode 5 | Brute Force Solution in Go
09:32
Go 44: Functions, Methods & Method Expressions with Code Examples
08:21
Go 43: Value & Pointer Method Receivers With Code Examples
10:10
Go 42: Types & Methods
07:53
Valid Palindrome | LeetCode 125 | O(n) Solution in Go
13:01
Go 41: Call By Value & The Curious Case Of Maps & Slices
10:37
Go 40: Pointers with Practical Code Examples
07:20
Go 39: Use Of Pointers
12:15
Go 38: Pointers With Code Examples
06:56
Two Sum | Leet Code 1 | Map Based Solution in Go
08:37
Two Sum | LeetCode 1 | Brute Force Solution with Go
05:45
Go 37: The Defer Statement With Code Examples
09:17
Go 36: Closures And Anonymous Functions with Code Examples
12:58
Go 35: First Class Functions with Code Examples
06:21
Go 34: What Are Variadic Parameter Functions? With Code Examples
09:29
Go 33: What Are Functions? with Code Examples
12:06
Go 32: Switch Statement with Code Examples
14:00
Go 31: Control Flow Statements (Continue, Break, Labels, Goto) with Code Examples
16:48
Go 30: Multi-functional For Loop with Code Examples
10:33
Go 29: Understanding Code Blocks & Shadowing With Code Examples
07:31
Go 28: Conditional Statements with Code Examples
07:33
Go 27: Conditional Statements (if, if-else & if-else-if)
08:50
Go 26: Practice Structs With Code Examples
09:49
Go 25: What are Structs?
09:25
Go 23: What Are Maps?